@font-face {
    font-family: 'WalkwayBoldRegular';
    src: url('/fonts/Walkway-EN/walkway_bold-webfont.eot');
    src: url('/fonts/Walkway-EN/walkway_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Walkway-EN/walkway_bold-webfont.woff') format('woff'),
         url('/fonts/Walkway-EN/walkway_bold-webfont.ttf') format('truetype'),
         url('/fonts/Walkway-EN/walkway_bold-webfont.svg#WalkwayBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
    body {
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: #b4b6b0!important;
        font-family: Aial, Helvetica, sans-serif;
        font-size: 12px;    
    }
    .section {
        height: 100%;
        padding-top: 60px!important;
        background-color: #b4b6b0!important;
    }
    h1 {
        font-size: 22px;
        font-family: WalkwayBoldRegular;
        color:#342b19;
        margin: 30px 0;
    }
    .cap-letter {
        font-size: 20px;
    }
    .bg-cream {
        background-color: #efefee!important;
    }
    .blog-title
    {
        color:#232323; 
        font-family: Arial, Helvetica, sans-serif;
    }
    .pull-left {
		float: left!important;
	}
    .img-tumbnail {
        margin: 7px 10px 0 0; 
        padding: 2px; 
        width: 136px; 
        height: 136px; 	
        border: 1px dotted silver
	}
    .img-fluid {
        max-width: 100%;
        height: auto;
    }
    .text-center {
		text-align: center!important;
	}
    .text-justify {
		text-align: justify!important;
	}
    .text-left {
		text-align: left!important;
	}
/* SERVICES */
    #services {
		background: #f5f5f5;
	}
	.service__text {
        background: rgba(29,29,33,0.7);
        padding: 12px 20px;
        color: #fff!important;
        transition: all .5s ease-in-out;
        font-size: 1.0rem;
        border: none;
    }        				
    .service__box-item {
        display: flex;
    }
    .service__item {
        text-align: left;      
        position:relative;     
        transition: all .5s ease-in-out;  
        height: 260px;
        width: 100%;      
        overflow: hidden;
    }
    .service__inner-item {  
        position:relative;         
        display: flex;        
        width: 100%;
        height: 100%;
        transition: all .5s ease-in-out;
        align-items: flex-end;  
        justify-content: center;
        -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
        box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
    }  
    .service__inner-item:after {
        content: '';
        position: absolute;
        left:0;
        top:0;
        width: 100%;
        height: 100%;
        transition: all .5s ease-in-out;
        background-color: #03273c;
        opacity: 0;
    }
    .service__inner-item_corporative {
        background: url('img/services/corporative-th.jpg') no-repeat;	
        background-size: cover;
        transition: all .5s ease-in-out;
    }

/* ANIMATIONS  */
	.service__item:hover .service__text {
        position: static;
        z-index: 1;
        opacity: 1;
        margin-bottom: 120px;
        text-align: center;
        font-size: 1.5rem;
        background: rgba(29,29,33,0);
        border: 1px solid #fff;
        cursor: pointer;
    }
    .service__item:hover .service__inner-item {
        transform: scale(1.4,1.4);
    }
    .service__item:hover .service__inner-item:after  {
        opacity: 0.5;
    }
    .service__inner-item_wedding {
        background: url('img/services/s3.jpg') no-repeat;	
        background-size: cover;
    }
    .service__inner-item_outgoing {
        background: url('img/services/outgoing-th.jpg') no-repeat;	
        background-size: cover;
    }
    .service__inner-item_birthday {
        background: url('img/services/birthdays-th.jpg') no-repeat;	
        background-size: cover;
    }  
.gallery_sprites
    {
        background:  #333333 url(/img/gallery/gallery-sprite2.png) no-repeat; 
        display: inline-block;   
    }
    
.gallery_icon
    {
        width: 91px;
        height: 91px;
        padding: 2px;
    }
.gal-portraits { background-position: 0 -104px; }
.gal-portraits:hover { background-position: 0 0; }

.gal-dancers { background-position: -102px -104px; }
.gal-dancers:hover { background-position:-102px 0; }

.gal-musicians { background-position: -205px -104px; }
.gal-musicians:hover { background-position:  -205px 0; }

.gal-figures { background-position: -716px -104px; }
.gal-figures:hover { background-position: -716px -2px; }

.gal-interiors { background-position: -310px -104px; }
.gal-interiors:hover { background-position:-310px 0; }

.gal-stilllife { background-position: -409px -104px; }
.gal-stilllife:hover { background-position:-409px 0; }

.gal-lanscapes { background-position: -511px -104px; }
.gal-lanscapes:hover { background-position: -511px 0; }

.gal-cityscapes  { background-position: -613px -104px; }
.gal-cityscapes:hover { background-position: -613px -2px; }

.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}