body{
    background: url(../img/bg_body.png) #191819;
    font-family: 'Open Sans', sans-serif;
    color:#e8e8e8;
}

html,body{height:100%;}


#header_menu_2{
    background:none !important;
    margin:0px 0px 0px;
    height: 70px;
    border:none;
}

#header_menu_2 .navbar-nav > li > a{
    padding: 30px 20px 22px;
    color:#606060;
    text-transform: uppercase;
    font-size:20px;
    font-weight:bold;
	outline: none;
}

#header_menu_2 .navbar-nav > li > a:hover{
    color:#c0392b;
    
}

#header_menu_2 .navbar-nav > li:hover > a{
    
}

#paginate_box{
    float:right;
    position: absolute;
    right:0px;
    bottom:20px;
}

.prev_link{
    float:left;
    width:60px;
    height: 60px;
    background: url(../img/bg_paginate.jpg) 0px 0px;
    text-indent: -9999px;
	overflow:hidden;
	outline: none;
}

.prev_link:hover{
    background: url(../img/bg_paginate.jpg) 0px -60px;
}

.next_link{
    float:right;
    width:60px;
    height: 60px;
    background: url(../img/bg_paginate.jpg) -60px -60px;
    text-indent: -9999px;
	overflow:hidden;
	outline: none;
}

.next_link:hover{
    background: url(../img/bg_paginate.jpg) -60px 0px;
}

.navbar-brand{
    color:#e8e8e8 !important;
    font-size: 24px;
    font-weight: bold;
    background: #c0392b;
    padding:28px 24px 22px;
    margin-right:20px;
    float:left;
    height:auto;
}

.lang_switcher{
	position:relative;
	left:10px;
}

.lang_hu{
	margin-top:27px;
	padding:3px 10px 3px !important;
	border-right: 2px solid #606060;
}

.lang_en{
	margin-top:27px;
	padding:3px 0px 3px 10px !important;
}

.navbar-brand span{
}

.navbar-brand:hover{
    background: #db2410 !important;
}

.content{
    margin-top:30px;
    margin-bottom: 20px;
}

#portfolio_container{
    margin-top:20px !important;
    
}

.content h2{
}

.content p{
}

.big_box{
    width:100%;
    max-width: 620px;
    height: 100%;
    max-height: 620px;
    background: #2d2d2d;
    margin: 10px 0px;
    float:left;
}

.big_box .text_link{
    color:#e8e8e8;
    float:left;
    width: 100%;
    height: 100%;
    font-size:350%;
    padding: 140px 40px 40px 40px;
    text-transform: uppercase;
    font-weight: lighter;
    background: url(../img/bg_text_link2.png) 40px 80px no-repeat;
    line-height: 1.2;
}

.big_box .text_link:hover{
    text-decoration: none;
}

.small_box{
    width:100%;
    max-width: 620px;
    height: 100%;
    max-height: 620px;
    background: #2d2d2d;
    margin: 10px 0px;
    float:left;
}

.small_box .text_link{
    
    float:left;
    width: 100%;
    height: 100%;
    padding: 70px 20px 20px 20px;
    color:#e8e8e8;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: lighter;
    line-height: 32px;
    background: url(../img/bg_text_link.png) 20px 40px no-repeat;
}

.small_box .text_link:hover{
    text-decoration: none;
}


.wrapper {
    width: 100%; /*whatever width you want*/
    display: inline-block;
    position: relative;
}
.wrapper:after {
    padding-top: 100%; /*16:9 ratio*/
    display: block;
    content: '';
}

.wrapper3_2 {
    width: 100%; /*whatever width you want*/
    display: inline-block;
    position: relative;
}
.wrapper3_2:after {
    padding-top: 66%; /*16:9 ratio*/
    display: block;
    content: '';
}

.img-responsive{
    width: 100% !important;
}

.main {
    position: absolute;
    top: 0; bottom: 0; right: 0; left: 0; /*fill parent*/
    overflow: hidden;
}

.main .text_link div{
    position: absolute;
    background: #c0392b;
    width: 100%;
    height: 100%;
    display:none;
}

.main .image_link div{
    position: absolute;
    background: rgba(0,0,0, 0.9);
    width: 100%;
    height: 100%;
    display:none;
}

.small_box .text_link div{
    background: url(../img/design_item_2.png) 20px 40px #c0392b no-repeat !important;
    padding: 70px 20px 20px 20px;
}

.small_box .image_link div{
    background: url(../img/design_item_1.jpg) 20px 40px rgba(0,0,0, 0.9) no-repeat !important;
    padding: 70px 20px 20px 20px;
    color:#e8e8e8;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: lighter;
    line-height: 32px;
}

.big_box .image_link div{
    background: url(../img/design_item_1_big.jpg) 40px 80px rgba(0,0,0, 0.9) no-repeat !important;
    padding: 140px 40px 40px 40px;
    color:#e8e8e8;
    text-transform: uppercase;
    font-size: 52px;
    font-weight: lighter;
    line-height: 1.2;
}

