@charset "utf-8";
/* CSS Document */

body  {
	background:url(../images/bg.jpg) repeat center top #000000;
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
	font-family: 'Josefin Sans', sans-serif;
	font-size:18px;
	color:#333333;
}
header {
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
header .logo {
	background:url(../images/logo.png);
	width:544px;
	height:148px;
	display:inline-block;
	margin:0 480px 0 0;
}
header .shadowleft {
	background:url(../images/shadowleft.png);
	width:75px;
	height:685px;
	margin:0;
	position:absolute;
	left:-75px;
	top:0;
}
header .shadowright {
	background:url(../images/shadowright.png);
	width:75px;
	height:685px;
	margin:0;
	position:absolute;
	right:-75px;
	top:0;
}
main {
	background:#9d83ba;
	max-width:1200px;
	text-align:center;
	margin:0 auto;
	padding:30px 0;
	position:relative;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.23);
}
main .shadowline {
	background:url(../images/shadowline.jpg) center;
	max-width:1200px;
	height:55px;
	margin:0;
}
main .headerline {
	background:url(../images/headerline.png);
	height:8px;
	margin:0;
}
main h1 {
	font-size:48px;
	font-weight:normal;
	color:#7839bf;
	margin:0;
	padding:0;
}
.thumbnails {
	margin:20px 0 0 0;
}
.thumbnails .box {
	background:#8661ae;
	display:inline-block;
	padding:15px 15px 12px 15px;
	margin:7px 7px 14px 7px;
	position:relative;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.thumbnails .box img {
	border:1px solid #533276;
	position:relative;
	z-index:1;
}
.thumbnails .box img:hover {
	opacity:0.8;
	transition:all 0.4s;
}
.thumbnails .box h3 {
	background:rgba(255,255,255,0.80);
	width:240px;
	font-family: 'Lobster', cursive;
	font-size:30px;
	font-weight:normal;
	color:#533276;
	text-shadow: 0.643px 0.766px 0px rgba(255, 255, 255, 0.004);
	padding:11px 0;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom:18px;
	z-index:3;
}
.thumbnails .box:hover h3 {
	background:rgba(255,255,255,0.92);
	transition:all 0.4s ease-in-out;
}
.thumbnails br {
	display:none;
}
.pagination {
	text-align:right;
	margin:20px 75px 0 0;
}
.pagination ul {
	background:#fff;
	list-style:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0px;
	margin:0;
	padding:0;
	display:inline-block;
	border:1px solid #dddddd;
	border-radius:3px;
}
.pagination ul li {
	display:inline-block;
	font-size:14px;
	border-right:1px solid #DDDDDD;
	margin:0;
	padding:0;
}
.pagination ul li a {
	color:#533276;
	padding:7px 10px;
	display:inline-block;
	text-decoration:none;
}
.pagination ul li a:hover {
	background:#533276;
	color:#fff;
	transition:all 0.4s;
}
footer {
	max-width:1200px;
	margin:0 auto;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:10px;
	text-align:center;
	color:#533276;
	padding:20px 0;
}
footer p {
	display:inline-block;
	vertical-align:top;
	margin:0;
}
footer .left {
	max-width:46%;
	text-align:right;
	margin:0 15px 0 0;
}
footer .right {
	max-width:46%;
	text-align:left;
	margin:0 0 0 15px;
}
footer span {
	font-size:14px;
	display:block;
	margin:15px 0 0 0;
}
footer a {
	color:#fff;
}
/* model page */
.model {
	background:#fff;
	margin:70px 30px 100px 30px;
	height:470px;
	text-align:left;
	position:relative;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.model .box {
	background:#6d4895;
	display:inline-block;
	padding:15px 15px 12px 15px;
	position:relative;
	margin:-60px 0 0 70px;
	vertical-align:top;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.model .box .shadowleft {
	background:url(../images/shadowleftm.png);
	width:46px;
	height:593px;
	position:absolute;
	left:-46px;
	top:-10px;
}
.model .box .shadowright {
	background:url(../images/shadowrightm.png);
	width:46px;
	height:593px;
	position:absolute;
	right:-46px;
	top:-10px;
}
.model .bio {
	display:inline-block;
	max-width:500px;
	margin:0 0 0 50px;
}
.model .bio h2 {
	background:url(../images/lipsicon.png) no-repeat 10px center;
	font-size:42px;
	font-weight:normal;
	padding:0 0 0 55px;
	margin:30px 0 0 0;
	border-bottom:1px solid #333;
}
.backbttn {
	text-align:right;
	margin:20px 30px 10px 0;
}
.arrow_box {
	height:36px;
	line-height:37px;
	padding:0 20px;
	position: relative;
	background: #533276;
	display:inline-block;
	color:#FFFFFF;
	text-decoration:none;
}

.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(215, 20, 26, 0);
	border-right-color: #533276;
	border-width: 18px;
	margin-top: -18px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #533276;
	border-width: 18px;
	margin-top: -18px;
}



.more {
	background:#d3c8df;
	margin:70px 30px 100px 30px;
	text-align:center;
	position:relative;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.more .bio {
	display:inline-block;
	margin:0 10px 0 10px;
}


.container.gallery-container {
    background-color: #6d4895;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(183, 140, 229, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}