/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

 

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
 



 
/* Imports */
@import url("reset.css");
@import url("global-forms.css");
 
/***** Global *****/
/* Body */
	body {
		background: #000 url('../images/bg.jpg') repeat-y 50% 0;
		color: #fff;
		font-size: 87.5%; /* Base font size: 14px */
		font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		line-height: 1.429;
		margin: 0;
		padding: 0;
		text-align: left;
	}
 
/* Headings */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}	/* 14px */
 
h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}
 
/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:hover img{border:0px;} 
a:link, a:visited {
	color: #1176ff;
	padding: 0 1px;
	text-decoration: underline;
}
a:hover, a:active {
	background-color: #1176ff;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}
 
/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}
 
strong, b {font-weight: bold;}
em, i {font-style: italic;}
 
::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}
 
/* Lists */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}
 
ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}
 
dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}
 
/* Quotes */
blockquote {font-style: italic;}
cite {}
 
q {}
 
/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}
 
	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}
 
	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}
 
	tbody .alt td {}
	tbody .alt th {}
 
	/* Tfoot */
	tfoot th {}
	tfoot td {}
 


.body {clear: both; margin: 0 auto; width: 900px;}
img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}


/*
	Header
*****************/
#banner {
	margin: 0 auto;
	padding: 0.5em 0 0 0;
	background:#000;
}
 
	/* Banner */
	#banner h1 {font-size: 3.571em; line-height: .6;}
	#banner h1 a:link, #banner h1 a:visited {
		color: #ffffff;
		display: block;
		font-weight: bold;
		font-family:Lucida Grande;
		margin: 0 0 .6em .2em;
		text-decoration: none;
		width: 427px;
	}
	#banner h1 a:hover, #banner h1 a:active {
		background: none;
		color: #1176ff;
		text-shadow: none;
	}
 
	#banner h1 strong {font-size: 0.36em; font-weight: normal;}

/* top nav */
#headertop nav {
		float:right;	 
		font-size: 0.8em;
		height: 30px;
		line-height: 20px;
		margin: 0 auto 1em auto;
		padding: 0;
		text-align: center;
		width: 300px;
	 
	}
	
	#headertop nav ul {float:right; list-style: none; margin: 0 auto; width: 900px;}
	#headertop nav li {float:right; float: left; display: inline; margin: 0;}
	
	#headertop nav a:link, #headertop nav a:visited {
		color: #fff;
		display: inline-block;
		height: 30px;
		padding: 5px 1.5em;
		text-decoration: none;
	}
	#headertop nav a:hover, #headertop nav a:active,
	#headertop nav .active a:link, #headertop nav .active a:visited {
		float: left;
		background: url(../images/top-menu-bg.png) ;
		height:20px;
		color: #fff;
		text-shadow: none !important;
	}
	
	#headertop nav li:first-child a {
 
	}


	/* Main Nav */
	#banner nav {
		background: #000305 url(../images/nav-bg.png);
		border-top:0.25px solid #2581ff;
		font-size: 1.0em;
		height:50px;
		line-height: 30px;
		margin: 0 auto 1em auto;
		padding: 0;
		text-align: center;
		width: 900px;
	 
	}
	
	#banner nav ul {list-style: none; margin: 0 auto; width: 900px;}
	#banner nav li {float: left; display: inline; margin: 0;}
	
	#banner nav a:link, #banner nav a:visited {
		color: #fff;
		display: inline-block;
		height: 30px;
		padding: 5px 1.5em;
		text-decoration: none;
	}
	#banner nav a:hover, #banner nav a:active,
	#banner nav .active a:link, #banner nav .active a:visited {
		background: #2581ff;
		color: #fff;
		text-shadow: none !important;
	}
	
	#banner nav li:first-child a {
 
	}


/*
	Featured
*****************/
#featured{
	margin-bottom: 2em;
	overflow: hidden;
	width: 890px;
 
}

#featured-home {
	background:url(../images/feature-bg.png) top no-repeat;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;
	width: 860px;
 
}
 
#featured figure {
	border: 2px solid #eee;
	float: right;
	margin: 0.786em 2em 0 5em;
	width: 248px;
}
#featured figure img {display: block; float: right;}
 
