/*  General CSS*/

body{
    background: #fff;
}

#wrapper {
    max-width:1200px;
    position: relative;
    margin: 0 auto;
    padding: 30px 50px 50px 50px;
}

.wrapper{
    width: 92.72727272727273%;
    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;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:400;
    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;  
}



/*  Header  */
header {
	margin-left: 0px;
	margin-top: 10px;
}

header a:link {color:#660033; text-decoration: none;}
header a:visited {color:#660033;text-decoration: none;}
header a:hover {color:#006600;text-decoration: none;font-weight: normal;}

header .logo{
    font-family: 'Boogaloo', cursive;
	font-size: 42px;
	letter-spacing: 3px;
    color: #660033;
    padding-left: 12px;
    padding-bottom: 15px;
    float: left;     
}

header .to-blog{
	float: right;
	font-family: 'Boogaloo', cursive;
	font-size: 18px;
    color: #660033;
    padding-top:18px;
    padding-right: 30px
}

/*  Footer  */
.footer{
	margin: 10px 10px 30px 10px;
    float: left; 
}

.footer p{
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:400;
    font-size: 16px;
    color: red;
}


/*  Picture Grid  */
.main{
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #f6f6f6;
    clear: both;
}


.main .work{
    display: block;
    width: 33.33333333333333%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.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: 1;
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
    
	opacity: .8;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;    
}


.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -100px;
}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 20px 0px 20px;
    z-index: 77;
    color: #454545;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.5;
}



.main .work .caption p{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 0px 20px 20px 20px;
    z-index: 77;
    color: #454545;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:400;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.5;
}



.pic_caption p {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
	text-align: center;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 0.7em 0em 0.7em 0em;
	border-bottom:1px solid #CBCBCB;
}


/*  Share buttons  */
.sharebut {
	background: #fff;
	display: block;
    width: 100%;
    height: 20px;
    position: relative;
	float: left;
    overflow: visible;
    margin: 10px 10px 30px 10px;
    font-size: 1px;
}

.sharebut iframe {
	vertical-align: middle;	
}


.twitter-share-button[style] {
    vertical-align: text-bottom !important;
    margin-left: 5px;
}

.email-button {
	background: #934c70;
    width: 100px;
	height: auto:
    position: relative;
	padding: 2px 6px 2px 6px;
 	color: white;
	font-size: 11px;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
	border-radius: 2px;
	vertical-align: top;
	text-decoration: none;
}

.mailbut{
	display: inline;
	margin-left: 5px;
	position: absolute;
	top: 5px;
}


/*  Inner Page  */
.top{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/banner1.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}


.top2{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/banner2.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top3{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/banner3.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top4{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/banner4.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top5{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/banner5.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top6{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/banner6.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top7{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/banner7.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top8{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/banner8.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top9{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/banner9.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}





.work_nav{
    display: block;
    width: 100%;
}

.work_nav .btn{
    float: right;
    margin: 5px 35px 0px 0;
}

.work_nav ul{
    list-style: none;
}

.work_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
}

.work_nav a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/p_navigation.png') no-repeat;
    background-position: 0 0;
}

.work_nav a.previous{
    background-position: 0 0;
}

.work_nav a.grid{
    background-position: -41px 0;
}

.work_nav a.next{
    background-position: -82px 0;
}

.top .title{
    display: block;
    width: 100%;
    color: #660033;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
    font-size: 24px;
    background: rgba(255, 255, 255, .7);
    padding: 10px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;
    border-top-right-radius: 10px; 
	border-top-left-radius: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top2 .title{
    display: block;
    width: 100%;
    color: #660033;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
    font-size: 24px;
    background: rgba(255, 255, 255, .7);
    padding: 10px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;
    border-top-right-radius: 10px; 
	border-top-left-radius: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top3 .title{
    display: block;
    width: 100%;
    color: #660033;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
    font-size: 24px;
    background: rgba(255, 255, 255, .7);
    padding: 10px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;
    border-top-right-radius: 10px; 
	border-top-left-radius: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top4 .title{
    display: block;
    width: 100%;
    color: #660033;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
    font-size: 24px;
    background: rgba(255, 255, 255, .7);
    padding: 10px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;
    border-top-right-radius: 10px; 
	border-top-left-radius: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top5 .title{
    display: block;
    width: 100%;
    color: #660033;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
    font-size: 24px;
    background: rgba(255, 255, 255, .7);
    padding: 10px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;
    border-top-right-radius: 10px; 
	border-top-left-radius: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top6 .title{
    display: block;
    width: 100%;
    color: #660033;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
    font-size: 24px;
    background: rgba(255, 255, 255, .7);
    padding: 10px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;
    border-top-right-radius: 10px; 
	border-top-left-radius: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top7 .title{
    display: block;
    width: 100%;
    color: #660033;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
    font-size: 24px;
    background: rgba(255, 255, 255, .7);
    padding: 10px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;
    border-top-right-radius: 10px; 
	border-top-left-radius: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top8 .title{
    display: block;
    width: 100%;
    color: #660033;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
    font-size: 24px;
    background: rgba(255, 255, 255, .7);
    padding: 10px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;
    border-top-right-radius: 10px; 
	border-top-left-radius: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.top9 .title{
    display: block;
    width: 100%;
    color: #660033;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
    font-size: 24px;
    background: rgba(255, 255, 255, .7);
    padding: 10px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;
    border-top-right-radius: 10px; 
	border-top-left-radius: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
}

.content{
    color: #4b4848;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:400;
    font-size: 15px;
    line-height: 22px;
    padding: 30px 30px;
    background: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content p{
    color: #4b4848;
    font-family: georgia, serif;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 5px;
}

.content p-red{
    color: red;
    font-family: georgia, serif;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 5px;
}

.content h1,
.content h2,
.content h3,
.content h5,
.content h6{
    color: #4b4848;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
    line-height: 24px;
    margin-bottom: 10px;
}

.content h4{
    color: #660033;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 3px;
    margin-top: 8px;
}


.drop_cap {
	float: left;
	color: #660033;
	font-size: 50px;
	line-height: 40px;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: georgia, serif; 
}

.content h5 a{
    color: #660033;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:600;
    font-size: 14px;
}

.content h5 a:hover{
    color: #006600;
}




/*  Photos in text  */
figure {
    	display: block;
   	 	margin: 0em;
	}
		
figcaption { 
    display: block;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:400;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    border-bottom: 1px solid #bfbbbb;
    margin-bottom: 10px;
	}		
		
figure img {
    max-width: 100%;
    height: auto;
	}
		
section figure div {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 0;
	}
		
.text-wrap-right {
	clear: left;
	float: right;
	margin: 0px 10px 0px 10px;
	}
		
.text-wrap-left {
	clear: right;
	float: left;
	margin: 0px 15px 0px 0px;	
	}




/*  Tooltip  */
.tooltip{
    display: block;
    padding: 7px 10px;
    background: #454545;
    color: #fff;
    font-family: 'Open Sans', arial, sans-serif;
	font-weight:400;
    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;
}



/*  Responsive code  */
@media (max-width:768px){

    header{
        display: block;
        width: 100%;
        min-height: 60px;
        padding: 0;
        position: relative;
    }
    header .logo{
        margin: 30px 0 0 20px;
        float: left;
    }
    header .footer{
        display: none;
    }
    header #menu_icon,
    header .close_menu{
        float: right;
        margin: 30px 30px 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: 30px 0;
        text-align: center;
        color: #454545;
        font-family: 'Open Sans', arial, sans-serif;
		font-weight:400;
        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{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    #map{
        margin: 0!important;
    }
}

@media (max-width:480px){
	.main .work{
        width: 100%;
    }
    
	#wrapper {
    	padding: 0;
	}

}