/* BEGIN MODAL */
#gallery_image{
    border: 15px solid #fff;   
}

.fb-like{
    top: 5px;
    position: fixed;    
}

.modal {
    position: fixed; /* Stay in place */
    visibility: hidden; /* Hidden by default */
    opacity: 0;
    z-index: 4; /* Sit on top */
    left: 0;
    top: 0%;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */    
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    -webkit-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

/* Modal Content */
.modal-content {
    position: fixed;
    left: 0;
    top: 0; 
}

/* The Close Button */
.close {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus{
    color: #d25911;
    text-decoration: none;
    cursor: pointer;
}
/* END MODAL */



/* IMPLEMENT FONTS */
@font-face{
    font-family: "Adam";
    src: url('font/Adam.otf') format('opentype');
}
@font-face{
    font-family: "Aller";
    src: url('font/Aller.ttf') format('truetype');
}

.text-image{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 2px;
    margin-left: 5px;
}


body{
    padding: 0;
    margin: 0;
    color: #4d4d4d;    
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

hr{
    border-top: 1px dashed #4d4d4d;
    border-bottom: 0px;
}

a{
    text-decoration: none;
    color: #d25911;
}

a:hover{
    text-decoration: bold;
    color: #d25911;
}

.center{
    display: table;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

h3{
    font-family: Adam;
    font-size: 1em; 
    letter-spacing: 3px;
    font-weight: 100;
}

h2{
    font-family: Adam;
    font-size: 1.2em; 
    letter-spacing: 5px;
    font-weight: 100;
}

        
.orange-color{
    color: #d25911;        
}

h1{
    font-family: Adam;
    font-size: 1.3em; 
    letter-spacing: 5px;
    font-weight: 100;
}

.content-text{
    display: block;
    font-family: Aller;
    font-size: 1em; 
    letter-spacing: 2px;
    line-height: 150%;
    padding: 100px 27px 50px 75px; /* TOP | RIGHT | BOTTOM | LEFT */
}

img {
    max-width: 100%;
    height: auto;
}

.img-normal{
    max-width: 90%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    border: 7px solid white;
    -webkit-box-shadow: 1px 1px 1px 0px #ccc;
	-moz-box-shadow: 1px 1px 1px 0px #ccc;
	box-shadow: 1px 1px 1px 0px #ccc;    
}


.upper{
    background: #d25911;
    background: -webkit-linear-gradient( #d25911, #f58b15 ); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient( #d25911, #f58b15 ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient( #d25911 , #f58b15); /* For Firefox 3.6 to 15 */
    background: linear-gradient( #d25911, #e56c0b ); /* Standard syntax */   
    border-radius: 200px;
}

.area{    
    margin: 0;
    padding: 0;
    margin-left: -3px;
    border-spacing: 0;
}

.area tr, .area td, .area th{
    margin: 0;
    padding: 0;
    line-height: 1.8;
    letter-spacing: 2.5px;
}

area-head-text{
    padding: 5px;
    padding-left: 20px;
    display: block;
}

/* START: REFERENZ IMAGES */
.img-container{
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    max-width: 300px;
    max-height: 300px;  
    margin: 15px 30px 15px 0px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 7px solid white;
    -webkit-box-shadow: 1px 1px 1px 0px #ccc;
    -moz-box-shadow: 1px 1px 1px 0px #ccc;
	box-shadow: 1px 1px 1px 0px #ccc;    
}

#img-container{
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    max-width: 300px;
    max-height: 300px;  
    margin: 15px 30px 15px 0px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 7px solid white;
    -webkit-box-shadow: 1px 1px 1px 0px #ccc;
    -moz-box-shadow: 1px 1px 1px 0px #ccc;
	box-shadow: 1px 1px 1px 0px #ccc;    
}

#img-darker, .img-darker{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #d25911;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#img-darker:hover, .img-darker:hover{
    opacity: 0.9;
}

.img-div{
    position: absolute;
    background-size: 300px 300px;
    background-position: 50% 50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;

    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.img-div:hover{
    
}


#img-text, .img-text{
    position: absolute;
    color: white;
    font-size: 0.8em;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    transform: translateY(-50px);
}

#img-text:hover, .img-text:hover{
    transform: translateY(10px);
    overflow: hidden;
    opacity: 1;
}

.img-text-class{
    padding: 0px 20px;
    display: block;
    
}
/* END: REFERENZ IMAGES */


.active, .active > a{ /* shows which navbar link is active right now */
    color: #d25911;
}

#lefter{
    position: fixed;
    width: 36px;
    height: 200%;
    background: #d25911;
    top: 0;
    left: 0;    
    -webkit-animation: lefter_move 1s ease-out; /* Chrome, Safari, Opera */ 
    animation: lefter_move 1s ease-out;
    
    z-index: 3;
    }

#whiter{
    position: fixed;
    width: 100%;
    height: 45;
    top: 25px;
    left: 0;
    background: -webkit-linear-gradient( rgba(255,255,255,1), rgba(0,0,0,0)); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,1), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,1), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255,1), rgba(0,0,0,0)); /* Standard syntax */   
    z-index: 1;
    }

