/*Body-------------------------------------------------------------------------------------------*/
html, body {
    -webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility !important;
    font-family: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
	color:#ccc;
    background-color: #212121;
    min-height: 100%;
    position: relative;
	overflow:visible;
	/*overflow-y: overlay;*/
	/*overflow-y: scroll;*/
	width: 100vw;
	/*max-width: 100%*/
	/*-ms-overflow-style: -ms-autohiding-scrollbar;*/
}

/*body::-webkit-scrollbar {
width: 5px;               
height: 5px;
}
body::-webkit-scrollbar-track {
  background-color:transparent; 
}
body::-webkit-scrollbar-thumb {
  background-color: #3D3D3D;    
}
::-webkit-scrollbar-corner {
/*
background-image: url(resources/corner.png);
background-repeat: no-repeat;
*/
/*background-color: #212121;
}*/

#loadOverlay{display: none;
}
@font-face {
	font-family: 'TrajanPro';
	src: url('../fonts/trajanpro.woff') format('woff')
}
@font-face {
    font-family: 'minionPro';
    src: url('../fonts/MinionPro.otf') format('opentype');
}
@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
#opacity {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
#opacity:hover {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
#opacity2 {
	opacity: 0.6;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
#opacity2:hover {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
#shadow:hover {
	-moz-box-shadow: 0 0 30px 1px #000000;
	-webkit-box-shadow: 0 0 30px 1px #000000;
	box-shadow: 0 0 30px 1px #000000;
}
.container {
    overflow: hidden;
    position: relative;
    width: 100%;
	margin-top:0px;
}
.wrapper {
   	overflow:visible;
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding: 0px 0 20px 0;
    box-sizing: border-box;
}
.wrapper-body{
	min-width:1024px;
	/*height:100%;*/
	margin:0px;
	padding:0px;
	/* overflow:scroll; */
}
.container-fade{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:scroll;
}
#fade-a{
	width: 100%;
	height:auto;
	margin:0px;
	padding:0px;
}
.wrap {
    min-width: 1024px;
    width: 1024px;
    overflow: visible;
	margin-left: auto;
	margin-right: auto;
}
.centerall{
/* position: absolute; */
margin-top: 18%;
/*top: 50%; */
left: 50%;
/* transform: translate(-50%, -50%); */

}
.centerall2{
margin: auto;
margin-top: 0px;
left: 50%;
}
.centerall3{
margin: auto;
margin-top: 100px;
left: 50%;
}
/*-------------------------------------------------------------------------------------------*/

/*Bar--------------------------------------------------------------------------------------------*/
.font_b {
	font-family: "TrajanPro", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 11px;
	color: #FFFFFF;
}
.hr1 {
	margin-top: 0%;
	margin-bottom: 0px;
	display: block;
	border: none;
	color: white;
	height: 1px;
	background: white;
	z-index: 10;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.25) 35%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.25) 65%, rgba(255,255,255,0.03) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0.03)), color-stop(35%, rgba(255,255,255,0.25)), color-stop(50%, rgba(255,255,255,0.5)), color-stop(65%, rgba(255,255,255,0.25)), color-stop(100%, rgba(255,255,255,0.03))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.25) 35%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.25) 65%, rgba(255,255,255,0.03) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.25) 35%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.25) 65%, rgba(255,255,255,0.03) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.25) 35%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.25) 65%, rgba(255,255,255,0.03) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.25) 35%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.25) 65%, rgba(255,255,255,0.03) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08ffffff', endColorstr='#08ffffff', GradientType=1 ); /* IE6-9 */
}
.bar {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 6px;
	top: 0%;
	left: 0%;
	height: 50px;
	position: relative;
	z-index: 30;
}
.bar-logo {
	display: inline-block;
	width: 100px;
	top: 0%;
	left: 0%;
	vertical-align: middle;
	overflow: hidden;
	z-index: 9999;
	position: relative;
}
.bar-left {
	display: inline-block;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	align: right;
	vertical-align: middle;
	position: relative;
}
.bar-right {
	display: inline-block;
	margin-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	align: left;
	vertical-align: middle;
	position: relative;
}
.bar2 {
	display: inline-block;
	width: 390px;
	vertical-align: middle;
	position: relative;
	padding-left: 10px; /* ~ centerering logo! (bar2) */
}
/*-------------------------------------------------------------------------------------------*/


