
body{
    background: #fff;
	font-family: "Arial";
    padding-right: 3px;
}

.wrapper{
    max-width: 1200px;
    width: 100%;
}

.wrapper_all{
    width: auto;

}

.wrapper_all img{
        min-height: 100%;
    width: auto;
        margin: 0 auto;
}


header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

h1, h2, h3, h4, h5 ,h6{
    color: #4b4848;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}

.project {
text-align: center;
margin:auto;
font-size:14px;
padding-top:24px;
padding-bottom:20px;
line-height: 200%;
color:black;
background: white;
opacity:0.9;

}

.news {
text-align:justify;
top:0px;
font-size:12px;
padding-top:2px;
padding-bottom:30px;
color:black;
background: white;
width:100%;
opacity:0.9;
}

.opisslike {
text-align:justify;
top:0px;
font-size:12px;
padding-top:4px;
padding-bottom:20px;
height: auto;
color:black;
background: white;
width:100%;
opacity:0.9;
}






/*  Header  */
@media (min-width:1099px){
    header{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        min-height: 100%;
        padding: 0 0 0 50px;
        background: #ffffff; 
        float: left;
        overflow: hidden;
        z-index: 9999;
    }

    header .logo{
        margin-top: 100px;
    }
    
    header  .logo a{
	    font-family:"Century Gothic";
		font-weight:bold;
	    font-size:40px;
		letter-spacing: 3px;
        text-decoration: none;
		color:black;
    }

    header nav ul{
        display: block;
        overflow: hidden;
        margin-top: 100px;
        list-style: none;
    }

    header nav ul li{
        display: block;
        margin-bottom: 10px;
    }

    header nav ul li a{
      color: black;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 0.3px;
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #969595;
    }

    header .footer{
        padding-top: 100px;
        width: 70%;
        position: relative;
    }

    header ul.social{
        list-style: none;
        margin-bottom: 5px;
    }

    header ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 5px 5px 0;
    }


 header ul.social li a{
        display: block;
        width: 25px;
        height: 25px;
        background: url('../img/sm.png') no-repeat;
        background-position: 0 0;
    }


    header ul.social li a:hover{
        display: block;
        width: 25px;
        height: 25px;
        background: url('../img/sm2.png') no-repeat;
        background-position: 0 0;
    }



    header ul.social li a.in,
    header ul.social li a.in:hover{
        background-position: 0 0;
    }


    header ul.social li a.facebook,
    header ul.social li a.facebook:hover{
        background-position: -48px 0;
    }

    header ul.social li a.linkedin,
    header ul.social li a.linkedin:hover{
        background-position: -24px 0;
    }

    header ul.social li a.twitter,
    header ul.social li a.twitter:hover{
        background-position: -78px 0;
    }

    header ul.social li a.dribble,
    header ul.social li a.dribble:hover{
        background-position: -104px 0;
    }

    header ul.social li a.rss,
    header ul.social li a.rss:hover{
        background-position: -129px 0;
    }


    #menu_icon,
    .close_menu{
        display: none;
    }

}

#menu_icon,
.close_menu{
    float: right;
    margin-right: 66px;
    width: 66px;
    height: 66px;
    cursor: pointer;
    background: url('../img/men_icons.png') no-repeat;
}

#menu_icon{    
    background-position: 0 0;
}
.close_menu{
    background-position: -67px 0!important;
}






/*  Main  */
.main{
    width: 100%;
    height: 100%;
    padding-left: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: white;
    clear: both;    
}







/*  Home/portfolio  */
.main .work{
    display: block;
    width: 16.66666666666666666%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
    padding-left: 3px;
    padding-top: 3px;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #ffffff;
    opacity: 0;
}


.main .work a:hover .caption{
    opacity: 0.8;
}


.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 80%;
    padding: 20px 0;
    z-index: 77;
    color: black;
	font-weight:200;
    font-size: 12px;
    letter-spacing: .5px;
}

.main .workhome{
    display: block;
    width: 33.33333333333333333333%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .workhome .media{
    width: 100%;
    vertical-align: middle;
    padding-left: 3px;
    padding-top: 3px;
}

.main .workhome .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #ffffff;
    opacity: 0;
}


.main .workhome a:hover .caption{
    opacity: 0.5;
}