.footer_div{
    display: table-cell;
    width: 30%;
    text-align: center;
    font-size: 0.8em;
    color: lightgray;
}

a.footer_link:link  {text-decoration: none; color: white;}
a.footer_link:visited {text-decoration: none; color: white;}
a.footer_link:hover {text-decoration: none; color: lightgray;}
a.footer_link:active {text-decoration: none; color: white;}



/* START NAVIGATION BAR */
#navbar{
    z-index: 1;
}
    
nav ul{
    font-family: Adam;
    font-size: 1em;
    text-align: center;
    letter-spacing: 3px;
    
    overflow: hidden; 
    
    background: rgba(255,255,255,0.9); /* For Safari 5.1 to 6.0 */

    padding: 0px 0px 0px 0px;
    margin: 0px;

    position: fixed;
    left: 17px;
    width: 100%;
    
    -webkit-transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;

    z-index: 1;
}

nav ul li{
    display: inline-block;
    margin: 0px;
    padding: 10px 30px;
}

.handle{ /* shows the menu button to pop up dropdown menu */
    position: fixed;
    font-family: Adam;
    font-size: 1em;
    text-align: center;
    letter-spacing: 3px;
    width: 100%;
    background: #4d4d4d;
    color: #ffffff;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 77px;
    cursor: pointer;
    display: none;
    z-index: 1;
}

#open_close_nav{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 3px;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

ul a{
    text-decoration: none;
    color: #4d4d4d;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}

ul a:hover{
    color: #d25911;    
}
/* END NAVIGATION BAR */

/* BEGIN: CONTACT FORM */
.result_format{
    text-align: center;
    min-height: 100px;
}

.contact-form{
    width: 100%;    
}

.contact-form td{
    padding: 5px 0px;
}

textarea {
    width: 100%;
    height: 200px;
    resize: none;
    font-family: Aller;
    font-size: 1em;
    color: #484848;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 8px 0;
}

select{
    width: 100%;
    resize: none;
    font-family: Aller;
    font-size: 1em;
    color: #484848;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 8px 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
    
textarea:focus, select:focus{
    border: 1px solid #f36a18;
    -webkit-box-shadow: 0px 0px 8px -2px rgba(179,179,179,1);
    -moz-box-shadow: 0px 0px 8px -2px rgba(179,179,179,1);
    -o-box-shadow: 0px 0px 8px -2px rgba(179,179,179,1);
    box-shadow: 0px 0px 8px -2px rgba(179,179,179,1);
    }
	
#calcForm{
	padding: 15px;
    border: 1px solid #ccc;
	border-radius: 4px;
	background: rgba(112,112,112,0.05);
}

input[type=text], input[type=number], #nachricht2 {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    
    font-family: Aller;
    font-size: 1em;
    color: #484848;
}

#betreff-kontakt{
    max-height: 0px;
    padding: 0px;
    border: 0px;
}

#nachricht1{
    display: none;
}


.endpreis{
    text-align: center;
    font-weight: bold;
    color: #d25911;
    font-size: 2em;
}