#featured h2 {color: #2581ff; font-size: 1.714em; margin-bottom: 0.333em;}
#featured h3 {font-size: 1.429em; margin-bottom: .5em;}
 
#featured h3 a:link, #featured h3 a:visited {color: #ccc; text-decoration: none;}
#featured h3 a:hover, #featured h3 a:active {color: #fff;}
 
 
 
 #slider-left-but { 
	display: block; 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: url(../images/templatemo_slider_left.png); 
	margin-right: 10px; 
}

#slider-right-but { 
	display: block; 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: url(../images/templatemo_slider_right.png); 
}

/*
	Body
*****************/
#content {
 
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px 20px;
	width: 860px;
  
}

.ldivider{ padding:0px; margin:0px; height:20px; background:url(../images/l-divider.png) no-repeat;}

	About
*****************/
#about {
	background: #fff;
	font-style: normal;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;
	text-align: left;
	width: 760px;
 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
 
#about .primary {float: left; width: 165px;}
#about .primary strong {color: #C64350; display: block; font-size: 1.286em;}
#about .photo {float: left; margin: 5px 20px;}
 
#about .url:link, #about .url:visited {text-decoration: none; d}
 
#about .bio {float: right; width: 500px;}
 
/*
	Footer
*****************/
#contentinfo {padding-bottom: 2em; text-align: center;}


.lftcol{ float:left; width:598px; height:auto; color:#FFF; font-size:14px; text-align:justify; display:inline-block;}
.likebox{ float:left;border:#2581ff solid .25px ; padding:5px; width:180px;}
.vedio{ background:url(../images/vedio-bg.png) no-repeat; float:right; width:349px; padding:0px; display:inline; padding:20px 20px 60px;}
.rightcol{ float:right; width:260px; height:auto; color:#FFF; font-size:12px; text-align:justify;}
.rightcol .news{ border:#2581ff solid .25px ; padding:5px;}

/* Bottem Nav */
	#bottem nav {
		float:left;
		background: #000305;
		border:0.25px solid #14468a;
		border-left:none;
		border-right:none;
		font-size: 1.0em;
		height: 40px;
		line-height: 30px;
		margin: 0 auto 0em auto;
		padding: 0;
		text-align: center;
		width: 900px;
	 
	}
	
	#bottem nav ul {list-style: none; margin: 0 auto; width: 900px;}
	#bottem nav li {float: left; display: inline; margin: 0;}
	
	#bottem nav a:link, #bottem nav a:visited {
		color: #fff;
		display: inline-block;
		height: 30px;
		text-decoration: none;
	}
	#bottem nav a:hover,
	#bottem nav .active a:visited {
		background: #14468a;
		color: #fff;
		text-shadow: none !important;
	}
 #bottem nav a:active,#bottem nav .active a:link
 {
		background: #14468a;
		padding: 5px 1.5em;
		color: #fff;
		text-shadow: none !important;
	}
	
	#bottem nav li:first-child a {
 
	}


/* Bottem Nav */
	#bottem2 nav {
		float:left;
		background: #000305 url(../images/bot-nav.png);
		border-left:none;
		border-right:none;
		font-size: 1.0em;
		height: 40px;
		line-height: 30px;
		margin: 0 auto 0em auto;
		padding: 0;
		text-align: center;
		width: 900px;
	 
	}
	
	#bottem2 nav ul {list-style: none; margin: 0 auto; width: 900px;}
	#bottem2 nav li {float: left; display: inline; margin: 0;}
	
	#bottem2 nav a:link, #bottem2 nav a:visited {
		color: #fff;
		display: inline-block;
		height: 30px;
		padding: 5px 1.9em;
		text-decoration: none;
	}
	#bottem2 nav a:hover, #bottem2 nav a:active,
	#bottem2 nav .active a:link, #bottem2 nav .active a:visited {
		background:none;
		color: #2581ff;
		text-shadow: none !important;
	}
	
	#bottem2 nav li:first-child a {
 
	}



.icon{ float:right; list-style-type:none; margin:5px; }
.icon li{ list-style-type:none; display:inline; margin-bottom:10px;}

footer{ font-size:10px; padding:10px;}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
