@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
::selection {
	color:#fff;
	background:#8c8d8d;
}

::-moz-selection {
 color:#fff;
 background:#8c8d8d;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body, html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background: #fff;
	color:#8c8d8d;
}
.padding-none {
	padding: 0 !important;
}
.margin-none {
	margin: 0 !important;
}
.container {
	width:1170px;
	margin:auto;
}
/*********************************header-start******************************************/
header {
	width:275px;
	float:left;
	padding:40px 0 0 20px;
}

.container header {
	display:block;
	padding-left:0;
	position:fixed;
}

.logo {
}

nav ul {
	margin-top:10px;
	float:left;
}

nav li {
	list-style:none;
	margin:9px 0;
	font-size:10.5px;
	letter-spacing:3px;
	text-transform:uppercase;
}

nav li a {
	text-decoration:none;
	color:#8c8d8d;
}

nav li a:hover,
nav li.active a {
	text-shadow:1px 1px 1px rgba(0,0,0,.5);
}

/*********************************main-slider-start******************************************/
.main-slider-fix {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
}
.main-slider {
	width:100%;
	position:relative;
	height:100%;
	overflow:hidden;
	padding:10px;
	cursor:pointer;
}
.main-slider:before {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	left:0;
	z-index:1;
	opacity:.5;
	content:'';
	background:url(images/surajsharma-photography.png) no-repeat 35px 60px;
}
.main-slider:after {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	left:0;
	z-index:1;
	opacity:.75;
	content:'';
	background:url(images/enter.png) no-repeat center;
}
.slider-half {
	width:calc(100% - 275px);
	padding:40px 45px 60px 0;
	float:right;
	position:relative;
	height:100%;
	overflow:hidden;
	cursor:pointer;
}
/*********************************gallery-start******************************************/
.loader {
	text-align:center;
	padding-top:50px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.gallery {
	position:relative;
	text-align:center;
	width:calc(100% - 275px);
	float:right;
}
.gallery.motion {
	padding-top:40px;
}
.gallery li {
	padding:0 2px;
	display:inline-block;
}
.gallery.motion li {
	width:46%;
	position:relative;
	padding:0;
	cursor:pointer;
	margin:0 2% 4% 2%;
	float:left;
	box-shadow:7px 4px 8px #aaa,2px 4px 3px #aaa,-3px 4px 5px #ccc;
}
.gallery.motion li span {
	color:#000;
	font-weight:bold;
	padding:5px 0;
	display:block;
}
.gallery.motion li:hover {
	opacity:.85;
}
.gallery.motion li:after {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	background:url(images/play.png) center no-repeat;
}

.gallery li img {
	width:100%;
	margin-bottom:-5px;
}
.gallery.motion li img {
	width:100%;
}

/*********************************youtube-popup-start******************************************/
.grtyoutube-popup {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	text-align:center;
	left:0;
	z-index:99999;
	background:#000;
	background: rgba(0,0,0, 0.5);
}
.grtyoutube-popup::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.grtyoutube-popup-content {
	width:70%;
	height:70%;
    vertical-align: middle;
	display:inline-block;
	position:relative;
}

.grtyoutube-popup-close {
	position:absolute;
	top:10px;
	right:10px;
	color:#FFF;
	font-size:25px;
	width:20px;
	height:20px;
	cursor:pointer;
	background: url('images/close.png') no-repeat;
	background-size:20px;
}

.grtyoutube-iframe {
	width:100%;
	height:100%;
}
/*********************************contact-start******************************************/
.contact.gallery {
	text-align:left;
	padding:100px 200px;
}
.contact.gallery p {
	margin-bottom:20px;
	line-height:24px;
}
.contact.gallery p a {
	color:#8c8d8d;
	text-decoration:none;
}
.contact.gallery p a:hover {
	text-shadow:1px 1px 1px rgba(0,0,0,.5);
}
/*********************************top-link-button-start******************************************/
#top-link-block {
	position: absolute;
	bottom: -82px;
	right: 10px;
}
#top-link-block.affix {
	position: fixed;
	bottom: 18px;
	right: 10px;
	z-index: 2;
}
#top-link-block a {
	font-size: 24px;
	padding: 10px 17px;
	border-radius: 0;
	border: none;
	text-decoration:none;
	color: #fff;
	background:#8c8d8d;
	transition: all ease .5s;
}
#top-link-block a:hover {
	background: #000;
}



/*large-screen*/
@media (min-width: 1200px) {
}

/*medium-desktop-screen*/
@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width:950px;
	}
}

/*responsive-tab*/
@media (min-width:768px) and (max-width:991px) {
	.container {
		width:740px;
	}
}

/*responsive-small-screen*/

@media (max-width:767px) {
	.container {
		width:95%;
	}
	.main-slider-fix {
		display:none;
	}
	header {
		width:100%;
		padding:25px;
		text-align:center;
	}
	.slider-half.owl-carousel {
		width:100%;
		padding:0;
		position:absolute;
		top:100px;
		float:none;
		height:200px;
	}
	.logo {
		height:50px;
		position:relative;
		overflow:hidden;
	}
	.logo a {
		width:100%;
		float:left;
	}
	.logo img {
		position:absolute;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
	nav {
		margin-top:240px;
	}
	nav,
	nav ul {
		width:100%;
		float:left;
	}
	nav li {
		font-size:12px;
	}
	nav li a {
		color:#333;
	}
	.container header {
		padding:25px 0;
		width:100%;
		height:95px;
		overflow:hidden;
		z-index:1;
		left:0;
		background:#fff;
		border-bottom:1px solid #f1f1f1;
	}
	.container nav {
		margin:0;
	}
	.gallery {
		width:100%;
		margin-top:60px;
	}
	.gallery.motion li {
		width:96%;
	}
	.grtyoutube-popup-content {
		width:100%;
	}
	.contact.gallery {
		padding:60px 0;
	}
}

/*responsive-mobile-screen*/

@media (max-width: 384px) {
}