input[type=text]:focus, input[type=number]:focus, #nachricht2:focus {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #f36a18;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 8px -2px rgba(179,179,179,1);
    -moz-box-shadow: 0px 0px 8px -2px rgba(179,179,179,1);
    -o-box-shadow: 0px 0px 8px -2px rgba(179,179,179,1);
    box-shadow: 0px 0px 8px -2px rgba(179,179,179,1);
    
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676;
  font-family: Aller;
  font-size: 1em;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #767676;
  font-family: Aller;
  font-size: 1em;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #767676;
  font-family: Aller;
  font-size: 1em;
}
:-moz-placeholder { /* Firefox 18- */
  color: #767676;
  font-family: Aller;
  font-size: 1em;
}

.button, .button-link {
    background-color: #d25911;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Aller;
    font-size: 1em;
    border-radius: 4px; 
    margin: 5px;
}

.button:hover, .button-link:hover {
    background-color: #4d4d4d;
    color: #FFF;
    cursor: pointer;
}
/* END: CONTACT FORM */

/* BEGIN: PAGE ELEMENTS */
.textbox {
    text-transform: uppercase;
    line-height: 100px;
    height: 100px;
    width: 45%;
    border: 1px solid #d25911;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.offerbox {
    border: 1px solid #d25911;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    width: 95%;
}
/* END: PAGE ELEMENTS */

