@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body{
    font-family: 'Roboto Slab', serif;    
}
.web-wrapper{
	margin:0 auto;
	width:100%;
	max-width:1200px;
}
img{
	max-width:100%;
}
p{
	font-size:18px;
	line-height:30px;
	margin-bottom:20px;
	font-weight:300;
}
a{
	text-decoration:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.readmore {
    color: #fff;
    background: #e90556;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 300;
}
h2{
	color:#000;
	font-family: 'Roboto Slab', serif; 
	font-size:32px;
	text-transform:uppercase;
	margin-bottom:30px;
	font-weight:300;
}
h4{
	color:#fff;
	font-family: 'Roboto Slab', serif; 
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:30px;
	font-weight:300;
}
.tranp-bg{
	width:100%;
	top:0;
	height:100%;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:9;
	position:absolute;
	transition:all linear 0.25s;
}
.top-video{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}
.trans-bg{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../images/pattern.png) repeat;
	z-index:1;
}
.top-video video{
	width:100%;
}
.top-video iframe{
	width:100%;
	height:100%;
}
.top-video h1, .top-banner h1 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 150px;
    font-weight: 300;
    position: absolute;
    width: 100%;
    line-height: 4;
    z-index: 9;
}
header{
	position:fixed;
	z-index:999;
	width:100%;
	background:rgba(0,0,0,0.5);
	font-family: 'Open Sans', sans-serif;
	transition:all linear 0.25s;
}
header .logo{
	float:left;
	max-width:140px;
	transition:all linear 0.25s;
}
header.fixed{
	background:rgba(0,0,0,1);
}
header.fixed .logo {
    float: left;
    max-width: 80px;
}
header.fixed nav li{
	margin:-5px 10px;
}
nav{
	float:right;
}
nav ul{
	float:left;
	width:100%;
	list-style:none;
}
nav li {
    display: inline-block;
    margin: 20px 10px;
	transition:all linear 0.25s;
}
nav li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    position: relative;
    transition: all linear 0.25s;
}
nav li a.active, nav li a:hover{
	color:#c3d400;
}
nav li a:after{
	width:0;
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	background:#c3d400;
	height:1px;
	transition:all linear 0.25s;
}
nav li a.active:after, nav li a:hover:after{
	width:100%;	
}
.scroll-down {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    padding: 10px 0;
	-webkit-animation: mymove 2s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 2s infinite;
}
.content{
	position:absolute;
	top:100%;
	width:100%;
}
.content.scroll-top{
	padding-top:60px;
}
.about-content{
	float:left;
	width:100%;
	text-align:center;
	padding:40px 0;
}
.services{
	float:left;
	width:100%;
	background:url(../images/services-bg.jpg) no-repeat fixed;
	padding:40px 0;
	text-align:center;
	background-size:cover;
}
.services h2{
	color:#fff;
}
.service-left{
	width:280px;
	position:relative;
	text-align:center;
}
.services-link {
    position: absolute;
    width: 100%;
    bottom: 40%;
	z-index:99;
}
.service-left img, .service-midel img{
	display:block;
}
.service-left .tranp-bg, .service-midel .tranp-bg{
	height:0;
}
.service-left:hover .tranp-bg, .service-midel:hover .tranp-bg{
	height:100%;
}
.service-midel{
	width:595px;
	margin:0 22px;
	position:relative;
}
.service-midel.mb{
	margin-bottom:20px;
}
.why-us{
	float:left;
	width:100%;
	padding:40px 0;
	text-align:center;
	background:#ececec;
}
.youtube{
	float:left;
	width:465px;
	border:1px solid #ececec;
	transition:all linear 0.25s;
}
.youtube:hover{
	border:1px solid #f3026e;
	box-shadow:5px 5px 5px #333;
}
.youtube iframe{
	width:100%;
	height:270px;
	float:left;
}
.why{
	float:right;
	width:100%;
	max-width:640px;
}
.why ul{
	float:left;
	width:100%;
	list-style:none;	
}
.why li{
	background:url(../images/mic.png) no-repeat left center;
	text-align:left;
	padding-left:40px;
	line-height:35px;
}
.testimonials{
	float:left;
	width:100%;
	padding:40px 0;
	background:url(../images/testimonials-bg.jpg) no-repeat fixed;
	text-align:center;
	background-size:cover;
}
.testimonials h2{
	color:#fff;
}
.item{
	padding:0 5%;
}
.item p{
	color:#fff;
}
.item h4{
	color:#e90556;
	font-size:26px;
	font-weight:400;
}
.owl-nav{
	position:absolute;
	top:20%;
	width:100%;
}
.owl-prev{
	float:left;
	width:30px;
	height:52px;
	background:url(../images/prev-arrow.png) no-repeat;
	background-size:100% 100%;
	font-size:0.1px;
}
.owl-next{
	float:right;
	width:30px;
	height:52px;
	background:url(../images/next-arrow.png) no-repeat;
	background-size:100% 100%;
	font-size:0.1px;
}
.map{
	float:left;
	width:100%;
	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.map iframe{
	width:100%;
	height:350px;
}
footer{
	float:left;
	width:100%;
	padding:40px 0 0;
	background:#333;
}
.wedigt {
    float: left;
    width: 280px;
    margin-right: 20px;
	margin-bottom:20px;
}
.wedigt p{
	color:#fff;
}
.wedigt li{
	list-style:none;
	color:#fff;
	font-size:18px;
	line-height:30px;
	font-weight:300;
	padding-left:40px;
	margin-bottom:10px;
}
.wedigt li.address {
    background: url(../images/map-address-icon.png) no-repeat scroll 1px 7px;
}
.wedigt li.mail {
    background:url(../images/mail-icon.png) no-repeat scroll 1px 7px;
}
.wedigt li.phone {
    background:url(../images/phone-icon.png) no-repeat scroll 1px 7px;
	padding-top:5px;
	padding-bottom:5px;
}
.wedigt li a{
	color:#fff;
}
.quick-link li{
	background:url(../images/list-con.png) no-repeat left center;
}
.wedigt.contact-from input, .wedigt.contact-from textarea{
	display:block;
	padding:5px 10px;
	border-radius:4px;
	border:1px solid #ccc;
	margin-bottom:10px;
	font-family: 'Roboto Slab', serif;
	font-size:18px;
	font-weight:300;
	width:100%;
}
.wedigt.contact-from input[type="submit"]{
	background:#f50c63;
	color:#fff;
	text-transform:uppercase;
	max-width:120px;
	border:none;
	cursor:pointer;
	transition:all linear 0.25s;
}
.wedigt.contact-from input[type="submit"]:hover{
	background:#ab0141;
}
.copyright{
	float:left;
	width:100%;
	background:#000;
	color:#333;
	text-align:center;
	padding:10px 0;
	font-size:14px;
	font-weight:300;
}
.copyright a{
	color:#333;
}
.social{
	float:left;
	width:100%;
}
.social li{
	display:inline-block;
	width:40px;
	height:40px;
	padding:0;
	margin-right:10px;
}
.social li a{
	display:block;
	height:100%;
}
.facebook{
	background:url(../images/facebook.png) no-repeat top center;
	transition:all linear 0.25s;
}
.facebook:hover{
	background:url(../images/facebook.png) no-repeat bottom center;
}
.linkedin{
	background:url(../images/linkedin.png) no-repeat top center;
	transition:all linear 0.25s;
}
.linkedin:hover{
	background:url(../images/linkedin.png) no-repeat bottom center;
}
.twitter{
	background:url(../images/twitter.png) no-repeat top center;
	transition:all linear 0.25s;
}
.twitter:hover{
	background:url(../images/twitter.png) no-repeat bottom center;
}
.gplus{
	background:url(../images/googleplus.png) no-repeat top center;
	transition:all linear 0.25s;
}
.gplus:hover{
	background:url(../images/googleplus.png) no-repeat bottom center;
}
.scrolloff {
        pointer-events: none;
    }
.top-banner, .content-other{
	float:left;
	width:100%;
	position:relative;
}
.top-banner img{
	max-width:100%;
}
.top-banner h1 {
	line-height:3 !important;
}
.services.gallery{
	background:url(../images/gallery-bg.jpg) no-repeat fixed;
	background-position:center;
}
.gallery{
	float:left;
	width:100%;
}
.gallery li{
	float:left;
	width:280px;
	height:280px;
	position:relative;
	margin:0 10px;
	list-style:none;
}
.gallery li img{
	width:100%;
	height:100%;
	display:block;
}
.gallery li h4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 280px;
    z-index: 99;
    text-shadow: 1px 1px 1px #000;
}
.gallery li .tranp-bg {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
	transition:all linear 0.25s;
}
.gallery li:hover .tranp-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#corporate-event h2, #wedding-event h2, #celebrity-event h2, #model-management h2{
	text-transform:none;
}
#corporate-event img, #wedding-event img, #celebrity-event img, ##model-management img{
	display:block;
	border:1px solid #6d6d6d;
}
#corporate-event img.left, #celebrity-event img.left{
	margin-right:30px;
}
#wedding-event img.right, ##model-management img.right{
	margin-left:30px;
}
#corporate-event p, #wedding-event p, #celebrity-event p, ##model-management p{
	text-align:left;
}
.grey-by{
	background:#e5e5e5;
}
/***************************/
@-webkit-keyframes mymove {
    0% {bottom: 0px;}
    50% {bottom: 20px;}
	100% {bottom: 0px;}
}

/* Standard syntax */
@keyframes mymove {
    0% {bottom: 0px;}
    50% {bottom: 20px;}
	100% {bottom: 0px;}
}