@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** Fonts **/

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
       url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.woff') format('woff'),
       url('../fonts/OpenSans.ttf') format('truetype'),
       url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/GothamBook.woff') format('woff'),
       url('../fonts/GothamBook.ttf') format('truetype'),
       url('../fonts/GothamBook.svg#GothamBook') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ufonts.com_gotham-book';
  src: url('../fonts/ufonts.com_gotham-book.eot');
  src: url('../fonts/ufonts.com_gotham-book.woff2') format('woff2'),
       url('../fonts/ufonts.com_gotham-book.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.eot');
  src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
       url('../fonts/OpenSans-Semibold.woff') format('woff'),
       url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
       url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg'),
       url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	color: #4b4b4b;
	font-size: 18px;
	font-family: 'OpenSans-Regular',sans-serif;
}

.navbar-brand {
	height: 85px;
	padding: 10px 15px;
	background: #ffffff;
}
.navbar-default {
	background-color: #fff;
	border:none;
	box-shadow: 0 03px 13px #f3f3f3;
}
.navbar-default .tmar-menu li {
	margin:20px 20px 0;
}
.navbar-default .tmar-menu li a {
	color:#424242;
	font-size: 16px;
	font-family: 'GothamBook';
	padding: 10px 0;
	position: relative;
  	overflow: hidden;
	display: block;
}

.navbar-default .tmar-menu li a.active-menu {
	border-bottom: 4px solid #238923;
	
}
.navbar-default .tmar-menu li a:hover {
	border-bottom: 4px solid #238923;
}
.navbar-default .tmar-menu li a.active-menu:hover {
	
}
.content-section {
	margin-top:85px;
}
.tmar-sec {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    align-items: center;
    -webkit-align-items: center;
}
.tmar-title {
	color:#2d2d2d;
	font-size: 28px;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 35px;
	font-family: 'GothamBook',sans-serif;
}
.tmar-title:after {
	position: absolute;
	content: '';
	width:34px;
	height: 2px;
	bottom:0px;
	left: 0;
	background: #238923;
}
.tmar-sec p {
	color:#4b4b4b;
	line-height: 36px;
}
.tmar-sec p strong {
	font-size: 17px;
	font-family: 'OpenSans-Semibold';
}
.bg-gray {
	background: #f5f5f5;
}
.paddingtb60 {
	padding:60px 0;
}
.paddingtb80 {padding:80px 0;}
.mt20 {margin-top:30px;}
.tmar-address .tmar-title:after, .tmar-shoe-section .tmar-title:after {
	right:0;
	margin: 0 auto;
}
.tmar-address .tmar-title {
	margin-bottom: 20px;
}
.loc-msg p {
	line-height: 36px;
}
.address-title {
	color:#3c3b3b;
	font-size: 18px;
	font-family: 'OpenSans-Semibold';
	line-height: 31px;
}
.contact-info {
	margin-top: 45px;
}
.tmar-address li {
	line-height: 31px;
}
.tmar-address address {
	max-width: 830px;
	margin: 85px auto 0;
	overflow: hidden;
}
.contact-info li a {
	color:#3c3b3b;
	padding-left: 30px;
	background: url(../images/contact-icon.png) no-repeat;
}
.contact-info li a.cont-no {
	background-position: -7px -2px;
}
.contact-info li a.cont-mail {
	background-position: -7px -32px;
	padding-left: 35px;
}
.contact-info li a.show-map {
	color: #238923;
	font-size: 16px;
	margin-top:8px;
	display: inline-block;
	background-position: -3px -60px;
}
.contact-info li a.cont-mail2 {
	background: transparent;
	padding-left: 10px;
	margin-left: 5px;
	border-left:1px solid #3c3b3b;
}
.padding0 {
	padding: 0;
}
.tmar-footer {
	background: #666666;
	padding: 18px;
	color:#ffffff;
	font-size: 14px;
	text-align: center;
}
.chennai-address {
	width:100%;
	height: 400px;
}
img {max-width: 100%;}
.page-url-link {
	border: 2px solid #238923;
	border-radius: 4px;
	padding: 10px 15px;
	color: #238923;
	font-family: 'OpenSans-Semibold';
	font-size: 17px;
	display: inline-block;
	margin-top:20px;
	transition: 0.3s;
}
.page-url-link:hover {
	background: #238923;
	color: #fff;
	text-decoration: none;
}
.page-url-link i {
	padding-left:6px;
}

