@charset 'UTF-8';

@import url('http://fonts.googleapis.com/css?family=Roboto:400,100,300');
@import url('font-awesome.min.css');
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{  	/*background:url(../images/Tafseer_Khan.jpg) center top repeat-x;*/
		border:solid 12px #616161; /*background-size: 3px;*/
		background-repeat:repeat, no-repeat;		
		background-position:top left, center 0;
		background-attachment:fixed, fixed;
		background-color:#2b2b2b;
	}

		body.is-scroll
		{
			background-attachment:scroll, scroll;
			background-size:auto, 100% auto;
		}

		body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,textarea,select
	{
		font-family: 'Titillium Web', sans-serif; 
		font-size: 16pt;
		line-height: 1.75em;
		font-weight: 300;
		letter-spacing: 1px;
		color: #ff9000;
		text-shadow: 0 0 0.5px rgba(255,154,0,0.25);
		-webkit-text-stroke: 0.25px;
	}
	
	::-moz-selection {
		background: #F90;
	}
	::selection {
		background: #F90;
	}

	canvas { display: block; }
	h1,h2,h3,h4,h5,h6
	{
		
		text-transform: uppercase;
		font-family: 'Titillium Web', sans-serif;
		font-weight:300;
		line-height: 1.75em;
	}
	
	 h1 a:hover  {	font-weight:300; color:#fff; }
	
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			font-family: 'Titillium Web', sans-serif;
			font-weight:300;
			text-decoration: none;}
		
	h2 {	font-size: 1.25em;	letter-spacing: 8px; color:#fff;	/*color:#727272;*/}	
	h3 { font-size: 1em; letter-spacing: 5px; }		
	
	.mt35{margin-top: 35px;}
	.hidden {display:none; visibility:hidden;}
	strong, b { font-weight: 400;	}	
	em, i { font-style: italic;	}

	a
	{
		color: #fff;
		text-shadow: 0 0 0.5px rgba(53,184,143,0.25);
		-moz-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
		-webkit-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
		-o-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
		-ms-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
		transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
		text-decoration: none;
		border-bottom: dotted 0px rgba(53,184,143,0.5);				
	}
	
	a:hover { border-bottom-color: rgba(255,144,0,0); }
		
	.grayscale a {
		filter: gray;
		-webkit-filter: grayscale(100%); 
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		-webkit-transition: all 0.5s;}/*Returns to default state*/
		
	.grayscale a:hover {-webkit-filter: grayscale(0); filter: none; -webkit-transition: all 0.5s;}
	
	/* === animation */
	.animated { 
		-webkit-animation-duration: 1s; 
		animation-duration: 1s; 
		-webkit-animation-fill-mode: both; 
		animation-fill-mode: both; 
	} 

@-webkit-keyframes bounceIn { 
    0% { opacity: 0; -webkit-transform: scale(.3); } 
    50% { opacity: 1; -webkit-transform: scale(1.05); } 
    70% { -webkit-transform: scale(.9); } 
    100% { -webkit-transform: scale(1); } 
} 

@keyframes bounceIn { 
    0% { opacity: 0; transform: scale(.3); } 
    50% { opacity: 1; transform: scale(1.05); } 
    70% { transform: scale(.9); } 
    100% { transform: scale(1); } 
} 
.bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; }
.boxAni a:hover { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
	-webkit-transform: scale(1.1); } 


@-webkit-keyframes fadeInUp { 
    0% { opacity: 0; -webkit-transform: translateY(20px); } 
    100% { opacity: 1; -webkit-transform: translateY(0); } 
} 

@keyframes fadeInUp { 
    0% { opacity: 0; transform: translateY(20px); } 
    100% { opacity: 1; transform: translateY(0); } 
} 

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

