/*----------------- FONTS -----------------*/

@font-face {
	font-family: 'hammersmith-one';
	src: url('../fonts/HammersmithOne.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/HammersmithOne.woff') format('woff'), 
	url('../fonts/HammersmithOne.ttf') format('truetype'), 
	url('../fonts/HammersmithOne.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open-sans-regular';
	src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/OpenSans-Regular.woff') format('woff'), 
	url('../fonts/OpenSans-Regular.ttf') format('truetype'), 
	url('../fonts/OpenSans-Regular.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'playfair-display-bold';
	src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/PlayfairDisplay-Bold.otf')  format('opentype'),
	url('../fonts/PlayfairDisplay-Bold.woff') format('woff'), 
	url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'), 
	url('../fonts/PlayfairDisplay-Bold.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'playfair-display-regular';
	src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/PlayfairDisplay-Regular.otf')  format('opentype'),
	url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), 
	url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'), 
	url('../fonts/PlayfairDisplay-Regular.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto-black';
	src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/Roboto-Black.woff') format('woff'), 
	url('../fonts/Roboto-Black.ttf') format('truetype'), 
	url('../fonts/Roboto-Black.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto-italic';
	src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/Roboto-Italic.woff') format('woff'), 
	url('../fonts/Roboto-Italic.ttf') format('truetype'), 
	url('../fonts/Roboto-Italic.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto-light';
	src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/Roboto-Light.woff') format('woff'), 
	url('../fonts/Roboto-Light.ttf') format('truetype'), 
	url('../fonts/Roboto-Light.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto-regular';
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/Roboto-Regular.woff') format('woff'), 
	url('../fonts/Roboto-Regular.ttf') format('truetype'), 
	url('../fonts/Roboto-Regular.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}

body { 
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: 'roboto-light';
	font-size: 18px;
}

html {
	margin: 0;
	padding: 0;
}

p { padding: 0; margin: 10px 0; }

a { text-decoration: none; }

h1 { 
	font-family: 'playfair-display-bold';
	font-size: 25px;
	color: #413d4b;
}

h2 {
	font-family: 'playfair-display-regular';
	font-size: 19px;
	color: #2f2d35;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/*---------------------- MENU ----------------------*/

menu {
	width: 601px; /* 669 602 */
	height: 20px;
	font-size: 16px;
	font-family: 'roboto-black';
	text-transform: uppercase;
	float: left;
	padding: 12px 0 12px 20px;
}

menu a {
	color: #FFFFFF;
	text-decoration: none;
}

menu a:hover {
	color: #00e0d0;
	text-decoration: none;
}


menu li {
	list-style-type: none;
	float: left;
	padding: 0 10px;
}

menu li:last-child {
	border-right: none;
}

menu ul {
	margin: 0;
	padding: 0;
}


/*-------------------------- ADS --------------------------*/


.ad-sizes-text {
	float: left;
}

.ad-sizes-text p {
	font-size: 12px;
}

.ad-sizes-text p strong {
	font-size: 14px;
}

.ad-type {
	width: 200px;
	float: left;
	/*border: 1px solid #EEE;*/
	text-align: center;
	/*padding: 10px;*/
	margin: 20px;
	background-color: #fff;
}

.ad-type {
	font-size: 11px;
}

.ad-type strong {
	font-size: 16px;
}



.ads-chart {
	width: 600px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 100px;
	font-size: 30px;
	font-weight: bold;
}

.ads-chart img {
	float: left;
	vertical-align: text-top;
	margin-right: 20px;
}

.ads-chart p a {
	color: #5082ad;
}

/*------------------------ GALLERY ------------------------*/

.gallery {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

.gallery img {
	/*float: left;
	padding: 5px;*/
	margin: 10px;
	/*width: 117px;*/
	border: 1px solid #eee;
	/*border: 1px solid #e9ecf4;*/
}




/*------------------------ FOOTER ------------------------*/

.wrapper-footer {
	width: 100%;
	max-width: 942px;
	margin: 0 auto;
}

footer {
	width: 100%;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #242248;
	clear: both;
	padding: 60px 0 60px 0;
}

.footer-left {
	float: left;
	margin-right: 80px;
}

.footer-middle {
	float: left;
	color: #FFFFFF;
}

.footer-middle p {
	overflow: hidden;
	font-size: 15px;
	font-family: 'roboto-light';
	line-height: 25px;
	margin: 0 0 20px 0;
}

.footer-middle img {
	float: left;
	margin: 5px 5px 0 0;
}

.footer-right {
	text-align: right;
	width: 100%;
	max-width: 375px;
	float: left;
	margin-top: -20px;
}

.copyright {
	font-family: 'roboto-regular';
	font-size: 12px;
	color: #FFFFFF;
}

label {display: none;}
/*td.blank {display: block !important;}*/


/*------------------------ MEDIA QUERY & RESPONSIVE STYLES ------------------------*/

/*#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: #4C8FEC url(../img/menu-icon.png) center;
}*/

.close {
	color: #990000;
}

.mobile-nav {
	display: none;
	text-align: center;
	background-color: #242248;
	margin: 0;
	padding:0;
}

.mobile-nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.mobile-nav a:hover {
	color: #000;
	text-decoration: none;
}

.mobile-nav ul, .mobile-menu-tab ul {
	margin: 0;
	padding:0;
}

.mobile-nav ul li {
	list-style-type: none;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.mobile-menu-tab {
	display: none;
	text-align: center;
	color: #FFF;
	background-color: #000;
}

.mobile-menu-tab li {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 10px 0;
}


@media only screen and (max-width : 1064px) {

	.wrapper-logo-menu {
		min-width: 988px; /* 988 */
	}
	
	.team-member-blank {
		display: none;
	}
	
	.our-team-inside {
		max-width: 786px;
	}
	
	.gallery {
		max-width: 504px;
	}
	
}

@media screen and (max-width: 720px), screen and (max-device-width: 720px) {

	div.banner-inside  hr {
		margin: 10px auto;
	}

	/*------------------------ MENU ------------------------*/

	.mobile-menu-tab {
		display: block;
	}
	
	.wrapper-logo-menu {
		width: 100%;
		max-height: 172px;
		min-width: 0;
		padding-bottom: 50px;
		clear: both;
	}	

	menu { display: none; }
	
	.logo-tmsj {
		float: none;
		margin: 0 auto;
	}
	

	
	
	/*------------------------ FOOTER ------------------------*/
	
	.footer-left, .footer-middle, .footer-middle, .footer-right, .footer-middle img {
		float: none;
		text-align: center;
	}
	
	.footer-left {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	
	.footer-right {
		max-width: 404px;
		margin: 0 auto;
	}
	
	.footer-right img {
		width: 100%;
	}
	
	/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
			width: 100%;
		}
		
		div.table {
    		width: 80%;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr, th {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		label {display: block !important;}
		td.blank {
			display: none !important;
		}
		td.blue {border: none !important;}

		caption {
			width: 100%;
			display: block;
		}

    tr {
     /* margin: 0 0 1rem 0;*/
    }
      
    tr:nth-child(odd) {
      background: #ccc;
    }
    
		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			/*padding-left: 50%;*/
		}

}

div.table {
	width: 100%; 
	max-width: 800px; 
	height: auto; 
	margin:0 auto; 
}
/*table style*/
table {
    border-collapse: collapse;
	border: none ;
}

input,select {
	padding: 8px 10px;
	text-align: center;
	outline: none !important;
	border: none;
}

input {width: 120px;}
.blue input {width: 140px;}

td {
	text-align: center;
}

th, .grey {
	background: #ddd;
}
.blue {
	color: #fff;
	background: #0270ba;
}
.price {font-weight: bold;}

