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

body{
	
	background:url(../images/background.png);
		
	
}
@font-face{
	
	font-family: 'dj5ctrial-webfont';

  src:url('../fonts/dj5ctrial-webfont.eot');
  src: url('../fonts/dj5ctrial-webfont.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/dj5ctrial-webfont.woff') format('woff'), 
  url('../fonts/dj5ctrial-webfont.ttf') format('truetype'), 
  url('../fonts/dj5ctrial-webfont.svg#glyphicons_halflingsregular') format('svg');
	
	}
.header {
        color: #8c8c8c;
        font-size:30px;
        padding:10px;
		font-family: 'dj5ctrial-webfont';
		font-weight:bolder;
		
    }

.bigicon {
        font-size: 35px !important;
        color: #8c8c8c;
    }

/*End Down to top*/


.col-centered{
    float: none;
    margin: 0 auto;
}
.clear:before, .clear:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clear:after {
    clear: both;
}
.biography{
	background-color:#aa60ff !important;
	}

.gallery{
	background-color:#20a5ff !important;
	}
	
.exhibition{
	background-color:#95e867 !important;
	}
	
.dress{
	background-color:#fddd5f !important;
	}
			
.photo{
	background-color:#e56368 !important;
	}
	
.contact{
	background-color:#8c8c8c !important;
	}	
			
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
}

.ih-item.square {
  position: relative;
  width: 100%;
  
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin:20px auto;
  
}
.bio-border{
	border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.ih-item.square.effect9.colored .info .info-back {
  background: #1a4a72;
}
.ih-item.square.effect9.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect9 .img {
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ih-item.square.effect9 .info {
  z-index: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ih-item.square.effect9 .info .info-back {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  background: #333333;
}
.ih-item.square.effect9 .info h3 {
  font-family:'dj5ctrial-webfont';
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 0;
}
.ih-item.square.effect9 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}
.ih-item.square.effect9.bottom_to_top .img {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.ih-item.square.effect9.bottom_to_top a:hover .img {
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
  -moz-transform: rotate3d(1, 0, 0, 180deg);
  -ms-transform: rotate3d(1, 0, 0, 180deg);
  -o-transform: rotate3d(1, 0, 0, 180deg);
  transform: rotate3d(1, 0, 0, 180deg);
}	
	
	
/*................../Start Nav */

/* Brackets go out */

.brackets li a:before, .brackets li a:after{
    position: absolute;
    opacity: 0;
    font-size: 23px;
    transition: all 0.4s;
}

.brackets li a:before{
    content: '(';
    left: 0px;
    transform: translateX(10px);
}

.brackets li a:after{
    content: ')';
    right: 0px;
    transform: translateX(-10px);
}

.brackets li a:hover:before, .brackets li a:hover:after{
    opacity: 1;
    transform: translateX(0px);
}

/* End Brackets go out */

.navbar-default{
	background-image:none;
	box-shadow:none;
	background-color:#fff !important;
	padding-top:10px;
	
}
.navbar-collapse{
	
	margin-left:10%;
	}
@media (max-width: 1400px){
	
	
.navbar-collapse{
	
	margin-left:5%;

	}
	}

@media (max-width: 1350px){
	
	
	.navbar-collapse{
	
	margin-left:3%;
	}
.nav ul li{
    padding: 10px 15px;
	}	
	
	
	}

.nav > li:hover ul{
	display:block;
	}
	
.nav li a{
	text-decoration:none;
	color:#000 !important;
	font-family:'dj5ctrial-webfont';
	font-size:23px;
	font-weight:bolder;
	
}
.nav ul li{
    padding: 10px 30px;
	}
.navbar-default{
	border-radius:0px;
}
.nav .navbar-nav{
	margin:0 auto !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar{
	
	 background-color: #8c8c8c;
	}
.navbar-default .navbar-toggle{
	border-color: #8c8c8c;
}
/*................../End Nav */

/*......../Start Body */

.logo{
	
	padding-top:80px;
	padding-bottom:40px;
	}
	
	
	
.scroll-down{
	margin:80px auto 80px auto;
	float:none !important;
	min-height:120px;
	width:80px;
	
	}
#replace{
	cursor:pointer;
	}
#replace-contact{
	cursor:pointer;
	}
#replace-gallery{
	cursor:pointer;
	}
	

.discriptio-scroll{
	
	height:380px;
	overflow-y:scroll;
	
	}

.bio-discription h2{
	font-family:'dj5ctrial-webfont';
	font-weight:500;
	font-size:4em;
	color:#8c8c8c;
	padding-bottom:20px;
	
	}
.bio-discription h2 img{
	margin:10px auto;
	
	}
.bio-discription p{
	font-size:17px;
	}
	
.exibition-scroll{
	
	height:325px;
	overflow-y:scroll;
	
	}

.exi-discription h2{
	font-family:'dj5ctrial-webfont';
	font-weight:500;
	font-size:4em;
	color:#8c8c8c;
	padding-bottom:20px;
	
	}
.exi-discription h2 img{
	margin:10px auto;
	
	}
.exi-discription p{
	font-size:17px;
	}	
	
	
.exh-image{
	padding-top:40px;
	}	

/* ./Gallery tab */

.caption h4{
	font-family:'dj5ctrial-webfont';
	
	}
.thumbnails{
	
	height:800px;
	overflow-y:scroll;
	
	}
.thumbnails{
	
	list-style:none;
	
	padding:0;
	margin:0;
	}

.gallery-tab{
	margin-bottom:30px;
	margin-top:10px;
	
	
	}
.gallery-tab li a{
	
	border-right:3px solid #000;
	cursor:pointer;
	font-size:30px;
	padding:5px 30px;
	
	}

.active-tab{
	color:#20a5ff !important;
	background-image:none;
	background-color:transparent;
	}
.gallery-tab li a:hover{
	color:#20a5ff !important;
	border-right:3px solid #20a5ff;
	background-image:none;
	background-color:transparent;
	}
.gallery-tab li:first-child{
	padding-top:0px;
	
	}
.gallery-tab li:first-child a{
	border-right:0px;
}

.gallery-tab li:last-child a{
	border-right:0px;
}

.gallery-tab li{
	padding-top:40px;
	}
.gallery-pagination{
	
	}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	
	background-color: #8c8c8c;
    border-color: #8c8c8c;
    color: #fff;
	}