.fancybox-close {
	background-image: url(../images/close.png);
    background-repeat: no-repeat;
	width:14px;
	height: 14px;
	top: 25px;
    right: 25px;
	background-size: 100%;
}
/** Shoes **/
.tmar-shoe-section {
	padding:50px 0 100px;
	
}
.shoe-art-no {
	font-size: 16px;
	color: #4B4B4B;
	text-align: right;
	display: block;
	background: #f4f4f4;
	padding: 15px;
}
.shoe-art-no strong {
	font-family: 'OpenSans-Semibold';
	padding-left:10px;
}
.view-more {
	text-align: center;
	display: block;
	font-size: 17px;
	color: #000;
	padding: 30px 0 20px;
	
}
.shoe-li {
	
	transition: 0.5s;
}
.shoe-li:hover {
	box-shadow: 1px 1px 20px -1px #d0d0d0;
}
.shoe-li:hover .fancybox-thumbs {
	margin-top:5px;
}
.shoe-li .fancybox-thumbs {
	margin:5px;
	background: #fff;
   cursor: pointer;
	text-decoration: none;
}
#fancybox-thumbs ul li.active {
	border: 1px solid #238823;
}
.fancybox-overlay {
	background: #181818;
}
.shoe-back-btn {
	float: right;
	margin-top: 35px;
}
.shoe-back-btn a {
	color: #4B4B4B;
	font-size: 16px;
}
.shoe-back-btn a i {
	padding-right:10px;
}
.shoe-back-btn a:hover {
	color: #238923;
}
#fancybox-thumbs ul li {
	margin-right: 10px;
}
.fancybox-skin {
	background: #f4f4f4;
	padding: 0 !important;
}
.fancybox-prev span {
	left:0;
}
.fancybox-prev span:hover {
	background-image: url(../images/left-h.png);
}
.fancybox-prev span, .fancybox-next span {
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:51px;
	height: 75px;
	visibility: visible;
	background-size: 100%;
}
.fancybox-next span {
	background-image: url(../images/right.png);
	right:0;
}
.fancybox-next span:hover {
	background-image: url(../images/right-h.png);
}
#fancybox-thumbs ul {
	left: 0 !important;
    right: 0;
    margin: 0 auto;
	text-align: center;
	width:100% !important;
}
#fancybox-thumbs.bottom {
	bottom: 10px;
}
#fancybox-thumbs ul li {
	float: none;
	display: inline-block;
	
}
.fancybox-inner {
	    pointer-events: none ;
}
.fancybox-nav {
	top:45%;
	width: 55px;
	height: 75px;
}
/** Media **/

@media (max-width:980px) {
	body {font-size:14px;}
	.tmar-sec {
		display: block;
		display: -webkit-block;
		padding:15px;
	}
	.tmar-title {padding:15px 0 10px;font-size: 20px;}
	.tmar-sec p {line-height: 24px;margin-bottom: 10px;}
	.sec-content {padding:30px 0;}
	.paddingtb60,.paddingtb80 {padding:0;}
	
	.tmar-address {padding:15px ;}
	.loc-msg p {line-height: 24px;}
	.tmar-sec p strong {font-size:14px;}
	.contact-info li a.show-map {font-size:14px;}
	.mt20 {margin-top:0;}
	
}
@media (max-width:767px) {
	.navbar-toggle {margin:25px 25px 0 0}
	.navbar-default .tmar-menu li {margin: 0 20px 0;}
	.contact-info {margin-top: 20px;}
	.tmar-address address {margin:35px 0;}
	.tmar-address address:last-child .address-title {padding-top:35px;}
	.navbar-default .tmar-menu li {text-align:center;}
	.navbar-default .tmar-menu li a {border-bottom:1px solid #e4e4e4;}
	.navbar-fixed-top {position:static;}
	.content-section {margin-top:10px;}
	.fancybox-close {top: 10px;right:10px}
	.fancybox-prev span, .fancybox-prev span:hover{background-image: url(../images/lf-small.png);background-size:100%;width:19px;height: 20px;left:10px;top: 55%;}
	.fancybox-next span, .fancybox-next span:hover{background-image: url(../images/right-small.png);background-size:100%;width:13px;height: 20px;right:10px;top: 55%;}
	#fancybox-thumbs.bottom {bottom: 15px;}
	
}
@media (width:768px) { 
	.tmar-address address {
		max-width: 675px;
	}
	.img-sec {text-align: center}
	.contact-info {padding-bottom:25px;}
	/*.tmar-title {
    font-size: 24px;
    padding-top: 50px;
}*/
	/*.text-center .tmar-title {padding-top:75px;}*/
}
@media (width:1024px) {  
	
	.tmar-title {font-size: 24px;}
	body {font-size:14px;}
	.tmar-sec p strong ,.contact-info li a.show-map{font-size:14px;}
	.tmar-sec p {line-height: 24px;margin-bottom: 10px;}
	/*.tmar-title {
    font-size: 24px;
    padding-top: 50px;
}*/
}
@media (width:320px) {
	.contact-info li a.cont-mail2 {
		border-left: none;
		background-position: -7px -32px !important;
	padding-left: 35px;
		margin-left: 0;
		background: url(../images/contact-icon.png) no-repeat;
	}
}