.big_box .text_link div{
    padding: 140px 40px 40px 40px;
    background: url(../img/design_item_2_big.png) 40px 80px  #c0392b no-repeat !important;
}

#reference_img{
    margin-bottom: 20px;
}

#portfolio_view{
    margin-bottom: 10px !important;
    position: relative;
}

#portfolio_view .h2_box{
    margin-bottom:20px;
    background: #2d2d2d;
    padding: 20px;
}

.reference_text{
    margin-bottom:20px;
    background: #2d2d2d;
    padding: 20px;
    font-size: 18px;
    font-weight: 300;
}

.reference_img_box{
    margin-bottom: 20px;
}

.reference_text p{ 
    font-size: 18px;
    font-weight: 300;
}

#portfolio_view h2{
    color:#e8e8e8;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    font-size:26px;
    margin: 0;
}


#loader{
    float:right;
    display: none;
    margin: 18px 5px;
}

.error-message{
    color:#ff0000;
    padding: 5px 0px;
}

.clear{
    clear:both;
}


.back-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    color: #FFF;
    text-indent: -9999px;
    padding: 9px 12px;
    display: none;
    width:52px;
    height: 52px;
    background: url(../img/back_to_top.png);
}




#footer{
    background: #c0392b;
    height: 40px;
    line-height: 40px;
    margin-bottom:30px;
}


#footer h4{
}

#footer p, #footer p a{
    font-size:18px;
    font-weight: lighter;
    padding-left: 20px;
}

#footer p a:hover{
    text-decoration: underline;
}

.mobile_menu{ display: none;}

@media (max-width: 767px) { 
    .navbar-brand{
        color:#e8e8e8 !important;
        font-size: 20px;
        font-weight: bold;
        background: #c0392b;
        padding:0px;
        margin-right:20px;
        float:left;
        width: 190px;
        text-align: center;
        line-height: 62px;
        height:60px;
    }
    
    .navbar-default .navbar-toggle{
        border:none;
        margin-top: 10px;
        float:right;
        padding: 19px 15px 14px 15px;
        margin: 0px !important;
        border-radius: 0px !important;
    }
    
    .navbar-default .navbar-toggle{
        background:none;
    }
    
    .navbar-default .navbar-toggle:hover{
        background:none;
    }
    
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    
    .navbar-toggle .icon-bar {
        display: block;
        width: 31px;
        height: 5px;
        border-radius: 2px;
    }
    
    .navbar-default .navbar-toggle:focus {
        background-color: #2d2d2d;
    }
    
    .big_box .text_link{
        font-size:250%;
        padding: 70px 20px 20px 20px;
        line-height: 1.5;
        background: url(../img/bg_text_link.png) 20px 40px no-repeat;
    }
    
    .small_box .text_link{
        font-size:250%;
        line-height: 1.5;
    }
	
    
    #sub_page_box{
        display: none;
    }
    
    .navbar-default .mobile_menu{
            float:right;
            width:100px;
        }
        
        .mobile_menu {
            background: #2d2d2d;
            margin:0px 0px 0px;
            max-height: 500px;
            overflow-y: auto;
        }
        
        .mobile_menu .navbar-nav{
            margin: 0px;
        }
        
        
        .mobile_menu li a{
            padding:20px 15px !important;
        }
        
        .mobile_menu a{
            padding:20px 15px;
            color:#e8e8e8 !important;
            
        }
        .mobile_menu a:focus{
            background: #c0392b !important;
            
        }
        
        
        .mobile_menu{ display: none;}
        
        .pull-right {
        float: none !important;
        }
        
        #paginate_box{display:none;}
        
        
        .big_box .image_link div {
            display:none !important;
            font-size: 26px;
            font-weight: lighter;
            line-height: 32px;
            background:url(../img/design_item_1.jpg) 20px 40px rgba(0,0,0, 0.9) no-repeat !important;
            padding: 70px 20px 20px 20px;
        }
        
        .big_box .text_link div { display:none !important; }
        
        .small_box .image_link div { display:none !important; }
        .small_box .text_link div { display:none !important; }
}

.nailthumb-container{width:auto;height:auto;margin:0 0 11px;padding:0;overflow:hidden;position:relative;text-align:left}.nailthumb-container img.nailthumb-image{margin:0;padding:0;max-width:none;text-align:left;float:left}.nailthumb-container span.nailthumb-title{background:none repeat scroll 0 0 rgba(0,0,0,0.5);bottom:0;color:White;display:block;font-size:9px;height:20px;left:0;margin-top:2px;line-height:20px;position:relative;text-align:center;width:100%;overflow:hidden;float:left}.nailthumb-container span.nailthumb-title .nailthumb-title-scroller{padding-left:2px}.nailthumb-container img{max-width:none;text-align:left}