/* ./about us*/

.about-us h2{
	font-family:'dj5ctrial-webfont';
	font-weight:500;
	font-size:4em;
	color:#8c8c8c;
	padding-bottom:30px;
	line-height:1.4;
	
	}
.beyond-magazine{
	
	}
.about-us a{
	display:block;
    font-family:'dj5ctrial-webfont';
	font-weight:500;
	font-size:1.6em;
	color:#8c8c8c;
	line-height:2;
	transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	}
.about-us .col-sm-4{
	margin-bottom:20px;
	}
.about-us .col-sm-4 a{
	transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	}
.about-us .col-sm-4:hover a{
	text-decoration:none;
	color:#f7ce2e;
	}
.about-us .col-sm-4 .about-img{
	transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	}	
.about-us .col-sm-4:hover .about-img{
	cursor:pointer;
	box-shadow: 0px 0px 5px #f7ce2e;
-webkit-transition: box-shadow 0.3s ease-in-out 0s;
-moz-transition: box-shadow 0.3s ease-in-out 0s;
-o-transition: box-shadow 0.3s ease-in-out 0s;
-ms-transition: box-shadow 0.3s ease-in-out 0s;
transition: box-shadow 0.3s ease-in-out 0s;
	}


/* ./end about us*/


/* ./photos*/
.photos h2{
	font-family:'dj5ctrial-webfont';
	font-weight:500;
	font-size:4em;
	color:#8c8c8c;
	padding-bottom:30px;
	
	}