/*Nav-------------------------------------------------------------------------------------------*/
a.activef1 {
	color: #5E7EA7;
	text-decoration: none;
}
a.activef2 {
	color: #53D5FF;
	text-decoration: none;
}
a.active1 {
	color: #447ac1;
	text-decoration: none;
}
a.active2 {
	color: #FF8585;
	text-decoration: none;
}
a.active3 {
	color: #6ACC6A;
	text-decoration: none;
}
a.active4 {
	color: #FFD085;
	text-decoration: none;
}
a.active5 {
	color: #B0B4B5;
	text-decoration: none;
}
a.active1-cine {
	color: #F78104;
	text-decoration: none;
}
a.active2-cine {
	color: #FAAB36;
	text-decoration: none;
}
a.active3-cine {
	color: #249EA0;
	text-decoration: none;
}
a.active4-cine {
	color: #008083;
	text-decoration: none;
}
a.active5-cine {
	color: #B0B4B5;
	text-decoration: none;
}
.nav {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 15px;
	height: 30px;
	position: relative;
	z-index: 30;
}
.nav2 {
	display: inline-block;
	width: 80%;
	min-width: 400px;
}
.n1 {
	width: 20%;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.n2 {
	width: 20%;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.n3 {
	width: 20%;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.n4 {
	width: 20%;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.n5 {
	width: 20%;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.n1-cine {
	width: 25%;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.n2-cine {
	width: 25%;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.n3-cine {
	width: 25%;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.n4-cine {
	width: 25%;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.font_nav {
	font-family: "TrajanPro", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 9px;
	color: #FFFFFF;
	padding-right: 0%;
	display: inline-block;
	position: relative;
}
/*-------------------------------------------------------------------------------------------*/


/*Contact-------------------------------------------------------------------------------------------*/
.hr3 {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	border: none;
	color: white;
	height: 1px;
	background: white;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(35%, rgba(255,255,255,0.1)), color-stop(50%, rgba(255,255,255,0.4)), color-stop(65%, rgba(255,255,255,0.1)), color-stop(80%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 80%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255 ,0.1) 65%, rgba(255,255,255,0) 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
.wrapper-body-c{
	min-width:580px;	
}
.img-c{
	display:block;
	-moz-box-shadow: 0 0 15px 1px #000000;
	-webkit-box-shadow: 0 0 15px 1px #000000;
	box-shadow: 0 0 15px 1px #000000;
}
.main_c{
display:inline-block;
padding-top:20px;
padding-bottom:20px;
padding-left:25px;
position:relative;
width:580px;
height:auto;
z-index:10;
overflow:vissible;
text-align:left;
font-family: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
font-size: 12px;
color: #CCC;
}
.main_c h3 {
	color: #CCC;
	display: block;
	text-align: left;
	font-family: "TrajanPro", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom:20px;
}
.main_c1{
font-family: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
font-size: 12px;
color: #CCC;
margin-bottom:0px;
line-height: 1.8;
display:inline-block;
}
.main_c1l{
	float:left;
	width:290px;
}
.main_c1r{
	float:left;
	width:290px;
}
.cont_mini_wrap{
	margin-bottom:10px;
}
.font2{
font-family: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
font-size: 12px;
}
/*-------------------------------------------------------------------------------------------*/

 /*VArts_Main-------------------------------------------------------------------------------------------*/
.Main-color{
	background-color:#141414;
}
/* Image auto-widht and shadow ----- MAIN*/
.img-main {
	margin-top: 0%;
	margin-bottom: 0%;
	max-width: 100%;
	min-width: 20%;
	z-index: 9;
	-moz-box-shadow: 0 0 30px 1px #000000;
	-webkit-box-shadow: 0 0 30px 1px #000000;
	box-shadow: 0 0 30px 1px #000000;
}
.img-main2 {
	margin-top: 0%;
	margin-bottom: 0%;
	max-width: 50%;
	min-width: 20%;
	z-index: 9;
	-moz-box-shadow: 0 0 20px 1px #000000;
	-webkit-box-shadow: 0 0 20px 1px #000000;
	box-shadow: 0 0 20px 1px #000000;
}
.img-main2-cine {
	margin-bottom: 90px;
	margin-top: 60px;
	max-width: 20%;
	min-width: 20%;
	z-index: 9;
	-moz-box-shadow: 0 0 20px 1px #000000;
	-webkit-box-shadow: 0 0 20px 1px #000000;
	box-shadow: 0 0 20px 1px #000000;
}
.phot-nav {
	margin: auto;
	width: 70%;
}
#fade-in {
	opacity: 0;
	-moz-transition: opacity 2s; /* Firefox 4 */
	-webkit-transition: opacity 2s; /* Safari and Chrome */
	-o-transition: opacity 2s;
	transition: opacity 2s;	
	-webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
#fade-in0 {
	margin-bottom:0px;
	opacity: 0;
	-moz-transition: opacity 2s; /* Firefox 4 */
	-webkit-transition: opacity 2s; /* Safari and Chrome */
	-o-transition: opacity 2s;
	transition: opacity 2s;
	-webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
#fade-in1 {
	margin-bottom:0px;
	opacity: 0;
	-moz-transition: opacity 2s; /* Firefox 4 */
	-webkit-transition: opacity 2s; /* Safari and Chrome */
	-o-transition: opacity 2s;
	transition: opacity 2s;
	-webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
#fade-in2 {
	margin-bottom:15px;
	opacity: 0;
	-moz-transition: opacity 2s; /* Firefox 4 */
	-webkit-transition: opacity 2s; /* Safari and Chrome */
	-o-transition: opacity 2s;
	transition: opacity 2s;	
	-webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
	
}
#fade-in3 {
	margin-bottom:15px;
	opacity: 0;
	-moz-transition: opacity 2s; /* Firefox 4 */
	-webkit-transition: opacity 2s; /* Safari and Chrome */
	-o-transition: opacity 2s;
	transition: opacity 2s;	
	-webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -ms-transition-delay: 2s;
    transition-delay: 2s;
}
#fade-in4 {
	margin-bottom:15px;
	opacity: 0;
	-moz-transition: opacity 2s; /* Firefox 4 */
	-webkit-transition: opacity 2s; /* Safari and Chrome */
	-o-transition: opacity 2s;
	transition: opacity 2s;	
	-webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    -ms-transition-delay: 3s;
    transition-delay: 3s;
}
#fade-in5 {
	margin-bottom:15px;
	opacity: 0;
	-moz-transition: opacity 2s; /* Firefox 4 */
	-webkit-transition: opacity 2s; /* Safari and Chrome */
	-o-transition: opacity 2s;
	transition: opacity 2s;	
	-webkit-transition-delay: 4s;
    -moz-transition-delay: 4s;
    -o-transition-delay: 4s;
    -ms-transition-delay: 4s;
    transition-delay: 4s;
}

/*ComingSoon--------------------------------------------------------------------------------*/
#ComingSoon {
	margin-top: 70px;
	margin-bottom: 50px;
	font-family: "TrajanPro", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 11px;
	color: #FFFFFF;
}
#ComingSoon2 {
	margin-top: 30px;
	margin-bottom: 50px;
	font-family: "TrajanPro", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 11px;
	color: #FFFFFF;
}
/*-------------------------------------------------------------------------------------------*/

/*Circular------------------------------------------------------------------------------------------*/
.circular1-square {
  border-radius: 50%;
	margin-top: 10px;
	margin-bottom: 0%;
	max-width: 100%;
	min-width: 20%;
	z-index: 9;
	-moz-box-shadow: 0 0 20px 1px #000000;
	-webkit-box-shadow: 0 0 20px 1px #000000;
	box-shadow: 0 0 20px 1px #000000;
	width: 200px;
}
.circular1-square2 {
  border-radius: 50%;
	margin-top: 0px;
	margin-bottom: 0%;
	max-width: 100%;
	min-width: 20%;
	z-index: 9;
	-moz-box-shadow: 0 0 10px 1px #000000;
	-webkit-box-shadow: 0 0 10px 1px #000000;
	box-shadow: 0 0 10px 1px #000000;
	width: 80px;
}
.wrap-c {
	margin: auto;
	min-width: 60%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}
.wrap-c-2 {
	margin: auto;
	min-width: 60%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
}
.wrap-c2 {
	display: inline-block;
	margin-right: 5%;
	margin-left: 5%;
}
.wrap-c2-2 {
	display: inline-block;
	margin-right: 2%;
	margin-left: 2%;
}
.wrap-border{;
	display: inline-block;
	width: 500px;
	border: 1px solid #3d3d3d69;
	border-radius: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.wrap-button{;
}

/*------------------------------------------------------------------------------------------*/

/*Gallery------------------------------------------------------------------------------------------*/

/* Image auto-widht and shadow ----- MAIN*/
.hr2 {
	margin-top: 0px;
	margin-bottom: 9px;
	display: block;
	border: none;
	color: white;
	height: 1px;
	background: white;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(35%, rgba(255,255,255,0.1)), color-stop(50%, rgba(255,255,255,0.4)), color-stop(65%, rgba(255,255,255,0.1)), color-stop(80%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 80%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255 ,0.1) 65%, rgba(255,255,255,0) 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
.font-gal1 {
	color: #555;
	display: block;
	text-align: center;
	font-family: "TrajanPro", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 9px;
	margin-bottom:15px;
}
.img-gal1 {
	margin-top: 0%;
	margin-bottom: 0px;
	max-width: 100%;
	min-width: 0%;
	z-index: 9;
	-moz-box-shadow: 0 0 30px 1px #000000;
	-webkit-box-shadow: 0 0 30px 1px #000000;
	box-shadow: 0 0 30px 1px #000000;
}
.wrap-gal1{
	margin-bottom: 30px;
	margin-top: 20px;
}
.img-gal2 {
	margin-top: 0%;
	margin-bottom: 0%;
	margin-right:9px;
	max-width: 19%;
	min-width: 10%;
	z-index: 9;
	-moz-box-shadow: 0 0 30px 1px #000000;
	-webkit-box-shadow: 0 0 30px 1px #000000;
	box-shadow: 0 0 30px 1px #000000;
}
.img-gal3 {
	margin-top: 0%;
	margin-bottom: 0%;
	max-width: 19%;
	min-width: 10%;
	z-index: 9;
	-moz-box-shadow: 0 0 30px 1px #000000;
	-webkit-box-shadow: 0 0 30px 1px #000000;
	box-shadow: 0 0 30px 1px #000000;
}
.box {
    cursor: pointer;
    float: left;
    position: relative;
    width: 256px;
    padding-bottom: 175px;
	overflow:visible;
}
.box2 {
    cursor: pointer;
    float: left;
    position: relative;
    width: 356px;
    padding-bottom: 175px;
	overflow:visible;
}
.boxInner {
    position: absolute;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    overflow: visible;
}
.boxInner2 {
    position: absolute;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    overflow: visible;
}
.boxInner img {
    width: 244px;
    height: 163px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.5;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.5;
    color: #FFF;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
	-moz-box-shadow: 0 0 15px 1px #000000;
	-webkit-box-shadow: 0 0 15px 1px #000000;
	box-shadow: 0 0 15px 1px #000000;
}
.boxInner2 img {
    width: 444px;
    height: 163px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.5;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.5;
    color: #FFF;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
	-moz-box-shadow: 0 0 15px 1px #000000;
	-webkit-box-shadow: 0 0 15px 1px #000000;
	box-shadow: 0 0 15px 1px #000000;
}

.boxInner:hover img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=100);

    /* Older than Firefox 0.9 */
    -moz-opacity:1;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 1;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 1;
}
.boxInner2:hover img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=100);

    /* Older than Firefox 0.9 */
    -moz-opacity:1;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 1;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 1;
}

.boxInner:hover .overlayBox {
    margin-bottom: 0;
}
.boxInner2:hover .overlayBox {
    margin-bottom: 0;
}
/*-------------------------------------------------------------------------------------------*/

/*Video-------------------------------------------------------------------------------------------*/
.box.video {
    padding-bottom: 233px;
}

.box.video img {
    cursor: pointer;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;
}

.box.video .play {
    font-family: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -37px;
    font-size: 18px;
    color: #b6a588;
    background-image: url(../iamges/canvas.png);
    background-repeat: repeat;
    background-size: 5px 5px;
    background-position: top left;
    width: 74px;
    height: 36px;
    text-align: center;
    line-height: 37px;
    border-radius: 23px;
    display: none;
}

/*--------------------------------------------------------------------------------------------*/

/*Footer-------------------------------------------------------------------------------------------*/

.hr-f {
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
	border: none;
	color: white;
	height: 1px;
	background: white;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(35%, rgba(255,255,255,0.1)), color-stop(50%, rgba(255,255,255,0.4)), color-stop(65%, rgba(255,255,255,0.1)), color-stop(80%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 80%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 20%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.4) 50%, rgba(255,255,255 ,0.1) 65%, rgba(255,255,255,0) 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
.container_f {
    overflow: hidden;
    position: relative;
    width: 100%;
	margin-top:10px;
}
footer {
    width: 100%;
    height: 96px;
    bottom: 0;
    z-index: 100;
}
.footer {
	padding-top: 10px;
	padding-bottom: 2%;
}
.footer2 {
	width:400px;
	display:block;
}
.footer2 li { 
display:inline-block;
}
.footer3 {
	display:inline-block;
	vertical-align:middle;
	margin-top: 7px;
}
.footer_div{
	display:block;
	width:auto;
	font-family: "TrajanPro", "Georgia", "Times New Roman","Times", serif;
}
.copyright {
	font: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
	color: #3D3D3D;
	font-size: 11px;
	display: inline-block;
	vertical-align:middle;
}
.DesignBy {
	font: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
	font-size: 11px;
	color: #555;
	display: inline-block;
	vertical-align:middle;
}
.font_Adam {
	font-family: "TrajanPro", "Georgia", "Times New Roman", "Times", "serif";
	color: #454545; font-size:11px;
	display: inline-block;
	vertical-align:middle;
}
.font_footer {
	font-family: "TrajanPro", "Georgia", "Times New Roman", "Times", "serif";
	color: #B9B9B9; font-size:11px;
	display: inline-block;
	vertical-align:middle;
	margin-left: 20px;
	margin-top:0px;
}
.font_footer2 {
	font-family: "TrajanPro", "Georgia", "Times New Roman", "Times", "serif";
	color: #454545; font-size:13px;
	display: inline-block;
	vertical-align:middle;
	margin-left: 20px;
	margin-top:0px;
}
.twticon {
	width:15px;
	height:15px; 
	margin-left: 6px;
	display: inline-block;
	background: url(https://adamthanos.com/images/twticon.png) 0 0 no-repeat;
	text-indent: -5000px;
	vertical-align:middle;
	background-size:contain;
}
.fbicon {
	width:15px;
	height:15px;
	margin-left: 6px;
	display: inline-block;
	background: url(https://adamthanos.com/images/fbicon.png) 0 0 no-repeat;
	text-indent: -5000px;
	vertical-align:middle;
	background-size:contain;
}
.instagicon {
	width:15px;
	height:15px;
	margin-left: 6px;
	display: inline-block;
	background: url(https://adamthanos.com/images/instaicon.png) 0 0 no-repeat;
	text-indent: -5000px;
	vertical-align:middle;
	background-size:contain;
}
.telicon {
	width:16px;
	height:16px;
	margin-left: 6px;
	margin-top:0px;
	display: inline-block;
	background: url(https://adamthanos.com/images/telicon.png) 0 0 no-repeat;
	text-indent: -5000px;
}
/*-------------------------------------------------------------------------------------------*/
   
   
/*-------------------------------------------------------------------------------------------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    text-shadow: none;
	padding: 1px !important;
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important;
     border-radius: 0px !important; 
     background-color: #212121 !important;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px verdana;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/arrows1.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: -32px;
}
.touch .fancybox-prev {
    width: 49px;
}
.touch .fancybox-nav span{
    visibility: visible !important;
}
.fancybox-next {
    right: -32px;
}
.touch .fancybox-next {
    width: 49px;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: -10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: -10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
	background-color:#141414
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px verdana;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: -28px;
    z-index: 8050;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    padding: 8px 0px; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    text-indent: 15px;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}
.fancybox-title-float-wrap .child .date {
    float: right;
    padding-right: 10px;
}
/*-------------------------------------------------------------------------------------------*/


/*Gallery-------------------------------------------------------------------------------------------*/
.whole-image-container{
    width: 820px;
    margin-left: 10px;
}
.image-container{
    text-align: center;
    height: inherit;
}
.image-wrapper{
    position: relative;
    line-height: 0;
    display: inline-block;
}
.image-overlay{
    display: none;
    position: absolute;
    top:0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.60);
}
.image-overlay.show{
    display: block;
}
.image-controlls{
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.image-controlls a{
    margin: 15px;
    font-family: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #75736f;
    line-height: 16px;
    background-repeat: no-repeat;
}
.image-controlls .gallery {
    float: left;
    padding-left: 24px;
    background-image: url(../images/galleryIcon.png);
    background-position: top left;
    background-size: 16px 32px;
}
.image-controlls .gallery:hover {
    color: #7f7564;
    background-position: bottom left;
}
.image-controlls .prev{
    float: right;
    padding-left: 15px;
    
    background-image: url(../images/image-nav-prev.png);
    background-position: top left;
    background-size: 16px 32px;

}
.image-controlls .next{
    float: right;

    padding-right: 15px;
    margin-left: 0;
    background-image: url(../images/image-nav-next.png);
    background-position: top right;
    background-size: 16px 32px;
}
.image-controlls .prev:hover{
    color: #7f7564;
    background-position: bottom left;
}
.image-controlls .next:hover{
    color: #7f7564;
    background-position: bottom right;
}
.image-controlls .prev.disabled:hover{
    color: #75736f;
    background-position: top left;
    cursor: default;

}
.image-controlls .next.disabled:hover{
    color: #75736f;
    cursor: default;
    background-position: top right;
}
.image-container img {
    max-width: 820px;
    display: none;
}
@media only screen and (min-width : 1280px) {
    .wrap {
        width: 1280px; 
    }
    .box.portfolio {
         width: 320px;
         padding-bottom: 220px;
     }
    .box.portfolio .boxInner {
         left: 10px;
         right: 10px;
         top: 10px;
         bottom: 10px;
     }
    .box.portfolio .boxInner img {
         width: 300px;
         height: 200px;
     }
    .box.video {
         width: 320px;
         padding-bottom: 280px;
     }
    .box.video .boxInner {
         left: 10px;
         right: 10px;
         top: 10px;
         bottom: 10px;
     }
    .box.video .boxInner img {
         width: 300px;
         height: 200px;
     }
     .box.video .play {
        top: 83px;
    }
}
/*-------------------------------------------------------------------------------------------*/

.portfolio-show-img{
    display: none;
}
.lightbox-portfolio-overlay{
    display: table;
    position: absolute; 
    left: 0px;
    bottom: -85px; 
    width:100%; 
    height:80px !important;
    overflow: visible;
    background-color: transparent;
    border: 0px;
    border-top: 0;
}
.port-desc{
    font-family: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
    color: #B9B9B9;
    padding: 10px 2px 10px 2px;
	text-align: right;
}
.port-wrap-skin .fancybox-skin{
    background-color: #212121 !important;
    padding: 0px !important;
	
	-moz-box-shadow: 0 0 30px 1px #000000;
	-webkit-box-shadow: 0 0 30px 1px #000000;
	box-shadow: 0 0 30px 1px #000000;
}
.portfolioLoader {
    position: absolute;
    font-size: 10px;
    color: #212121;
    margin: 5em 0;
    margin-left: 50%;
    left: -5px;
    bottom: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #FFFFFF, 2em -2em 0 0em #FFFFFF, 3em 0em 0 -0.5em #FFFFFF, 2em 2em 0 -0.5em #FFFFFF, 0em 3em 0 -0.5em #FFFFFF, -2em 2em 0 -0.5em #FFFFFF, -3em 0em 0 -0.5em #FFFFFF, -2em -2em 0 0em #FFFFFF;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #FFFFFF, 2em -2em 0 0.2em #FFFFFF, 3em 0em 0 0em #FFFFFF, 2em 2em 0 -0.5em #FFFFFF, 0em 3em 0 -0.5em #FFFFFF, -2em 2em 0 -0.5em #FFFFFF, -3em 0em 0 -0.5em #FFFFFF, -2em -2em 0 -0.5em #FFFFFF;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #FFFFFF, 2em -2em 0 0em #FFFFFF, 3em 0em 0 0.2em #FFFFFF, 2em 2em 0 0em #FFFFFF, 0em 3em 0 -0.5em #FFFFFF, -2em 2em 0 -0.5em #FFFFFF, -3em 0em 0 -0.5em #FFFFFF, -2em -2em 0 -0.5em #FFFFFF;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #FFFFFF, 2em -2em 0 -0.5em #FFFFFF, 3em 0em 0 0em #FFFFFF, 2em 2em 0 0.2em #FFFFFF, 0em 3em 0 0em #FFFFFF, -2em 2em 0 -0.5em #FFFFFF, -3em 0em 0 -0.5em #FFFFFF, -2em -2em 0 -0.5em #FFFFFF;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #FFFFFF, 2em -2em 0 -0.5em #FFFFFF, 3em 0em 0 -0.5em #FFFFFF, 2em 2em 0 0em #FFFFFF, 0em 3em 0 0.2em #FFFFFF, -2em 2em 0 0em #FFFFFF, -3em 0em 0 -0.5em #FFFFFF, -2em -2em 0 -0.5em #FFFFFF;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #FFFFFF, 2em -2em 0 -0.5em #FFFFFF, 3em 0em 0 -0.5em #FFFFFF, 2em 2em 0 -0.5em #FFFFFF, 0em 3em 0 0em #FFFFFF, -2em 2em 0 0.2em #FFFFFF, -3em 0em 0 0em #FFFFFF, -2em -2em 0 -0.5em #FFFFFF;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #FFFFFF, 2em -2em 0 -0.5em #FFFFFF, 3em 0em 0 -0.5em #FFFFFF, 2em 2em 0 -0.5em #FFFFFF, 0em 3em 0 -0.5em #FFFFFF, -2em 2em 0 0em #FFFFFF, -3em 0em 0 0.2em #FFFFFF, -2em -2em 0 0em #FFFFFF;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #FFFFFF, 2em -2em 0 -0.5em #FFFFFF, 3em 0em 0 -0.5em #FFFFFF, 2em 2em 0 -0.5em #FFFFFF, 0em 3em 0 -0.5em #FFFFFF, -2em 2em 0 0em #FFFFFF, -3em 0em 0 0em #FFFFFF, -2em -2em 0 0.2em #FFFFFF;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #FFFFFF, 2em -2em 0 0em #FFFFFF, 3em 0em 0 -0.5em #FFFFFF, 2em 2em 0 -0.5em #FFFFFF, 0em 3em 0 -0.5em #FFFFFF, -2em 2em 0 -0.5em #FFFFFF, -3em 0em 0 -0.5em #FFFFFF, -2em -2em 0 0em #FFFFFF;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #FFFFFF, 2em -2em 0 0.2em #FFFFFF, 3em 0em 0 0em #FFFFFF, 2em 2em 0 -0.5em #FFFFFF, 0em 3em 0 -0.5em #FFFFFF, -2em 2em 0 -0.5em #FFFFFF, -3em 0em 0 -0.5em #FFFFFF, -2em -2em 0 -0.5em #FFFFFF;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #FFFFFF, 2em -2em 0 0em #FFFFFF, 3em 0em 0 0.2em #FFFFFF, 2em 2em 0 0em #FFFFFF, 0em 3em 0 -0.5em #FFFFFF, -2em 2em 0 -0.5em #FFFFFF, -3em 0em 0 -0.5em #FFFFFF, -2em -2em 0 -0.5em #FFFFFF;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #FFFFFF, 2em -2em 0 -0.5em #FFFFFF, 3em 0em 0 0em #FFFFFF, 2em 2em 0 0.2em #FFFFFF, 0em 3em 0 0em #FFFFFF, -2em 2em 0 -0.5em #FFFFFF, -3em 0em 0 -0.5em #FFFFFF, -2em -2em 0 -0.5em #FFFFFF;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #FFFFFF, 2em -2em 0 -0.5em #FFFFFF, 3em 0em 0 -0.5em #FFFFFF, 2em 2em 0 0em #FFFFFF, 0em 3em 0 0.2em #FFFFFF, -2em 2em 0 0em #FFFFFF, -3em 0em 0 -0.5em #FFFFFF, -2em -2em 0 -0.5em #FFFFFF;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #FFFFFF, 2em -2em 0 -0.5em #FFFFFF, 3em 0em 0 -0.5em #FFFFFF, 2em 2em 0 -0.5em #FFFFFF, 0em 3em 0 0em #FFFFFF, -2em 2em 0 0.2em #FFFFFF, -3em 0em 0 0em #FFFFFF, -2em -2em 0 -0.5em #FFFFFF;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #FFFFFF, 2em -2em 0 -0.5em #FFFFFF, 3em 0em 0 -0.5em #FFFFFF, 2em 2em 0 -0.5em #FFFFFF, 0em 3em 0 -0.5em #FFFFFF, -2em 2em 0 0em #FFFFFF, -3em 0em 0 0.2em #FFFFFF, -2em -2em 0 0em #FFFFFF;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #FFFFFF, 2em -2em 0 -0.5em #FFFFFF, 3em 0em 0 -0.5em #FFFFFF, 2em 2em 0 -0.5em #FFFFFF, 0em 3em 0 -0.5em #FFFFFF, -2em 2em 0 0em #FFFFFF, -3em 0em 0 0em #FFFFFF, -2em -2em 0 0.2em #FFFFFF;
  }
}
#video-box{
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing:border-box;
    overflow: hidden;
    background-color: #000;
    text-align: center;
}
#video-box video{
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
#video-box iframe{
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.lightbox-video-overlay{
    position: absolute; 
    left: -3px;
    bottom: -85px; 
    width:100%; 
    height:83px;
    overflow: hidden;
    background-color: #212121;
    border: 1px #B9B9B9 solid;
    border-top: 0;
    transition: height .3s;
}
.fancybox-nav.videonav {
    width: 32px;
    visibility: visible;  
}
.fancybox-nav.videonav span{
    visibility: visible;    
}
.video-desc{
    font-family: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
    color: #b7a78b;
    padding: 20px 20px 20px 20px;
}
.video-desc a{
    color: #212121;
    text-decoration: none;
}
.video-desc-holder{
    display: none;
}
.video-study{
    display: table-cell;
    width: 130px;
    text-align: center;
    bottom: 0px;
    margin: auto;
    color: white;
    vertical-align: middle;
}
.video-study-btn{
    width: 122px;
    font-size: 10px;
    font-family: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
    height: 23px;
    background-color: #212121;
    border: 1px solid #212121;
    text-align: center;
    line-height: 25px;
    color: #e4e4e3;
    margin: 0 30px 0 6px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.video-study-btn:hover{
    background-color: transparent;
}
/*-------------------------------------------------------------------------------------------*/

.boxInner:hover img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=100);

    /* Older than Firefox 0.9 */
    -moz-opacity:1;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 1;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 1;
}
.boxInner2:hover img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=100);

    /* Older than Firefox 0.9 */
    -moz-opacity:1;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 1;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 1;
}

/*Form-------------------------------------------------------------------------------------------*/
.wrap-form{
	width:430px;
}
.form1 form label, label.custom02 {
    display: block;
    margin: 10px 0 10px 0;
}
input.style1, select.style1 {
    text-indent: 10px;
    outline: none;
    width: 340px;
    height: 25px;
    color: #ccc;
    border: 1px solid #2C2C2C;
    background-color: #2C2C2C;
    margin-bottom: 10px;
    border-radius: 4px;
}
textarea.style1 {
    padding: 10px;
    outline: none;
    width: 430px;
    height: 180px;
    color: #ccc;
    font-size: 11px;
    border: 1px solid #2C2C2C;
    background-color: #2C2C2C;
    margin-bottom: 10px;
    resize: none;
    border-radius: 4px; 
}
.contact-container textarea.style1{
    width: 430px;
    height: 180px;
    font-family: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
}
input.submit1{
    -webkit-appearance: none;
    float: right;
    padding: 0;
    width: 123px;
    font-size: 11px;
    font-family: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
    height: 25px;
    background-color: #212121;
    border: 1px solid #3D3C3A;
    text-align: center;
    line-height: 25px;
    color: #CCC;
    margin: 0 6px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 0px;
    margin-right: 0px;  
    outline: none;
}
input.submit1:hover{
    background-color: #242424;
    cursor: pointer;
}
.successMessage {
    font-family: "minionPro", 'AvenirLTStd-Book', "Times", "Times New Roman", "serif";
    font-size: 12px;
    color: #ccc;
    /*padding-left: 20px;*/
    float: left;
    /*background-image: url(../../images/successIcon.png);*/
    background-size: 18px 10px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
/*-------------------------------------------------------------------------------------------*/

/*Wedding-----------------------------------------------------------------------------------------*/
.text1{
	text-align:center;
	font-size: 16px;
    font-family: "TrajanPro", "Georgia", "Times New Roman", "Times", "serif";
	margin-bottom:5px;
}
.text1b{
	text-align:center;
	font-size: 16px;
    font-family: "TrajanPro", "Georgia", "Times New Roman", "Times", "serif";
	margin-bottom:5px;
	margin-top:100px;
}
.wrap-block{
	display:inline-block;
}
input.booknow{
    -webkit-appearance: none;
    padding: 0;
    width: 123px;
    font-size: 11px;
    font-family: "TrajanPro", "Georgia", "Times New Roman", "Times", "serif";
    height: 30px;
    background-color: #212121;
    border: 1px solid #3D3C3A;
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin: 0 6px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;  
    outline: none;
}
input.booknow:hover{
    background-color: #242424;
    cursor: pointer;
}
.qmark-l{
	height:20px;
	width:25px;
	/*background-image:url(../images/qmark-l.png);*/
	background-repeat:no-repeat;
	float:left;
}
.qmark-r{
	height:20px;
	width:25px;
	/*background-image:url(../images/qmark-r.png);*/
	background-repeat:no-repeat;
	float:right;
}
.reviews-wrap{
	width:100%;
	display:block;
	margin-bottom: 50px;
    margin-top: 20px;
}
.reviews-text-wrap{
	display:inline-block;
	width: 492px;
	height: 100px;
	position: relative;
	margin-left: 10px;
	margin-right:10px;
}
.reviews-text{
	position: absolute; 
 	left: 25px; 
 	top: 20px;
 	width: 430px; 
 	height: 100px; 
 	display: table;    
}
.reviews-text p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center;
  font-size:10px;
  text-align: justify;
  text-justify: inter-word; 
}
.reviews-text-wrap h2 {
  display: block; 
  vertical-align: left; 
  text-align: left;
  font-size:16px;
  text-align: left;
  text-justify: inter-word; 
}
.reviews-text-wrap h1 {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center;
  font-size:40px;
  text-align: justify;
  text-justify: inter-word; 
}

/*-------------------------------------------------------------------------------------------*/

/*Slideshow------------------------------------------------------------------------------------------*/
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display:inline-block;
    float: left;
}
.rslides img {
    display: inline-block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides {
    margin: 0 auto;
}
.rslides_container {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
}
.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 55%;
    left: -38px;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 35px;
    background-image: url('../images/arrows1.png');
    background-repeat: no-repeat;
    background-position: 0 -36px;
    width: 80px;
    margin-top: -45px;
}
.centered-btns_nav:active {
    opacity: 1.0;
}
.centered-btns_nav.next {
    left: auto;
    right: -38px;
    background-position: 38px -72px;
}
.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    left: 0;
    display: block;
    background: #fff; /* Fix for IE6-9 */
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}
.transparent-btns_nav.next {
    left: auto;
    right: 0;
}
.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    width: 38px;
}
.large-btns_nav:active {
    opacity: 1.0;
}
.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none;
}
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    margin-top: 10px;
    text-align: center;
}
.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    margin-right: 5px;
}
.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0,0,0, .2);
    display: inline-block;
    /*_display: inline-block;*/
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    width: 9px;
    height: 9px;
}
.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
    background: #222;
    background: rgba(0,0,0, .8);
}
/*slider arrows */
.centered-btns_nav{
    background-position: -14px -36px;
}
.centered-btns_nav.next{
    background-position: 58px -72px;
}
.centered-btns_nav{
    top: 58%;
}
.centered-btns_nav.next{
    right: 10px;
    /*top: inherit;*/
    /*bottom: -10px;*/
}
.centered-btns_nav.prev{
    left: 10px;
    /*top: inherit;*/
    /*bottom: -10px;*/
}
/*-------------------------------------------------------------------------------------------*/


/* Reset styles
*****************************************/

/*
html, body, div, span, applet, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, li, ol, a, em, strong, fieldset, form, label {
	margin: 0;
	padding: 0;
**/


