@font-face
{
    font-family: light;
    src: url('fonts/Nexa-Light.otf'),
    url('fonts/Nexa-Light.eot'),
    url('fonts/Nexa-Light.ttf');
}
@font-face
{
    font-family: bold;
    src: url('fonts/Nexa-Bold.otf'),
    url('fonts/Nexa-Bold.eot'),
    url('fonts/Nexa-Bold.ttf');
}
body{
	background: url(img/body.png);
	font-family: light;
}
.clear { clear: both; }

/* Top Bar */
.top-bar{
	background: url(img/top-bar.png) 100% 100% repeat;
	padding: 5px 0;
}
.top-bar .left table tr td{
	line-height: 15px;
	color: #aaa;
}
.top-bar .left table tr td img{
	height: 32px;
}
.top-bar .right{
	text-align: right;
}
.top-bar .right img{
	width: 32px;
}
/* Menu */
.menu {
	background: #000;
	padding-bottom: 10px;
}
.menu .logo {
	text-align: center;
}
.menu .logo img{
	width: 100%;
}
.menu ul{
	background: #000;
	list-style: none;
	padding: 15px 0px;
	margin: 10px 0;
	border-top: 2px solid #6a6a6b;
	border-bottom: 2px solid #6a6a6b;
}
.menu ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.menu ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
.menu ul li a:hover,.menu ul li a.active{
	color: rgb(173,120,50);
}
/* Slider */
.slider img{
	width: 100% !important;
}
/* Testimonial */
.testimonial{
	padding: 25px 0;
	background: url(img/testimonial.jpg)  no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 7px solid rgb(134,108,156);
    border-bottom: 7px solid rgb(134,108,156);
	text-align: center;
}
.testimonial .cover{
	/*display: none;*/
	/*background: rgba(255,255,255,.7);*/
}
.testimonial .title {
	margin-bottom: 0px;
}
.testimonial .title h1{
	font-size: 35px;
	font-weight: 100;
	color: #000;
}
.testimonial .detail{
	padding: 10px 100px;
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}
.testimonial img{
	margin: 0 auto;
	width: 150px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	/*border: 2px solid #ccc;*/
	border: 1px solid #ccc;
    -webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
}
.testimonial h3{
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
}
/* Services */
.services{
	padding: 50px 0;
	/*background: url(img/bg.png);*/
}
.services .title{
	text-align: center;
}
.services .title h1{
	color: #ddd;
	font-size: 50px;
	font-weight: 100;
	margin-bottom: 50px;
}
.services .service-box .title{
	margin-bottom: 10px;
}
.services .service-box .title h2{
	font-size: 30px !important;
	color: #ddd;
	font-weight: 100;
	text-transform: uppercase;
}
.services .service-box .title span.border{
	display: block;
	width: 120px;
    height: 1px;
    background: #d5d3d6;
    margin: 0 auto;
    opacity: .5;
}
.services .service-box .img img{
	width: 100%;
}
.services .service-box .detail{
	margin-top: 10px;
}
.services .service-box .detail p{
	font-size: 18px;
	font-weight: 100 !important;
	line-height: 24px;
	color: #ddd;
	text-align: left;
}
.services .service-box .link-tabs{
	background: #000;
}
.services .service-box .link-tabs .links{
	height: 30px;
	line-height: 30px;
	float: left;
	width: 49.5%;
	text-align: center;
}
.services .service-box .link-tabs .line{
	width: 1%;
	height: 15px;
	margin-top: 7px;
	border-right: 1px solid #fff;
	/*background: #fff;*/
	float: left;
}
.services .service-box .link-tabs .links a{
	text-decoration: none;
	color: #fff;
}
.services .service-box .link-tabs .links a:hover{
	color: yellow;
}
/* Footer */
.footer{
	padding: 10px 0;
	color: #f5f5f5;
	font-size: 14px;
	font-weight: 100;
	/*background: url(img/footer.png);*/
	line-height: 30px;
	background: #856c9c;
}
.footer .right{
	text-align: right;
}
.footer .right a{
	color: #f5f5f5;
}
.footer .right a:hover{
	text-decoration: underline;
}
.footer .right span{
	font-size: 20px;
	border-left: 2px solid #fff; 
	color: #856c9c;
	margin: 0 8px;
}


