/* style.css */
@charset "utf-8";
/* CSS Document */

/* Display & Responsive */

body
{margin:0; padding:0;}

table td
{border-collapse:collapse; mso-table-lspace:0; mso-table-rspace:0;}

img
{display:block;}

.ExternalClass *
{line-height:115%;} /* Outlook.com sets default to 130% and ignores inline line heights */

@media only screen and (max-width: 420px){
table[class=full-width], img[class=full-width], a[class=full-width], div[class=full-width]{width:100% !important; height:auto !important;}
div[class=full-width-window]{width:90% !important; height:auto !important;}
table[class=full-width-margin]{width:100% !important; height:auto !important; margin:0 0 20px 0 !important;}
td[class=singleColumn]{width:100% !important; float:left !important;}
table[class=hide],td[class=hide],tr[class=hide],span[class=hide]{display:none !important;}
td[class=textJustify],a[class=textJustify]{text-align: justify!important;}
td[class=textCenter],a[class=textCenter],table[class=textCenter]{text-align: center!important;}
td[class=textRight],a[class=textRight]{text-align: right!important;}
div[class=show]{display:block !important;}
td[class=smallTxt], a[class=smallTxt], span[class=smallTxt]{font-size:11px !important;}
td[class=mediumTxt], a[class=mediumTxt], span[class=mediumTxt]{font-size:14px !important;}
td[class=largeTxt], a[class=largeTxt], span[class=largeTxt]{font-size:18px !important;}
td, a, span{-webkit-text-size-adjust:none;}

td[class=heightNone]{height:none !important;}
 


	table[class=singleColumnMobileShow]{display:block !important; visibility:visible !important; overflow:auto !important; width:100% !important; height: auto !important; max-height:none !important;}
	div[class=singleColumnMobileShow]{display:block !important; visibility:visible !important; overflow:auto !important; width:100% !important; height: auto !important; max-height:none !important;}

 
}
  
a:visited {

color:#f3af4e;

}

a:hover {
	color: #f3af10;
}

a:focus, .active {
	color: #f3af4e;
}

/* Navigation */

ul {
	width: auto;
	}

ul.tab {
    list-style-type: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

/* Float the list items side by side */
ul.tab li {
	float: left;
	}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: 000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}

/* Change background color of links on hover */
ul.tab li a:hover {
	background-color: #111111;
	color: #f3af4e;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
	background-color: #000000;
	}

/* Style the tab content */
.tabcontent {
	width: 100%;
    display: none;
    padding: none;
    border: none;
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Gallery Heading */
.heading{
	color:#000000;
	font-family: 	
}
/* /style.css */

/* Gallery Zoom */
.bigger div:hover{
	transform: scale(1.16);
	-webkit-transition: all 1.5s ease;
	}

.thumbnail{
	width: 100%;
	overflow: hidden;
	}

.thumbnail img{
	-webkit-transition: all 1.5s ease;
	}
	
.thumbnail img:hover{
	transform: translate(-23%,-37%) scale(2.2);
	}
	
/* infoSTART CSS */
.infocontainer{
    display:none;
    }

.infoouter{
    background-color:#222222;
    height:100%;
    width:100%;
    position:absolute;
    z-index:9998;
    float:none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    }


.infobox{
    background-color:#ffffff;
    border-style: solid;
    border-width: 5px;
    border-color: #f3af4e;
    height:70%;
    width:80%;
    position:absolute;
    left:10%;
    top:15%;
    padding:15px;
    z-index:9999;
    float:none;
    }

.infoimg{
    float:left;
    }

.infoclose{
    float:right;
    }   

.infotext{
    left:4%;
    right:4%;
    top:4%;
    bottom:36%;
    padding:10%;
    height:60%;
    width:94%;
    text-align:center;
    position:absolute;
    }
/* /infoSTART */

/* avatarSTART CSS */
.avatarcontainer{
    display:block;
    }
	
.avatarouter{
    background-color:#222222;
    height:100%;
    width:100%;
    position:absolute;
    z-index:9998;
    float:none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    }

.avatarbox{
    height:100%;
    width:100%;
    position:absolute;
    margin-left:auto;
	margin-right:auto;
    z-index:9999;
    float:none;
    }
	
.avatarboxclose{
	width:100%;
	border-bottom:thin;
	border-top:thin;
	border-bottom-color:#f3af4e;
	border-top-color:#f3af4e;
	background-color:#ffffff;
    padding: 5px;
    position: absolute;
    top: 80%;
    transform: translate(0, -68%);
	float:none;
	}
	
.avatarimg{
    margin: 0;
    position: absolute;
    top: 36%;
    left: 51%;
    margin-right: -50%;
    transform: translate(-49%, -36%);
	float:none;
	width:320px;
	height:auto;
	}

.avatarclose{
    }   

/* /avatarSTART */