/*
Theme Name: TMC
Theme URI: http://www.xispl.com
Author: XISPL
Author URI: http://www.xispl.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
 
 body {font-family:ARLRDBD;
	font-size: 13px;
	color: #525252;
	margin: 0px;
	padding: 0px;
}

img{ margin:0px; padding:0px; border:0px;}

a{  margin:0px; padding:0px; outline:none; text-decoration:none; color:#979797; }
a:hover{  margin:0px; padding:0px; outline:none; text-decoration:none; color:#434445; }


@font-face
{
font-family: ARLRDBD;
src: url(fonts/ARLRDBD.TTF);

}


#page_wrapper_full {
	width: 100%;
	margin: auto auto auto auto;
}

.container_full {
	width: 100%;
	margin: auto auto auto auto; display:table;
}

.container {
	width: 1320px;
	margin: auto auto auto auto; 
}

.last {
	margin-right: 0 !important;
	clear: right;
}


.logo{ width:100%; margin:45px 0 0 0; padding:0 0 0 0; text-align:center;}






/********************menu******************/
.menu_area{ width:100%; margin: 100px auto auto auto; padding:0px; height:38px; display:table; text-align:center;}


.menu{ width:100%;  padding:0px 0 0 0 ; margin: auto auto auto auto; display:table; }

	#nav
		{width: auto; /* 1000 */
		
			position:relative;
			 margin: auto auto auto auto;
			
			display:table;
		}

			#nav > a { display: none; }

			#nav li
			{
				position: relative;
				list-style: none;
			}
				#nav li a
				{
					color: #979797;
					display: block;
				}
				#nav li a:active
				{
					background-color:none !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #fff;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				height: 28px; /* 60 */
				/*background-color: #003d98;*/
				 list-style: none; padding:0px; margin:0px; 
			}
				#nav > ul > li { height: 100%; 
					float: left;  margin:0 35px;
				}
					#nav > ul > li > a
					{ padding:0 5px 10px 5px;
						height: 100%;
						font-size:24px; /* 24 */
						line-height:38px; /* 60 (24) */
						text-align: center;
						
						margin:0 0px 0 0px;
					}
						#nav > ul > li:not( :last-child ) > a
						{
						
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: none;
							color:#434445; 
							
						}

						#nav > ul > li a.selected
						{
							background-color: none;
							color:#434445; 
							
						}



				/* second level */

				#nav li ul
				{
					background-color: #171717;
					display: none;
					position: absolute;
					top: 100%; width:230px; margin:0px; padding:0px;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: 0px;
						}
						#nav li ul a
						{
							font-size: 14px; /* 20 */ 
							border-bottom: 1px solid #e15a1f;
							padding: 0px 0 0 8px; line-height:30px; /* 15 (20) */
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #003d98;
							}


		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 767px ) /* 640 */
		{
			
			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #979696;
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}






			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0; background-color:#fff;
				width:100%;
				z-index:100;
				
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
					border-bottom:1px solid #ccc;
					margin:0px;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding:0 0 0 7px; border:none;
						font-size:18px;
						
						 /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom:none;
							
							
						}
						
						#nav > ul > li > a:hover{border:none;}
						#nav > ul > li a.selected
						{
							background-color: none;
							color:#434445; border:none;
							
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding:0px; /* 20 */
					width:300px;
					display: block;
				}
				#nav li ul a
						{ font-size: 14px; /* 20 */ 
							border-bottom: 1px solid #e15a1f;
							padding: 0px 0 0 25px; line-height:30px; /* 15 (20) */
						}
		}

/********************menu end******************/

.banner{ margin:auto; padding:0 0 0 0; text-align:center; width:100%; display:table; background:url(images/banner.jpg) no-repeat center top; background-size:cover; height:276px;}

.banner1{ margin:auto; padding:0 0 0 0; text-align:center; width:100%; display:table; height:276px; }


.banner_content{ margin:0 auto; padding:115px 10% 0 10%; text-align:center; width:80%; position:absolute; display:table; font-size:36px; color:#FFFFFF;}

.content_area{ margin:0 auto; padding:40px 0 0 0; text-align:center; width:100%; display:table;  height:250px; }

h1{ margin:0px; padding:0px 0 10px 0;  font-size:36px; color:#525252;}
.text1 {
font-family:ARLRDBD;
font-size: 18px;

}
.clients { width:100%; float:center; margin:0px; padding:0px; text-align:left;}
.clients_logo { margin:0px 10px 10px 0px; padding:0px; float:left;text-align: center;
    width: 100%;}