/* PAGES */
.wrap{
	/*background: #ddd;*/
	/*background: rgb(243,243,243);*/
	background: #F3F3F3;
	padding: 20px 0;
}
.wrap .banner{
	margin: 20px 0;
}
.wrap .banner img{
	width: 100%;
}
/* IRIS Men | Women */
.block .q{
    padding: 10px;
    margin-bottom: 10px;
	background: #856c9c;
	cursor: pointer;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
}
.block .q img{
	float: right;
}
.block .a{
    display: none;
    margin: 10px 10px;
}
.block .a .img{
	margin-bottom: 20px;
}
.block .a .img img{
    width: 100%;
    cursor: pointer;
}
.block .a .img .cap{
	background: rgba(0,0,0,.5);
	position: absolute;
	width: 95%;
	bottom: 20px;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-family: bold;
	z-index: 10;
	cursor: pointer;
}
.block .a .img .cap a{
	color: #fff;
	font-size: 20px;
	font-family: bold;
	text-decoration: none;
}
.block .a .col-md-12 .img .cap{
	width: 98%;
}
.block .a .detail h3,.block .a .img .desc h3{
	color: #000;
	font-weight: 800;
}
.block .a .img .desc{
	background: #fff;
	padding: 10px 20px;
}
.block .a .img .desc p{
	color: #333;
	font-size: 18px;
	line-height: 25px;
}
.block .a .detail p{
	color: #333;
	font-size: 16px;
	line-height: 25px;
}
.block .a .detail2{
	display: none;
}
.block .a .detail .left{
	color: #fff;
	float: left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
}
.block .a .detail .left a{
	background: #856c9c;
	color: #fff;
	padding: 10px 20px;
	font-size: 20px;
	text-decoration: none;
}
.block .a .detail .right{
	color: #fff;
	float: right;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: right;
	margin-top: 20px;
}
.block .a .detail .right a{
	background: #856c9c;
	color: #fff;
	padding: 10px 20px;
	font-size: 20px;
	text-decoration: none;	
}
.block .a .detail1 .left a{
	background: #aaa;
	cursor: default;
}
.block .a .detail2 .right a{
	background: #aaa;
	cursor: default;
}