.photos a{
	display:block;
	font-family:'dj5ctrial-webfont';
	font-weight:500;
	font-size:1.6em;
	color:#8c8c8c;
	line-height:2;
	transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	}
.photos .col-sm-4{
	margin-bottom:20px;
	}
.photos .col-sm-4 a{
	transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	}	
.photos .col-sm-4:hover a{
	text-decoration:none;
	color:#e56368;
	}
.photos .col-sm-4 .about-img{
	transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	}
.photos .col-sm-4:hover .about-img{
	cursor:pointer;
	box-shadow: 0px 0px 5px #e56368;
-webkit-transition: box-shadow 0.3s ease-in-out 0s;
-moz-transition: box-shadow 0.3s ease-in-out 0s;
-o-transition: box-shadow 0.3s ease-in-out 0s;
-ms-transition: box-shadow 0.3s ease-in-out 0s;
transition: box-shadow 0.3s ease-in-out 0s;
	}
/* ./end photos*/

/* ./Footer*/

.footer-bg{
	background-color:#fff;
	min-height:60px;
	}
.footer-padding{
	padding-left:45px; ;
	}
/* footer social icons */
.social-f ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
	display:inline-block;
	padding-top:10px;
}
.social-f ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-f .social-network a.icoRss{
	background-color: #F56505;
}
.social-f .social-network a.icoRss:hover {
	background-color: #F56505;
}

.social-f .social-network a.icoFacebook {
	background-color:#3B5998;
}
.social-f .social-network a.icoFacebook:hover {
	background-color:#3B5998;
}

.social-f .social-network a.icoTwitter{
	background-color:#33ccff;
}
.social-f .social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-f .social-network a.icoGoogle{
	background-color:#BD3518;
}

.social-f .social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-f .social-network a.icoVimeo{
	background-color:#0590B8;
}

.social-f .social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-f .social-network a.icoLinkedin{
	background-color:#007bb7;
}


.social-f .social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-f .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-icons .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
.social-f a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-f .social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 42px;
	height: 42px;
	font-size:20px;
}
.social-f .social-circle li i {
	margin:0;
	line-height:42px;
	text-align: center;
}

.social-f .social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-f .social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.Policy p{
	padding-top:20px;
	padding-right:30px;
	float:right;
	}
	
	
/*Down to top*/	
.scrollToTop{
 width:80px; 
 height:130px;
 padding:10px; 
 text-align:center; 
 background: whiteSmoke;
 font-weight: bold;
 color: #8c8c8c;
 text-decoration: none;
 position:fixed;
 top:80%;
 right:0px;
 display:none;
 background: url('') no-repeat center;
 font-size:2.6em;
 z-index:9999;
 
}
.scrollToTop:hover{
 text-decoration:none;
 cursor:pointer;
}


@media (max-width: 768px){
.top-nav{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999;
	}	
.Policy p{
	padding-top:20px;
	padding-right:0px;
	text-align:center !important;
	}
.footer-bg{
	background-color:#fff;
	min-height:40px;
	
	}
.Policy p{
	display:none;
	}
.footer-social{
	width:300px;
	margin:0 auto;
	}

}

@media (max-width: 450px){
	

.footer-padding{
	padding-left:10px; ;
	}
	.exi-discription p{
	font-size:15px;
	}
	.bio-discription p{
	font-size:15px;
	}

}

@media (max-width: 340px){
	
.scrollToTop{
 width:70px; 
 height:110px;
 padding:0px; 
 text-align:center; 
 background: whiteSmoke;
 font-weight: bold;
 color: #8c8c8c;
 text-decoration: none;
 position:fixed;
 top:77%;
 right:0px;
 display:none;
 background: url('') no-repeat center;
 font-size:2.2em;
 z-index:9999;
 
}


}