.workhome .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.main .workhome .caption h1{
    position: relative;
    display: inline-block;
    max-width: 80%;
    padding: 20px 0;
    z-index: 77;
    color: black;
	font-weight:200;
    font-size: 12px;
    letter-spacing: .5px;
}

.rights {
    margin-top: 50px;
    text-align: left;
    display: inline-block;
    position: relative;
    width: 100%;  
}
.rights p{
        color: #454545;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 18px;
}
.rights p a{
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 18px;
        text-decoration: none;
}
.rights p .line{
        margin: 30px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
}


.main .us{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    color: #4b4848;
    font-size: 12px;
    line-height: 1.3;
}
.main .us p{
    line-height: 20px;
    text-align: justify;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 20px;
}
.main .us ul{
    margin-bottom: 20px;
    list-style: none;
     margin-left: 3px;
    margin-right: 3px;
}

.main .us li{
    margin-top: 5px;
    inline: block;
}




/*  Inner Page  */


.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
}

.content{
    color: white;
    font-size: 15px;
    line-height: 22px;
    padding: 0px 0px;
    background: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content img{
margin-bottom:0.2px;
border: 1px dotted;
}

.content p{
    text-align: justify;
    color: #4b4848;
    font-size: 12px;
    line-height: 20px;
    margin-left: 100px;
    margin-right:100px;
    margin-bottom: 10px;
}

.brief  p{
    -webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;
    text-align: right;
    color: #4b4848;
    font-size: 12px;
    line-height: 10px;
    margin-bottom: 10px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    color: #4b4848;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 30px;

}







/*  Contact page map  */
#map .map_adresse{
    font-family: 'raleway-regular', arial;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

#map .map_address,
#map .map_tel{
    padding: 5px;
}

#map .map_address .address,
#map .map_tel .tel{
    font-family: 'raleway-bold', arial;
    font-weight: bolder;
}

#map img{
    max-width: none;
}







/*  Tooltip  */
.tooltip{
    display: block;
    padding: 7px 10px;
    background: #454545;
    color: #fff;
    font-family: "raleway-regular", arial;
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    text-align: center;
    letter-spacing: .5px;

}

.tooltip:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #454545 transparent transparent transparent;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
}

.embed-container { 
position: relative; 
padding-bottom: 56.25%; 
height: 0; overflow: hidden; 
max-width: 100%; 
height: auto; } 
.embed-container iframe, .embed-container object, .embed-container embed 
{ position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%;}






/*  Responsive code  */
@media (max-width:1099px){

    header{
        display: block;
        width: 100%;
        min-height: 100px;
        padding: 0;
        position: relative;
    }
    header .logo{
        margin: 30px 0 0 3px;
        float: left;
    }
        header .logo img{
        height: 30px;
    }
    	header  .logo a{
	    font-family:"Century Gothic";
		font-weight:bold;
	    font-size:40px;
		letter-spacing: 3px;
        text-decoration: none;
		color:black;
    }
    header .footer{
        display: none;
    }
    header #menu_icon,
    header .close_menu{
        float: right;
        margin: 19px 0 0 0;
    }
    
    header nav{
        width: 100%;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 9999;
    }

    header nav ul{
        list-style: none;
        display: none;
        position: relative;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 14px;
        text-decoration: none;
        border-top: 1px solid #f7f5f5;
        background: #fff;
    }
    header nav ul li a:active{
        background: #f7f5f5;
    }
    #menu_icon,
    .close_menu,
    .show_menu{
        display: block;
    }
    .show_menu{
        display: block;
    }

    .main .work{
        width: 50%;
    }
       .main .workhome{
        width: 50%;
    }
    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    #map{
        margin: 0!important;
    }
    .content p{
    text-align: justify;
    color: #4b4848;
    font-size: 12px;
    line-height: 20px;
    margin-left: 50px;
    margin-right:50px;
    margin-bottom: 10px;
}
}

@media (max-width:550px){
     .main .work{
        width: 100%;
    }
    
        .main .workhome{
        width: 100%;
    }
    .content p{
    text-align: justify;
    color: #4b4848;
    font-size: 12px;
    line-height: 20px;
    margin-left: 25px;
    margin-right:25px;
    margin-bottom: 10px;
}
}