/* BEGIN: PAGES */
#start{
    width: 100%;
    min-height: 100vh;
    background-color: #FFFFFF;
    background: url(images/start_bg.png);
    background: url(images/start_bg.png) right bottom no-repeat, #FFFFFF; /* For browsers that do not support gradients */
    background: url(images/start_bg.png) right bottom no-repeat, -webkit-linear-gradient(#FFFFFF, #f6f6f6); /* Safari 5.1 to 6.0 */
    background: url(images/start_bg.png) right bottom no-repeat, -o-linear-gradient(#FFFFFF, #f6f6f6); /* For Opera 11.1 to 12.0 */
    background: url(images/start_bg.png) right bottom no-repeat, -moz-linear-gradient(#FFFFFF, #f6f6f6); /* For Firefox 3.6 to 15 */
    background: url(images/start_bg.png) right bottom no-repeat, linear-gradient(#FFFFFF, #f6f6f6); /* Standard syntax */
    background-blend-mode: darken; 
    border-bottom: 1px solid #e9e9e9;
}

#info{
    width: 100%;
    min-height: 100vh;
    background-color: #FFFFFF;
    background: url(images/info_bg.png);
    background: url(images/info_bg.png) right bottom no-repeat, #FFFFFF; /* For browsers that do not support gradients */
    background: url(images/info_bg.png) right bottom no-repeat, -webkit-linear-gradient(#FFFFFF, #f6f6f6); /* Safari 5.1 to 6.0 */
    background: url(images/info_bg.png) right bottom no-repeat, -o-linear-gradient(#FFFFFF, #f6f6f6); /* For Opera 11.1 to 12.0 */
    background: url(images/info_bg.png) right bottom no-repeat, -moz-linear-gradient(#FFFFFF, #f6f6f6); /* For Firefox 3.6 to 15 */
    background: url(images/info_bg.png) right bottom no-repeat, linear-gradient(#FFFFFF, #f6f6f6); /* Standard syntax */
    background-blend-mode: darken;
    border-bottom: 1px solid #e9e9e9;
}

#kontakt{
    width: 100%;
    min-height: 100vh;
    background-color: #FFFFFF;
    background: url(images/kontakt_bg.png);
    background: url(images/kontakt_bg.png) right bottom no-repeat, #FFFFFF; /* For browsers that do not support gradients */
    background: url(images/kontakt_bg.png) right bottom no-repeat, -webkit-linear-gradient(#FFFFFF, #f6f6f6); /* Safari 5.1 to 6.0 */
    background: url(images/kontakt_bg.png) right bottom no-repeat, -o-linear-gradient(#FFFFFF, #f6f6f6); /* For Opera 11.1 to 12.0 */
    background: url(images/kontakt_bg.png) right bottom no-repeat, -moz-linear-gradient(#FFFFFF, #f6f6f6); /* For Firefox 3.6 to 15 */
    background: url(images/kontakt_bg.png) right bottom no-repeat, linear-gradient(#FFFFFF, #f6f6f6); /* Standard syntax */
    background-blend-mode: darken;    
    border-bottom: 1px solid #e9e9e9;
}

#referenzen{
    width: 100%;
    min-height: 100vh;
    background-color: #FFFFFF;
    background: url(images/referenzen_bg.png);
    background: url(images/referenzen_bg.png) right bottom no-repeat, #FFFFFF; /* For browsers that do not support gradients */
    background: url(images/referenzen_bg.png) right bottom no-repeat, -webkit-linear-gradient(#FFFFFF, #f6f6f6); /* Safari 5.1 to 6.0 */
    background: url(images/referenzen_bg.png) right bottom no-repeat, -o-linear-gradient(#FFFFFF, #f6f6f6); /* For Opera 11.1 to 12.0 */
    background: url(images/referenzen_bg.png) right bottom no-repeat, -moz-linear-gradient(#FFFFFF, #f6f6f6); /* For Firefox 3.6 to 15 */
    background: url(images/referenzen_bg.png) right bottom no-repeat, linear-gradient(#FFFFFF, #f6f6f6); /* Standard syntax */
    background-blend-mode: darken;    
    border-bottom: 1px solid #e9e9e9;
}

#leistungen{
    width: 100%;
    min-height: 100vh;
    background-color: #FFFFFF;
    background: url(images/leistungen_bg.png);
    background: url(images/leistungen_bg.png) right bottom no-repeat, #FFFFFF; /* For browsers that do not support gradients */
    background: url(images/leistungen_bg.png) right bottom no-repeat, -webkit-linear-gradient(#FFFFFF, #f6f6f6); /* Safari 5.1 to 6.0 */
    background: url(images/leistungen_bg.png) right bottom no-repeat, -o-linear-gradient(#FFFFFF, #f6f6f6); /* For Opera 11.1 to 12.0 */
    background: url(images/leistungen_bg.png) right bottom no-repeat, -moz-linear-gradient(#FFFFFF, #f6f6f6); /* For Firefox 3.6 to 15 */
    background: url(images/leistungen_bg.png) right bottom no-repeat, linear-gradient(#FFFFFF, #f6f6f6); /* Standard syntax */
    background-blend-mode: darken;    
    border-bottom: 1px solid #e9e9e9;
}

#impressum{
    width: 100%;
    min-height: 100vh;
    background-color: #FFFFFF;
    background: url(images/impressum_bg.png);
    background: url(images/impressum_bg.png) right bottom no-repeat, #FFFFFF; /* For browsers that do not support gradients */
    background: url(images/impressum_bg.png) right bottom no-repeat, -webkit-linear-gradient(#FFFFFF, #f6f6f6); /* Safari 5.1 to 6.0 */
    background: url(images/impressum_bg.png) right bottom no-repeat, -o-linear-gradient(#FFFFFF, #f6f6f6); /* For Opera 11.1 to 12.0 */
    background: url(images/impressum_bg.png) right bottom no-repeat, -moz-linear-gradient(#FFFFFF, #f6f6f6); /* For Firefox 3.6 to 15 */
    background: url(images/impressum_bg.png) right bottom no-repeat, linear-gradient(#FFFFFF, #f6f6f6); /* Standard syntax */
    background-blend-mode: darken;    
    border-bottom: 1px solid #e9e9e9;
}
/* END: PAGES */

toggler-1, toggler-2, toggler-3, toggler-4, toggler-5, toggler-6, toggler-7, toggler-8{
    cursor: pointer;
    color: white;
    font-family: Aller;
}

#toggle-img-1, #toggle-img-2, #toggle-img-3, #toggle-img-4, #toggle-img-5, #toggle-img-6, #toggle-img-7, #toggle-img-8{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#toggle-content-1, #toggle-content-2, #toggle-content-3, #toggle-content-4, #toggle-content-5, #toggle-content-6, #toggle-content-7, #toggle-content-8{
    border: 1px solid transparent;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.no-view{
    max-height: 0px !important;
    opacity: 0 !important;    
}

.content{    
    max-width: 1000px;
    width: 90%;
    display: table;
    margin: 0 auto;
}

#inner-content{
    max-width: 800px;
    width: 100%;
}


#footer{
    width: 100%;
    min-height: 33vh;
    background-color: #4d4d4d;
    color: white;
    z-index: 50;
}


/* SMALL WIDTH */
@media screen and (max-width: 1000px){
    
    #whiter{
        height: 0px;
    }
    
    #start, #info, #kontakt, #referenzen, #leistungen, #impressum{
    background-color: #FFFFFF;
    background: -webkit-linear-gradient(#FFFFFF, #f6f6f6); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF, #f6f6f6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #f6f6f6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #f6f6f6); /* Standard syntax */        
    }
    
    .active:hover{
        color: #ffffff;
    }    
    
    nav ul{
        top: -199px;
        padding: 0px 0px 0px 0px;
        opacity: 0;
        -webkit-transition: 0.5s ease-out;
        -ms-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
    }
    
    .showing{
        transform: translateY(235px); 
        opacity: 1;
    }
    
    nav ul li{
        box-sizing: border-box;
        width: 100%;
        padding-left: 59px;
        text-align: left;
        background: #ffffff;
        border-bottom: 1px solid #bcbcbc;
        background: -webkit-linear-gradient(#FFFFFF, #f2f2f2); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#FFFFFF, #f2f2f2); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#FFFFFF, #f2f2f2); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#FFFFFF, #f2f2f2); /* Standard syntax */
    }
    
    nav ul li:hover{
        background: #6a6a6a;
        -o-transition:.0s;
        -ms-transition:.0s;
        -moz-transition:.0s;
        -webkit-transition:.0s;
        transition:.0s;
    }
    
    .handle{
        display: block;
    }
    
    .fb-like{
    top: 0px;
    }
    
    ul a{
        text-decoration: none;
        color: #4d4d4d;
        -o-transition:.0s;
        -ms-transition:.0s;
        -moz-transition:.0s;
        -webkit-transition:.0s;
        transition:.0s;
}
    ul a:hover{
    color: white;    
    }
}

/* SMALLER WIDTH */
@media screen and (max-width: 500px){
    
    .no-view{
    max-height: none !important;
    opacity: 1 !important;    
    }   
    
    img {
        display: block;
        margin: 0 auto;
    }
    
    .img-div{
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
    }
    
    .img-div:hover{
        background-size: 300px 300px;
    }
    
}
    
/* SMALL DISPLAY NORMAL */
@media screen 
    and (max-device-width: 500px)
    and (orientation: portrait){
        
    .content-text, .handle{ padding-left: 50px;}    
    
        
    .no-view{
    max-height: none !important;
    opacity: 1 !important;    
    }   
    
     .img-div{
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
    }  
    
    .img-div:hover{
        background-size: 300px 300px;
    }
        
        
    nav ul li{
        padding-left: 35px;
    }
        
    #inner-content{
        max-width: 100%;
    }
        
    h1{
        font-size: 1.5em; 
    }
        
    h2{
        font-size: 1em;    
    }
        
    h3{
        font-size: 1.2em; 
    }
    
    .content-text{
        font-size: 0.85em;
        letter-spacing: 2px;
    }
        
    #lefter{
        visibility: hidden;
    }
        
    nav ul li, .handle, .content-text{
        padding-left: 15px;
        padding-right: 15px;
    }
    
        nav ul{
            left: 0;
        }
        
        
        
}


/* SMALL DISPLAY WIDE-SCREEN */
@media screen 
    and (max-device-width: 700px)
    and (orientation: landscape) {
        
    .img-div{
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
    }     
        
    .img-div:hover{
        background-size: 300px 300px;
    }
        
    #inner-content{
        max-width: 100%;
    }
        
    h1{
        font-size: 1.5em;    
    }
        
    h2{
        font-size: 1.1em;    
    }
        
    h3{
        font-size: 1.2em; 
    }
    
    .content-text{
        font-size: 0.9em;
        letter-spacing: 2px;
    }
    
}