/* === end: animation */
	sub	{ position: relative; top: 0.5em; font-size: 0.8em; }	
	sup { position: relative; top: -0.5em; font-size: 0.8em; }	
	/*hr	{ border: 0; border-top: solid 1px #dad9d9;	margin: 2em 0 2em 0; }	*/
	hr	{ border-top: solid 1px #2b2b2b; height:1px; width:30%;	margin: 10px auto 12px auto; 
	border-bottom: solid 0px #2b2b2b; border-right: solid 0px #2b2b2b; border-left: solid 0px #2b2b2b;
	}	
	blockquote { border-left: solid 0.5em #eae9e9; padding: 1em 0 1em 2em; font-style: italic;}	
	p, ul, ol, dl, table {	margin-bottom: 1em;	}
	header { margin-bottom: 1em;}
	header p {	display: block;	margin: 0.5em 0 0 0; padding: 0 0 0.5em 0; color:#616161; }		
	footer	{ margin-top: 1em;}
	br.clear { clear: both; }
	
	/* Sections/Article */
	section,
	article { margin-bottom: 0em; }		
	section > :last-child,	article > :last-child { margin-bottom: 0; }
	section:last-child,	article:last-child 	{ margin-bottom: 0; }
	.row > section, .row > article	{ margin-bottom: 0; }

	/* Image */
	.image	{ display: inline-block; border: 0;	}		
	.image img { display: block; width: 100%; border: solid .05em #2b2b2b !important; }			
	.image img:hover {border: dotted 1px #F60;}
	.image.featured	{ display: block; width: 100%;	margin: 0 0 2em 0;}			
	.image.fit	{ display: block; width: 100%; }			
	.image.left	{ float: left; margin: 0 2em 2em 0;	}			
	.image.centered { display: block; margin: 0 0 2em 0; }
	.image.centered img	{ margin: 0 auto;	width: auto; }

	/* List */
	ul	{	}
	ul.default	{ list-style: disc;	padding-left: 1em;	}
	ul.default li {	padding-left: 1.5em; margin-top: 1.5em;	}		
	ul.default li:first-child {	margin-top: 0;	}
	ul.icons { cursor: default;	}	
	ul.icons li	{ display: inline-block; }
	ul.icons a { display: inline-block;	width: 2.5em; height: 2.5em; line-height: 2.5em; text-align: center; border: 0;	}
	ul.menu { cursor: default; }
	ul.menu li { display: inline-block;	line-height: 1em; border-left: solid 1px #dad9d9; padding: 0 0 0 0.5em; margin: 0 0 0 0.5em; }
	ul.menu li:first-child	{ border-left: 0; padding-left: 0; margin-left: 0; }
	ul.actions { cursor: default; }
	ul.actions li {	display: inline-block;	margin: 0 0 0 0.5em; }
	ul.actions li:first-child {	margin-left: 0;	}
	ol { }
	ol.default { list-style: decimal;	padding-left: 1.25em; }
	ol.default li {	padding-left: 1.25em; margin-top: 1.5em; }
	ul.default li:first-child {	margin-top: 0; }

	/* Form */
	form {	}
	form label	{ display: block;	margin: 0 0 0.5em 0; }
	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea
	{
		-webkit-appearance: none;
		display: block;
		border: dotted 1px #a0a0a0;
		background: none;
		width: 100%;
		padding: 0.75em;
		-moz-transition: background-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out;
		-o-transition: background-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out;
	}
		form input[type="text"],
		form input[type="email"],
		form input[type="password"],
		form select	{ line-height: 1em; }
		form textarea {	min-height: 12em;}
		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus	{ border:dotted 1px #FF6600;	background: #000; }				
		form .formerize-placeholder { color: #5a5959 !important; }
		form ::-webkit-input-placeholder {	color: #5a5959 !important;	}
		form :-moz-placeholder { color: #5a5959 !important;	}
		form ::-moz-placeholder	{ color: #5a5959 !important; }
		form :-ms-input-placeholder	{ color: #5a5959 !important; }
		form ::-moz-focus-inner	{ border: 0;}
		form ul.actions { margin-bottom: 0; text-align: center;	}
	
		#response {  margin-bottom: 20px;  text-align: center;}
		#response .success {  color: #b2b21f; }
		#response .failure {  color: #ff9000; }
			
			
	/* Table */	
	.table-wrapper	{ width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;	}	
		table	{ width: 100%; }	
		table.default {	width: 100%; }			
		table.default tbody tr	{ border-top: solid 1px #eae9e9; }
		table.default tbody tr:first-child { border-top: 0; }				
		table.default td { padding: 0.75em 1.25em 0.75em 1.25em; }		
		table.default th { text-align: left; font-weight: 400; padding: 0.75em 1.25em 0.75em 1.25em; }			
		table.default thead	{ background: #f5f5f5; }	
		table.default tfoot {	}		
		table.default tbody	{	}

	/* Button */		
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			-webkit-appearance: none;
			font-size:13px;
			text-transform:uppercase;
			position: relative;
			display: inline-block;
			border: dotted #a2a2a2 1px;
			background: none;
			color: #ffc107;
			text-shadow: 0 0 0.5px rgba(255,255,255,0.25);
			cursor: pointer;
			text-decoration: none;
			outline: 0;
			padding: .51em 1.5em .5em 1.5em;
			text-align: center;
			border-radius:.2em;
			font-weight: 300;
			-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
			-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
			-o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
			-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
			transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
		}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover
			{
				border: dotted #ffc107 1px;
				background: #000;
				color:#ffc107;
			}
		
			input[type="button"].style2,
			input[type="submit"].style2,
			input[type="reset"].style2,
			.button.style2
			{
			color: #272727;
    font-weight: 600;
    background: none;
    font-size: 13px;
				
			}

				input[type="button"].style2:hover,
				input[type="submit"].style2:hover,
				input[type="reset"].style2:hover,
				.button.style2:hover
				{
					border: dotted #ff9000 1px;
					background: #000;
					
					color: #ffc107 !important;					
					text-shadow: 0!important;
				}
				
			input[type="button"].style3,
			input[type="submit"].style3,
			input[type="reset"].style3,
			.button.style3
			{
				background: none;
				color: #ffc107;
				
			}
			
				input[type="button"].style3:hover,
				input[type="submit"].style3:hover,
				input[type="reset"].style3:hover,
				.button.style3:hover
				{
					background: rgba(58,57,57,0.025);
				}

/* butts position */
#topbody {display:block;     margin: -171px auto auto auto;
    position: relative;}



	/* Box */

		.box
		{
			position: relative;
			margin-top: 1em;
			margin-bottom: 0;
		}
		
			.box:after
			{
				content: '';
				display: block;
				position: absolute;
				top: -9em;
				left: 50%;
				height: 9em;
				/* border-left: solid 1px #fff;*/
			}
		
			.box:before
			{
				content: '';
				display: block;
				width: 90px;
				height: 66px;
				position: absolute;
				left: 50%;
				top: -4.5em;
				margin-left: -45px;
				margin-top: -33px;
				/*background: url('images/arrow.svg') no-repeat;*/
			}
		
			.box :last-child
			{
				margin-bottom: 0;			
			}		
			.box.style1
			{
				background: #fff;
				padding: 3em;
			}			
				.box.style1 .image
				{
					display: block;
					position: absolute;
					top: 0;
					width: 50%;
					height: 100%;
					background: #152E33;
					overflow: hidden;					
				}
					.box.style1 .image img
					{
						position: absolute;
						top: 0;
						height: 100%;
						width: auto; 
					}
				.box.style1 .inner	{ }
					.box.style1 .inner > :last-child {	margin: 0;	}				
				.box.style1.right {	}
					.box.style1.right .image { left: 0;	}
						.box.style1.right .image img { right: 0;	}					
					.box.style1.right .inner
					{ margin-left: 50%; padding-left: 3em; }
				
				.box.style1.left {}
					.box.style1.left .image
					{ right: 0;	}					
						.box.style1.left .image img
						{left: 0; }					
					.box.style1.left .inner
					{ margin-right: 50%; padding-right: 3em; }

			.box.style2
			{
				text-align: center;
			}

				.box.style2 header
				{
					display: inline-block;
					font-weight:300;
					color:#aaaaaa;
					/*background: #fff;*/
					padding: 0em 0em 1em 0em;
					margin: 0;
				}

					.box.style2 header p
					{
						font-size: 15px; font-weight: 100; padding: 0; line-height: 22px;
						color:#a3a3a3;					}
				
				.box.style2 .inner	{ position: relative; padding: 0px 0 0px 0;	}

					.box.style2 .inner:after
					{
						content: '';
						display: block;
						position: absolute;
						top: 0;
						left: 50%;
						height: 100%;
						/* border-left: solid 1px #fff;*/
					}
					
					.box.style2 .inner .row
					{
						position: relative;
					}
					
						.box.style2 .inner .row:before
						{
							content: '';
							display: block;
							position: absolute;
							top: 50%;
							left: 20px;
							width: -moz-calc(100% - 40px);
							width: -webkit-calc(100% - 40px);
							width: -o-calc(100% - 40px);
							width: -ms-calc(100% - 40px);
							width: calc(100% - 40px);
							/* border-left: solid 1px #fff;*/
						}

					.box.style2 .inner .image
					{
						position: relative;
						z-index: 1;
						padding: 20px;
						-webkit-font-smoothing:antialiased;			
					}				

			.box.style3
			{
				/*background: #fff;*/
				padding: 3em;
			}
			
				.box.style3 header
				{
					text-align: center;					
				}


/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
		.icon > .label {
			display: none;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		color: #727272;
		text-shadow: 0 0 0.5px rgba(255,255,255,0.25);
		text-align: center;
		margin: 0;
		padding: 30px 0 30px 0 !important;
		cursor: default;
	}
	
		#header header
		{
			display: inline-block;
		    background: #000000;
           padding: 5% 28% 13% 28%;
    border-radius: 10px;
	color:#a3a3a3;
		}
		
			#header header h1
			{ font-family: 'Titillium Web', sans-serif;
				font-weight: 300;
				font-size: 1.0em;
				letter-spacing: 3px;
				color: #636363;
			}
			
			#header .logo {	width:123px; 
							height:123px; 
							margin:0 auto; 
							position:relative; 
							background:url(../images/Tafseer15.png) no-repeat; 
							display:block;
							margin-bottom: 26px; opacity:.8;
							}

			#header header p
			{
				
				color: #636363;
				text-shadow: 0 0 0.5px rgba(114,114,114,0.1875);
				font-size: .7em;
				line-height:1.6em;
				text-transform: uppercase;
				letter-spacing: 0px;
				padding: 0;
				margin-top: 0.35em;
			}
			
				#header header p:before
				{
					content: '';
					display: block;					
					margin: 4px 0 0.8em 0;
				}

		#header footer
		{
			position: absolute;
			bottom: 9em;
			margin: 0;
			width: 100%;
		}

			#header footer:after
			{
				content: '';
				display: block;
				position: absolute;
				bottom: -9em;
				left: 50%;
				height: 1em;
				border-left: solid 0px #4c4c4c;
			}
		
			#header footer:before
			{
				content: '';
				display: block;
				width: 90px;
				height: 66px;
				position: absolute;
				left: 50%;
				bottom: -4.5em;
				margin-left: -45px;
				margin-bottom: -33px;
				/*background: url('images/arrow.svg') no-repeat;*/
			}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		color: #fff;
		text-shadow: 0 0 0.5px rgba(255,255,255,0.25);
		text-align: center;
		/*background: #35b88f url('images/banner.svg') bottom center no-repeat;*/
		padding: 5em 0 5em 0;
		margin: 0;
		background-size: 125% auto;
	}

		#banner .button
		{
			color: #35b882;
			text-shadow: 0 0 0.5px rgba(53,184,130,0.25);
		}

		#banner header
		{
			margin: 0 0 2em 0;
		}
		
			#banner header h2
			{
				font-weight: 400;
				font-size: 1.75em;
				letter-spacing: 8px;
			}		

		#banner p { margin: 0; }

		#banner footer
		{
			margin: 2em 0 0 0;
		}
		
		#banner a
		{
			color: inherit;
			border-bottom-color: rgba(255,255,255,0.5);
		}
		
			#banner a:hover
			{
				border-bottom-color: rgba(255,255,255,0);
			}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		color: #4c4c4c;
		font-weight:100;
		text-shadow: 0 0 0.5px rgba(255,255,255,0.25);
		text-align: center;
		margin: 0 0 0 0;
		font-family: 'Titillium Web', sans-serif;
	}

		#footer:after
		{
			content: '';
			display: block;
			position: absolute;
			top: -4.5em;
			left: 50%;
			height: 1em;
			/*border-left: solid 1px #fff;*/
		}

		#footer a
		{
			color: #a0a0a0;
			text-shadow: 0 0 0.5px rgba(255,255,255,0.25);
			border-bottom-color: rgba(255,255,255,0.5);
			
			-webkit-transition-delay: 0s;
    		-moz-transition-delay: 0s;
    		-o-transition-delay: 0s;
    		transition-delay: 0s;
		}	
		
			#footer a:hover
			{
				color: #ff9000;
				text-shadow: 0 0 0.5px rgba(161,141,102,0.25);
				border-bottom-color: rgba(53,184,143,0.5);
			}
		
		#footer .icons
		{
			padding: 0.75em 2em 0.75em 2em;
			border-radius: .2em;
			border: dotted 0px #a2a2a2;
			display: inline-block;
			margin: 0 0 3em 0;
		}
		
		#footer .copyright
		{
			margin: 0 auto;
			padding:10px;			
			font-size: 12.5px;
			font-weight:200;
			color:#b6b6b6;;
			text-align:center;
			background-color:#000;
		}
		
/*********************************************************************************/
/* Popup box                                                                     */
/*********************************************************************************/

	.poptrox-popup
	{
		background: #000;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-o-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		padding-bottom: 3em;
	}	
		.poptrox-popup .loader
		{
			width: 16px;
			height: 16px;
			background: url('images/loader.gif');
			background-position:center;
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -24px 0 0 -24px;
		}	
		.poptrox-popup .caption
		{
			position: absolute;
			bottom: 0;
			left: 0;
			background: #000;
			color:#787878;
			width: 100%;
			padding: 5px 0 14px 0;
			text-align: center;
			cursor: default;
			z-index: 1;
		}		
		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous
		{
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			opacity: 0;
			cursor: pointer;
			background: rgba(0,0,0,0.01);
			-moz-transition: opacity 0.5s ease-in-out;
			-webkit-transition: opacity 0.5s ease-in-out;
			-o-transition: opacity 0.5s ease-in-out;
			-ms-transition: opacity 0.5s ease-in-out;
			transition: opacity 0.5s ease-in-out;
			-webkit-tap-highlight-color: rgba(255,255,255,0);
		}
		.poptrox-popup .nav-next:before,
		.poptrox-popup .nav-previous:before
		{
			content: '';
			position: absolute;
			width: 96px;
			height: 64px;
			background: url('images/poptrox-nav.svg');
			top: -moz-calc(50% - 1.5em);
			top: -webkit-calc(50% - 1.5em);
			top: -o-calc(50% - 1.5em);
			top: -ms-calc(50% - 1.5em);
			top: calc(50% - 1.5em);
			margin: -32px 0 0 0;
		}	
		.poptrox-popup:hover .nav-next,
		.poptrox-popup:hover .nav-previous { opacity: 0.5; }
		.poptrox-popup:hover .nav-next:hover,
		.poptrox-popup:hover .nav-previous:hover { opacity: 1.0;}			
		.poptrox-popup .nav-previous:before
		{
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-o-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
			-ms-filter: "FlipH";			
			filter: FlipH;
		}

		.poptrox-popup .nav-next { right: 0; }
		.poptrox-popup .nav-next:before { right: 0; }		
		.poptrox-popup .nav-previous { left: 0; }
		.poptrox-popup .nav-previous:before { left: 0;	}			
		.poptrox-popup .closer
		{
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
			opacity: 0;
			-moz-transition: opacity 0.5s ease-in-out;
			-webkit-transition: opacity 0.5s ease-in-out;
			-o-transition: opacity 0.5s ease-in-out;
			-ms-transition: opacity 0.5s ease-in-out;
			transition: opacity 0.5s ease-in-out;
			-webkit-tap-highlight-color: rgba(255,255,255,0); 
		}
		
		.poptrox-popup .closer:before
		{
			content: '';
			display: block;
			position: absolute;
			right: 16px;
			top: 16px;
			width: 40px;
			height: 40px;
			border-radius: 100%;
			box-shadow: inset 0 0 0 1px #fff;
			background: rgba(255,255,255,0.1) url('images/poptrox-closer.svg') center center;
			color: #fff !important;
			-moz-transition: background-color 0.5s ease-in-out;
			-webkit-transition: background-color 0.5s ease-in-out;
			-o-transition: background-color 0.5s ease-in-out;
			-ms-transition: background-color 0.5s ease-in-out;
			transition: background-color 0.5s ease-in-out; 
		}

		.poptrox-popup:hover .closer {opacity: 0.5; }
		.poptrox-popup:hover .closer:hover 	{opacity: 1.0; }
			

/*=============================== start: video *========================= */
* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; *behavior:url(boxsizing.htc); }

blockquote { 
	background:#fff; 
	margin:0 0 20px;
	padding:5px 20px; 
}
pre {
	white-space:pre-wrap;       /* css-3 */
	white-space:-moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space:-pre-wrap;      /* Opera 4-6 */
	white-space:-o-pre-wrap;    /* Opera 7 */
	word-wrap:break-word;       /* Internet Explorer 5.5+ */
}
.box { 
	background:#444; background:rgba(0,0,0,.6);
	padding:20px;
	border-radius:5px;
	    margin: 90px auto 20px auto;
}
.nav { 
	position:fixed; 
	top:50px;left:50px;
	z-index: 999999;
	width:150px; 
	-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;
}
.credit {
	margin:20px 0;
}
.download-links { margin-top:20px; }
.download { margin-left:10px; padding:5px 10px; color:#fff; background:#111; border-radius:5px; display: inline; }
.video-list {
	list-style:none;
	margin:0 0 -10px;
	padding:0;
	text-align:center;
}
.video-list li {
	margin-bottom:10px;
}
.video-list .playlist-btn {
	display:block;
	width:100%;
}
.main {
	position:relative;
	margin:20px 20px 20px 20px;
	min-width:300px;
	-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;
}
.nav-link {
	display:block;
	padding-bottom:10px;
	text-decoration:none;
	font-style:normal;
}
.toggle-btn {
	position: absolute;
	bottom: -50px;
	left: 5px;
	background:rgba(0,0,0,.8);
	padding: 6px 12px;
	border-radius: 10px;
	color: #fff;
	font-size: .8em;
	font-family:'Source Sans Pro', sans-serif; font-weight:900; 
	text-transform: uppercase;
}
.playlist { 
	padding:0; 
	margin:20px 20px 40px;
}
.playlist-btn { 
	background:#000; 
	text-decoration:none; 
	font-weight:bold; 
	font-style:normal; 
	text-transform:uppercase; 
	font-size:14px; 
	padding:5px 10px; 
	margin-right:10px;
	border-radius:5px; 
}
.dimmed {opacity:.7;}
.footer-text {
	padding:0 20px;
	font-size:.9em;
	font-style:italic;
	opacity:.8;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
/*=============================== end: video *========================= */
/*============== back to top ======================*/
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
.cd-top {
  display: inline-block;
 padding:20px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  border: dotted 1px #333;
  opacity: 0;
  -webkit-transition: opacity 1s 0s, visibility 0s 1s;
  -moz-transition: opacity 1s 0s, visibility 0s 1s;
  transition: opacity 1s 0s, visibility 0s 1s;
}
.cd-top.cd-top:hover {background-color: #ffc107; opacity:1; border-radius:50%; border:0px;  
-webkit-transition: opacity 1s 0s, visibility 0s 1s;
  -moz-transition: opacity 1s 0s, visibility 0s 1s;
  transition: opacity 1s 0s, visibility 0s 1s;}
  
.no-touch .cd-top:hover {
  opacity: 1; -webkit-transition: opacity 1s 0s, visibility 0s 1s;
  -moz-transition: opacity 1s 0s, visibility 0s 1s;
  transition: opacity 1s 0s, visibility 0s 1s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  -webkit-transition: opacity 1s 0s, visibility 0s 1s;
  -moz-transition: opacity 1s 0s, visibility 0s 1s;
  transition: opacity 1s 0s, visibility 0s 1s;
}



/* =========== Enquiry Form ===============*/
.box_contact {display:inline-block; position:relative; clear:both;}
.box_contact .form_style .form {display:block; padding:0; margin:0; border:0px; 
font-family: 'Titillium Web', sans-serif;}
.box_contact .form_style .form ul {display:block; padding:0; margin:0; border:0px; 
list-style:none; width:100%; float:left;}
.box_contact .form_style .form ul li {display:inline-block; padding:3px 0 3px 10px !important; 
width:100%; margin:0; border:0px; list-style:none; float:left; color:#9e9e9e;}
.box_contact .form_style .form ul li label {display:inline-block; width:27%; padding:5px 10px 0 0; 
color:#727272; font-size:16px; font-weight:300; float:left; text-align:right; 
font-family: 'Titillium Web', sans-serif;}
.box_contact .form_style .form ul li label strong {font-weight:400; color:#ff9000;}
.box_contact .form_style .form ul li input {display:inline-block; width:63%; padding:5px 10px;
 font-family: 'Open Sans', sans-serif; color:#ffc107;
font-size:16px; font-weight:300; background:transparent;}
.box_contact .form_style .form ul li .mcode {display:inline-block; width:10%; 
background:transparent; border-bottom:dotted 1px #ffc107; border-top:0px; border-left:0; 
border-right:0;}
.box_contact .form_style .form ul li .mcodefull {display:inline-block; 
width: 50.511111%; border-bottom:dotted 1px #ffc107; border-top:0px; border-left:0; 
border-right:0; background:transparent; color:#ffc107;}
.form01 {border-bottom:dotted 1px #ffc107; border-top:0px; border-left:0; border-right:0;}
.form05 {border-bottom:dotted 1px #ffc107; border-top:0px; border-left:0; border-right:0;}
.form07 {border-bottom:dotted 1px #ffc107; border-top:0px; border-left:0; border-right:0;}
.box_contact .form_style .form ul li select {display:inline-block; width:63%; 
padding:10px 10px; font-size:14px; font-weight:300;
border-bottom:dotted 1px #ffc107; border-top:0px; border-left:0; border-right:0; 
background:transparent; color:#ffc107;}
.box_contact .form_style .form ul li select option {background: rgba(0, 0, 0, 1);}



.box_contact .form_style .form ul li textarea {display:inline-block; width:63%; 
padding:5px 10px; font-family: 'Open Sans', sans-serif; height:85px; color:#ffc107;
font-size:16px; font-weight:300; border-bottom:dotted 1px #ffc107; border-top:0px; 
border-left:0; border-right:0; background:transparent;}

.box_contact .form_style .form ul li input[type="submit"]:focus, input[type="button"]:focus, button:focus{display:inline-block; padding:12px 10px; width:120px; text-transform:uppercase; text-align:center; border-bottom:solid 1px; border-top:solid 4px; border-left:solid 1px; border-right:solid 1px; border-color:#ff9000; color:#78782d; font-size:14px; font-weight:400; text-decoration:none; text-transform:uppercase;  cursor:pointer;}
.form_bt {display:block !important; position:relative; right:5%; float:right; 
width:120px !important; margin-top:20px; text-transform:uppercase; text-align:center; 
border-bottom:solid 1px; border-top:solid 4px; border-left:solid 1px; 
border-right:solid 1px; border-color:#b0b07c; color:#78782d; font-size:14px; 
font-weight:400; text-decoration:none; text-transform:uppercase;  cursor:pointer; background:#fff;}
.form_bt:hover {border-color:#000; background:#fff; color:#000; cursor:pointer;}
/* ============ end : enquiry form ============ */


@media (max-width:767px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
  
  .box_contact .form_style .form ul {width:100%;}
  
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* menu floating left css --*/
#fl_menu{position:absolute; top:50px; left:0px; z-index:9999; text-transform:uppercase; font-family:'Roboto', sans-serif; font-size:11px; font-weight:300;}
#fl_menu .label{float:left; margin:1px 0 0 1px; 
				display:block; width:38px; height:38px; background:url(../images/menu_arrow-gray.png) no-repeat;}
/*#fl_menu .label{padding:10px 20px; font-weight:300; background:#000; color:#fff; letter-spacing:7px; float:left; margin:1px 0 0 1px;}*/

#fl_menu .menu{float:left;}
#fl_menu .menu .menu_item{display:block; background:#000; color:#959595; 
							border:solid 1px #6a6a6a; margin:1px 0 0 0px; height:38px;
							padding:0px 20px; text-decoration:none; float:left;}
#fl_menu .menu a.menu_item:hover{background:#000; color:#fff; border:solid 1px #fff;}

/* logo animation */
.holder {
position:relative;
display: block;
    height: auto;
}

#layer-1 {
-webkit-animation-name: spin;
-webkit-animation-duration: 4000ms;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: spin;
-moz-animation-duration: 4000ms;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: spin;
-ms-animation-duration: 4000ms;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
animation-name: spin;
animation-duration: 4000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.shape-4, .shape-5, .shape-6 {

}
.shape-1, .shape-4 {
opacity: 0.2;
}
.shape-2, .shape-5 {
opacity: 0.5;
}
.shape-3, .shape-6 {
opacity: 0.5;
}
#myLogo {
font-family: 'Roboto', sans-serif;
font-weight: 300;
opacity:.6;
font-size: 46px;
letter-spacing: -3.5px;
color: #434343;
position: absolute;
top: 30%;
left: 44%;
}







.ib-container:before,
.ib-container:after {
    content:"";
    display:table;
}
.ib-container:after {
    clear:both;
}
.ib-container .blur{
	display: block;
	width: 140px;
	height: 220px;
	background: #fff;
	cursor: pointer;
	float: left;
	border: 10px solid #fff;
	text-align: left;
	text-transform: none;
	margin: 15px;
	-webkit-backface-visibility: hidden;
	z-index: 1;
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 1px 3px 10px rgba(0,0,0,0.2);
	-webkit-transition: 
		opacity 0.4s linear, 
		-webkit-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-moz-transition: 
		opacity 0.4s linear, 
		-moz-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-o-transition: 
		opacity 0.4s linear, 
		-o-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-ms-transition: 
		opacity 0.4s linear, 
		-ms-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	transition: 
		opacity 0.4s linear, 
		transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;

}

.ib-container .blur{
	box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.7;
}
/* Hover Style for single item: scale up */
.ib-container blur.active{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 11px 15px 10px rgba(0,0,0,0.4);
	z-index: 100;	
	opacity: 1;
}


.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
    
	
	
	/* new menu */
	
	/*----- Toggle Button -----*/
.toggle-nav {
	display:none;
}

/*----- Menu -----*/
@media screen and (min-width: 860px) {
	.menu {
	width:100%;
	padding:0px 18px;
	margin:0px;
	box-shadow:0px 0px 0px rgba(0,0,0,0.15);
	border-radius:3px;
	background:#000000;
	text-align:center !important;
	}
	ul, menu, dir {padding:0; margin:0px;}
}

.menu ul {
	display:inline-block;
	margin:0px;
}

.menu li {
	margin:0px 0px;
	float:left;
	list-style:none;
	font-size:17px;
}

.menu li:last-child {
	margin-right:0px;
}

.menu a {
	text-shadow:0px 0px 0px rgba(0,0,0,0.5);
	color:#a3a3a3;
	padding:10px 20px;
	transition:color linear 0.15s;
	font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.menu a:hover, .menu .current-item a {
	text-decoration:none;
	color:#434343;
	background:#ffc107;
	border-radius: 0px 0px 4px 4px;
}

/*----- Search -----*/
.search-form {
	float:right;
	display:inline-block;
}

.search-form input {
	width:200px;
	height:30px;
	padding:0px 8px;
	float:left;
	border-radius:2px 0px 0px 2px;
	font-size:13px;
}

.search-form button {
	height:30px;
	padding:0px 7px;
	float:right;
	border-radius:0px 2px 2px 0px;
	background:#66a992;
	font-size:13px;
	font-weight:600;
	text-shadow:0px 1px 0px rgba(0,0,0,0.3);
	color:#fff;
}




/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
	.wrap {
		width:90%;
	}
}

@media screen and (max-width: 970px) {
	.search-form input {
		width:120px;
	}
}

@media screen and (max-width: 860px) {
	#header {    padding: 0px 10px 30px 10px !important;}
	.holder {height:auto !important;}
	#header header { padding: 0% 0%; height: 575px !important; background:none;}
	
	#header header p { }
	#header header p:before {margin-bottom: 0px !important;}
	#header footer {bottom: 0em;}
	#myLogo {top: 29%;}
	input[type="button"].style2, input[type="submit"].style2, input[type="reset"].style2, .button.style2 
	{color: #969696;}
	.box.style3 {padding: 0.5em;}
	.svg-position {display: block;
	
    position: relative;
    padding: 0px 0px;
    height: 116px;
    width: 64px;}
	#topbody {margin: -133px auto auto auto; }
	.box {    margin: 10px auto 20px auto; background:none !important;}

.menu {
		position:relative;
		display:inline-block;
	  }

	.menu ul.active {
		display:none;
	}

	.menu ul {
		width:200px;
		position:absolute;
		top:66px;
		left:0px;
		padding:0px 5px;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		    background: #000;
			z-index:99999;
	}
.menu a {padding:0 10px;}
	.menu ul:after {
		width:0px;
		height:0px;
		position:absolute;
		top:0%;
		left:22px;
		content:'';
		transform:translate(0%, -100%);
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-bottom:7px solid #303030;
		margin:0px 0 0 0;
	}

	.menu li {
		margin:5px 0px 5px 0px;
		float:none;
		display:block;
	}

	.menu a {
		display:block;
	}

	.toggle-nav {
		padding: 8px 20px;
		float:left;
		display:inline-block;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#303030;
		text-shadow:0px 1px 0px rgba(0,0,0,0.5);
		color:#777;
		font-size:20px;
		transition:color linear 0.15s;
	}

	.toggle-nav:hover, .toggle-nav.active {
		text-decoration:none;
		background:#ff8a00;
		color:#fff;
	    
	}

	.search-form {
		margin:12px 0px 0px 20px;
		float:left;
	}

	.search-form input {
		box-shadow:-1px 1px 2px rgba(0,0,0,0.1);
	}
}

@media screen and (max-width: 580px) {
	#topbody {
    margin: -13px auto auto auto;
}
.db-box {display: block;}
}

	    