/* TEAM */
.team-block{
	padding: 50px 0;
}
.team-block-1{
	border-bottom: 1px solid #ddd;
}
.team-block-3{
	background: #fff;
	margin-bottom: -20px;
}
.team-block .container{
	background: #fff;
}
.inner-block .left{
	background: #856c9c;
	text-align: center;
	padding: 10px 0;
}
.inner-block .left .img{
	width: 200px;
	overflow: hidden;
	margin: 0 auto;
}
.inner-block .left .img img{
	width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.inner-block .left h2{
	/*font-family: bold;*/
	color: #fff;
	font-size: 28px;
}
.inner-block .left h3{
	color: #fff;
	margin-top: -5px;
	font-size: 18px;
}
.inner-block .right{
	padding: 55px 20px;
	background: #fff;
	color: #555;
}
.inner-block .right p{
	font-size: 20px;
}
.team-block-3 .title{
	text-align: center;
	margin-bottom: 30px;
}
.team-block-3 .title h1{
	text-transform: uppercase;
	font-size: 40px;
	font-family: bold;
	color: rgb(97,78,110);
}
.team-block-3 .team-box{
	background: #F3F3F3;
	text-align: center;
	padding: 20px 0;
	border-bottom: 2px solid rgb(173,120,50);
}
.team-block-3 .team-box .img{
	width: 200px;
	overflow: hidden;
	margin: 0px auto;
}
.team-block-3 .team-box .img img{
	width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-bottom: 5px solid rgb(173,120,50);
}
.team-block-3 .team-box h2{
	/*font-family: bold;*/
	color: #666;
	font-size: 26px;
	font-weight: bold;
}
.team-block-3 .team-box h3{
	font-size: 16px;
	margin-top: -8px;
}
/* Products */
.page-title{
	text-align: center;
	margin: 25px 0px 30px 0px;
}
.page-title h1{
	color: #555;
	font-family: bold;
	text-transform: uppercase;
	font-size: 30px;
}
.go-back-link{
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
}
.go-back-link a{
	background: #856c9c;
	color: #fff;
	padding: 15px 20px;
	text-decoration: none;
}
.go-back-link a:hover{
	opacity: .7;
}
.product-box {
	margin-bottom: 20px;
}
.product-box .img{
	margin-bottom: 20px;
}
.product-box .img img{
	width: 100%;
}
.product-box .title{
	text-align: center;
	margin-bottom: 10px;
}
.product-box .title h2{
	color: #555;
	font-family: bold;
	text-transform: uppercase;
	font-size: 22px;
}
.product-box .detail{
	margin-bottom: 10px;
}
.product-box .detail p{
	color: #aaa;
	font-size: 14px;
	line-height: 20px;
	font-family: bold;
}
.product-box .readmore{
	height: 50px;
	line-height: 50px;
}
.product-box .readmore a{
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #856c9c;
	text-decoration: none;
}
/* Contact Form */
.contact-left .title h1{
	color: #000;
	font-size: 27px;
	font-family: bold;
	color: rgb(131,104,171);
}
.contact-left .detail p{
	font-size: 15px;
	color: #aaa;
	font-family: bold;
}
.contact-left form input{
	width: 410px;
	padding: 10px;
	background: #fff;
	border: 1px solid #fff;
	color: #aaa;
	float: left;
	margin: 10px;
	margin-left: 0;
	margin-top: 0;
	font-size: 20px;
	outline: none;
}
.contact-left form input[type="submit"]{
	width: 830px;
	color: #fff;
	font-weight: bold;
	background: rgb(173,120,50);
	border: 1px solid rgb(173,120,50);
}
.contact-left form input:hover,.contact-left form textarea:hover{
	border: 1px solid #ccc;
}
.contact-left form input:focus,.contact-left form textarea:focus{
	border: 1px solid #856c9c;
}
.contact-left form textarea{
	width: 830px;
    background: #fff;
    max-width: 830px;
    padding: 10px;
    margin-bottom: 10px;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    resize:none;
    color: #aaa;
    font-size: 20px;
    border: 1px solid #fff;
    outline: none;
}
.contact-right .title h1{
	color: #000;
	font-size: 27px;
	font-family: bold;
	color: rgb(131,104,171);	
}
.contact-right table tr td{
	color: #aaa;
	font-size: 14px;
	font-family: bold;
} 
.map{
	margin-top: 30px;
	margin-bottom: 50px;
	border: 7px solid #ddd;
	/*height: 200px;*/
}
/* Gallery */
.gallery-block {
	margin-bottom: 20px;
}
.gallery-block .img{
	background: url(img/frame.png);
	padding: 10px;
	width: 263px;
	height: 162px;
	margin: 10px auto;
}
.gallery-block .img .inner{
	height: 142px;
	overflow: hidden;
	text-align: center;
	
	object-fit: none;
	-webkit-object-fit: none;
	-moz-object-fit: none;
	-o-object-fit: none;
	-ms-object-fit: none;

	object-position: center;
	-webkit-object-position: center;
	-moz-object-position: center;
	-o-object-position: center;
	-ms-object-position: center;
}
.gallery-block .img .inner img{
	cursor: pointer;

	height: 100%;
	min-width: 100%;
	left: 50%;
	position: relative;

	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%); 

	transition: all 0.65s;
	-webkit-transition: all 0.65s;
	-moz-transition: all 0.65s;
	-o-transition:  all 0.65s;
	-ms-transition:  all 0.65s;

	opacity: 1;
}
.gallery-block .img .inner img:hover{
	opacity: .7;
	transition: all 0.65s;
	-webkit-transition: all 0.65s;
	-moz-transition: all 0.65s;
	-o-transition:  all 0.65s;
	-ms-transition:  all 0.65s;
}
.gallery-block h2{
	font-size: 23px;
	color: #555;
	font-family: bold;
}
/* Photos */
.photo-img-box{
	border: 1px solid #ccc;
	margin-bottom: 20px;
	/*height: 170px;*/
	height: 250px;
	
	white-space: nowrap;

	overflow: hidden;
	text-align: center;

	object-fit: none;
	-webkit-object-fit: none;
	-moz-object-fit: none;
	-o-object-fit: none;
	-ms-object-fit: none;

	object-position: center;
	-webkit-object-position: center;
	-moz-object-position: center;
	-o-object-position: center;
	-ms-object-position: center;
}
.photo-img-box:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.photo-img-box img{

	cursor: pointer;
	max-width: 100%;
	max-height: 100%;

	/* height: 100%;
	min-width: 100%;
	left: 50%;
	position: relative;
	
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%); */

	transition: all 0.65s;
	-webkit-transition: all 0.65s;
	-moz-transition: all 0.65s;
	-o-transition:  all 0.65s;
	-ms-transition:  all 0.65s;

	opacity: 1;
}
.photo-img-box img:hover{
	opacity: .7;
	transition: all 0.65s;
	-webkit-transition: all 0.65s;
	-moz-transition: all 0.65s;
	-o-transition:  all 0.65s;
	-ms-transition:  all 0.65s;
}
div.theatre-cover{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.9);
	z-index: 2;
	display: none;
}
div.theatre-cover img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
div.theatre-cover-social{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.9);
	z-index: 2;
	display: none;
	text-align: center;
}
div.theatre-cover-social .content{
	/*position: absolute;*/
	/* top: 0;
	left: 0;
	bottom: 0;
	right: 0; */
	margin: 10% auto;
	width: 350px;
	text-align: center;
	padding: 50px 0;
	background: #000;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	/*max-width: 100%;*/
	/*max-height: 100%;*/
}
div.theatre-cover-social .content a{
	color: #eee;
	font-size: 30px;
	font-weight: bold;
	margin: 20px;
	text-decoration: none;
}
div.theatre-cover-social .content a:hover{
	color: #415E9C;
}
div.theatre-cover-social .content span.line{
	/*border-left: 1px solid #ccc;*/
	color: #ccc;
	font-size: 30px;
}









