@font-face {
	font-family: 'ralewaybold';
	src: url('../fonts/raleway-bold-webfont.eot');
	src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/raleway-bold-webfont.woff2') format('woff2'),  url('../fonts/raleway-bold-webfont.woff') format('woff'),  url('../fonts/raleway-bold-webfont.ttf') format('truetype'),  url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewaylight';
	src: url('../fonts/raleway-light-webfont.eot');
	src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/raleway-light-webfont.woff2') format('woff2'),  url('../fonts/raleway-light-webfont.woff') format('woff'),  url('../fonts/raleway-light-webfont.ttf') format('truetype'),  url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewaythin';
	src: url('../fonts/raleway-thin-webfont.eot');
	src: url('../fonts/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/raleway-thin-webfont.woff2') format('woff2'),  url('../fonts/raleway-thin-webfont.woff') format('woff'),  url('../fonts/raleway-thin-webfont.ttf') format('truetype'),  url('../fonts/raleway-thin-webfont.svg#ralewaythin') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*---------------------------Reset Css------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: normal;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article, aside, details, fig, caption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	float: left;
	width: 100%;
	font-size: 13px;
	font-family: 'ralewaylight';
}
a {
	color: #878961;
	text-decoration: none;
	outline: none;
	transition: all linear 1.5s;
	-webkit-transition: all linear 1.5s;
	-moz-transition: all linear 1.5s;
	-o-transition: all linear 1.5s;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: #000;
}
h1 {
	font-size: 45px;
	line-height: 45px;
	color: #65696a;
	text-transform: uppercase;
	font-family: 'ralewaythin';
	padding-bottom: 30px;
}
h2 {
	font-size: 30px;
	line-height: 30px;
	color: #07080b;
	text-transform: uppercase;
	font-family: 'ralewaythin';
	padding-bottom: 30px;
}
h3 {
	font-size: 25px;
	line-height: 25px;
	color: #07080b;
	text-transform: uppercase;
	font-family: 'ralewaythin';
	padding-bottom: 30px;
}
h4 {
	font-size: 22px;
	line-height: 22px;
	color: #07080b;
	font-family: 'ralewaythin';
}
p {
	font-size: 16px;
	line-height: 26px;
	color: #6a6d70;
	padding-bottom: 10px;
}
a img {
	border: none;
	outline: none;
	text-decoration: none;
}
a:hover img {
	border: none;
	outline: none;
	text-decoration: none;
}
img {
	max-width: 100%;
}
input, select, textarea, button {
	vertical-align: middle;
	outline: none;
	border: none;
}
select {
	-webkit-appearance: inherit;
}
.noImage {
	background: url(../images/noimage.png) no-repeat center center #CCCCCC !important;
	color: #535353;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}
.noImage > img {
	visibility: hidden;
}
/********************************** Homepage Css**********************************/
header {
	float: left;
	width: 100%;
}
.logo {
	float: left;
	width: 100%;
	padding: 19px 0px 13px 0px;
}
.navbar {
	float: right;
}
.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	text-transform: uppercase;
	color: #7b7d80;
	border-bottom: 1px solid #fff;
	padding: 41px 0px 40px 0px;
}
.navbar-default .navbar-nav > li > a:hover {
	border-bottom: 1px solid #000;
	color: #000;
}
.navbar-nav > li {
	padding: 0px 13px;
}
.container-fluid.noPadding{ padding:0;}
.menutext {
	display: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none;
	color: #000000;
	border-bottom: 1px solid #000;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-nav > li:last-child {
	padding: 0px 0px 0px 15px;
}
.videosection iframe {
	width: 100%;
}
.videosection img {
	float: left;
	width: 100%;
	visibility: hidden;
}
.videosection {
	float: left;
	width: 100%;
	position: relative;
}
.videosection video {
	float: left;
	width: 100%;
}
.videotext {
	position: absolute;
	bottom: 75px;
	left: 0px;
	float: left;
	width: 100%;
}
.textinner {
	float: left;
	width: 100%;
	background: url(../images/backgroundvideo.png) top left repeat;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	padding: 25px 0px;
}
.textinner p {
	font-size: 21px;
	line-height: 21px;
	color: #fff;
	margin-top: 5px;
	padding-bottom: 0px;
}
.textinner h1 {
	font-size: 70px;
	font-family: 'ralewaythin';
	margin-top: 15px;
	text-transform: none;
	color: #fff;
	line-height: 70px;
	padding-bottom: 0px;
}
.innergreenarrow {
	float: left;
	width: 100%;
	background: #fff;
	border: 20px solid #878961;
	padding: 30px 20px;
	margin-bottom: 20px;
	position: relative;
	margin-top: 65px;
}
.innergreenarrow:before {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #878961;
	position: absolute;
	bottom: -38px;
	left: 50%;
	content: "";
	margin-left: -18px;
}
.innergreenarrow p {
	color: #6a6d70;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 0px;
}
.contentarea {
	background: #f1f1f1;
	float: left;
	width: 100%;
}
.modeltown {
	float: left;
	width: 100%;
	text-align: center;
	margin: 75px 0px 0px 0px;
}
.modeltown h2 {
	font-size: 45px;
	line-height: 45px;
	color: #000000;
	font-family: 'ralewaythin';
	padding-bottom: 0px;
}
.blogpost h2 {
	padding-bottom: 0px;
}
.modeltown small {
	font-size: 13px;
	text-align: center;
	font-size: 13px;
	color: #878961;
	line-height: 30px;
	float: left;
	width: 100%;
	margin: 25px 0px 30px 0px;
}
.modeltown small a {
	text-transform: uppercase;
	font-family: 'ralewaybold';
	font-size: 13px;
	color: #878961;
	padding: 0px 20px;
	border-left: 1px solid #878961;
	border-right: 1px solid #878961;
	line-height: 30px;
	display: inline-block;
}
.modeltown small a:hover {
	color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.modeltown article figure {
	cursor: pointer;
}
.modeltown article figure img {
	border: 20px solid #e5e5e5;
	transition: all ease-in-out 2s;
	-webkit-transition: all ease-in-out 2s;
	-moz-transition: all ease-in-out 2s;
	-o-transition: all ease-in-out 2s;
}
.modeltown article figure figcaption {
	font-size: 17px;
	color: #939598;
	font-family: 'ralewaybold';
	font-weight: normal;
	margin-top: 15px;
	transition: all ease-in-out 2s;
	-webkit-transition: all ease-in-out 2s;
	-moz-transition: all ease-in-out 2s;
	text-transform:uppercase;
	-o-transition: all ease-in-out 2s;
	float:left; 
	width:100%; 
	
}
.modeltown article {
	padding-bottom: 85px;
	border-bottom: 1px solid #d8d8d8;
}
.modeltown article figure:hover img {
	border: 20px solid #212121;
}
.modeltown article figure:hover figcaption {
	color: #212121;
}
.blogpost {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 95px;
}
.blogpost h2 {
	font-size: 45px;
	line-height: 45px;
	color: #000000;
	font-family: 'ralewaythin';
	text-transform: uppercase;
}
.blogpost small {
	font-size: 13px;
	text-align: center;
	font-size: 13px;
	color: #878961;
	line-height: 30px;
	float: left;
	width: 100%;
	margin: 25px 0px 50px 0px;
}
.blogpost small a {
	text-transform: uppercase;
	font-family: 'ralewaybold';
	font-size: 13px;
	color: #878961;
	padding: 0px 20px;
	border-left: 1px solid #878961;
	border-right: 1px solid #878961;
	line-height: 30px;
	display: inline-block;
}
.blogpost small a:hover {
	color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.blogsection {
	float: left;
	width: 100%;
}
.blogsection figure img {
	border: 40px solid #fff;
	float: left;
	//width: 100%;
}
.blogpost .blogsection aside {
	text-align: left;
}
.blogpost .blogsection aside time {
	width: 165px;
	float: left;
	line-height: 33px;
	font-size: 14px;
	color: #828488;
	border-bottom: 1px solid #d5d5d6;
	border-top: 1px solid #d5d5d6;
	margin-top: 15px;
}
.blogpost .blogsection aside h2 {
	float: left;
	font-size: 40px;
	width: 100%;
	line-height: 40px;
	margin-top: 45px;
	text-transform: none;
	margin-bottom: 40px;
	padding-bottom: 0px;
}
.blogpost .blogsection aside p {
	font-size: 16px;
	line-height: 26px;
	color: #828488;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.readmore {
	text-transform: uppercase;
	font-family: 'ralewaybold';
	font-size: 13px;
	color: #878961;
	padding: 0px 20px;
	border-left: 1px solid #878961;
	border-right: 1px solid #878961;
	line-height: 30px;
	float: left;
	margin-top: 35px;
}
.readmore:hover {
	color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.blogsection {
	margin-bottom: 100px;
}
footer {
	float: left;
	width: 100%;
	background: #000000;
	padding: 96px 0px 80px 0px;
	text-align: center;
}
footer h6 {
	font-size: 17px;
	color: #515151;
	font-family: 'ralewaybold';
	text-transform: uppercase;
}
.socialmenu {
	float: left;
	width: 100%;
	margin-top: 35px;
}
.socialmenu li {
	font-size: 36px;
	display: inline-block;
}
.socialmenu li a {
	padding: 0px 20px;
	color: #878961;
}
.socialmenu li a:hover {
	opacity: 0.5;
}
.footermenu {
	float: left;
	width: 100%;
	margin-top: 45px;
	margin-bottom: 50px;
}
.footermenu li {
	font-size: 15px;
	display: inline-block;
	padding: 0px 25px;
}
.footermenu li a {
	color: #6c6c6c;
}
.footermenu li a:hover {
	color: #fff;
}
.footermenu li.active a {
	color: #fff;
}
footer p {
	font-size: 12px;
	color: #4c4c4d;
	float: left;
	width: 100%;
	padding-bottom: 0px;
}
.caret {
	display: none;
}
.dropdown-menu {
	left: 15px;
	background: #000000;
	width: 250px;
	padding: 0px;
}
.dropdown-menu > li > a {
	color: #afafaf;
	padding: 15px 20px;
	text-shadow: 0px;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
}
.dropdown-menu > li:last-child > a {
	border-width: 0px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: none;
	color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: none;
	color: #000;
}.carousel-inner > .item > img, .carousel-inner > .item > a > img{ width:100%;}
.heading {
	float: left;
	width: 100%;
	background: #e5e5e5;
	text-align: center;
}
.headingname {
	float: left;
	width: 100%;
	background: #e5e5e5;
	text-align: center;
	font-size: 45px;
	line-height: 50px;
	color: #000;
	font-family: 'ralewaythin';
	text-transform: uppercase;
	padding: 35px 0px;
}
.content1 {
	float: left;
	width: 100%;
	background: #f1f1f1;
	padding: 100px 0px;
}
.highlighted {
	color: #636363;
	font-size: 18px;
	line-height: 27px;
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #d8d8d8;
	margin-top: -5px;
	float: left;
	width: 100%;
}
.content1 figure {
	margin-left:125px; 
	padding-left:0px;
}
.content1 figure img {
	border: 20px solid #e5e5e5;
}
.contenttwo {
	float: left;
	width: 100%;
	padding: 100px 0px 90px 0px;
}
.contenttwo h5 {
	font-size: 20px;
	color: #07080b;
	margin-top: 27px;
	margin-bottom: 15px;
}
.contentdummy {
	float: left;
	width: 100%;
	background: #f1f1f1;
	padding: 100px 0px 87px 0px;
}
.contentdummy h4 {
	padding-bottom: 45px;
}
ul.list01  {
	margin-top: 20px;
}
ul.list01  li {
	color: #6a6d70;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	padding-left: 22px;
	background: url(../images/circlelisting.png) left 9px no-repeat;
}
ul.list01  li a {
	color: #6a6d70;
}
ul.list01  li a:hover {
	color: #000000;
}
ul.list02  {
	margin-top: 20px;
}
ul.list02  li {
	color: #6a6d70;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	padding-left: 22px;
	background: url(../images/arrowlisting.png) left 9px no-repeat;
}
 ul.list02 li a {
	color: #6a6d70;
}
ul.list02  li a:hover {
	color: #000000;
}
.contentdummy hr {
	border-color: #d8d8d8;
	margin-top: 50px;
	margin-bottom: 45px;
}
.contactarea {
	float: left;
	width: 100%;
	padding: 45px 0px 100px 0px;
}
.contactarea p.contacttext {
	padding-bottom: 45px;
	margin-top: 0px;
}
.contactarea h2 {
	padding-bottom: 0px; color:#000;
}
.contactarea h4 {
	padding-bottom: 0px;
	padding-top: 45px;
	font-family: 'ralewaylight'; color:#333333;
}
.contactarea p {
	margin-top: 22px;
	padding-bottom: 0px;
}
.contactarea a {
	font-size: 16px;
	color: #878961;
	font-family: 'ralewaybold';
	text-decoration: underline;
}
.contactarea a:hover {
	color: #000;
}
.contactarea span {
	color: #6a6d70;
	margin-top: 10px;
	font-size: 16px;
	line-height: 26px;
	float: left;
	width: 100%;
}
.contactarea form {
	background: #f9f9f9;
	padding: 45px 30px 50px 30px;
}
.contactarea form .thead {
	font-size: 30px;
	line-height: 30px;
	color: #434343;
		margin-bottom: 25px;
}
.alert {
	background: #878961;
	font-size: 14px;
	color: #fff;
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	margin-bottom: 30px;
}
.contactarea form input[type="text"] {
	font-size: 16px;
	color: #565656;
	border-radius: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #e0e0e0;
	height: 50px;
}
.contactarea form select {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	color: #565656;
	padding-left: 10px;
}
.form-group {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.contactarea form textarea {
	font-size: 16px;
	color: #565656;
	border-radius: 0px;
	border: 1px solid #e0e0e0;
	resize: none;
}
.contactarea .yellowbttn {
	font-size: 13px;
	color: #fff;
	font-family: 'ralewaybold';
	background: #878961;
	text-transform: uppercase;
	line-height: 50px;
	padding: 0px 20px;
	margin-top: 10px;
}
.contactarea .yellowbttn:hover {
	background: #000;
}
.blogdetail figure {
    margin-bottom: 45px;
    margin-right: 125px;
    width: 555px;
}
.blogdetail figure img {
	border: 40px solid #fff;
	float: left;
	width: 100%;
}
.blogdetail article time {
    border-bottom: 1px solid #d5d5d6;
    border-top: 1px solid #d5d5d6;
    color: #828488;
    display: inline-block;
    font-size: 14px;
    line-height: 33px;
    margin-top: 15px;
    width: 165px;
}
.blogdetail article h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    margin-top: 45px;
    padding-bottom: 0;
    text-transform: none;
    width: 100%;
}
.blogdetail article p {
	
	width: 100%;
}
.blogdetail .media-left {
	padding-right: 0px;
	margin-right: 125px;
}
.blogdetail ul {
	margin-top: 38px;
}
.blogdetail ul li {
	color: #6a6d70;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	padding-left: 22px;
	background: url(../images/circlelisting.png) left 9px no-repeat;
}
.blogdetail ul.arrowlisting li {
	background: url(../images/arrowlisting.png) left 9px no-repeat;
}
.blogdetail {
	padding: 100px 0px 100px 0px;
	float: left;
	width: 100%;
}
hr {
	border-color: #d8d8d8;
}
.paginationdesign {
	float: left;
	width: 100%;
	margin-top: 50px;
	
}
.pagination {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.pagination > li > a, .pagination > li > span {
	font-family: 'ralewaybold';
	color: #939598;
	background: #e5e5e5;
	border: 0px;
	border-right: 1px solid #fff;
	margin-left: 0px;
	padding: 0px 22px;
	line-height: 50px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #000;
	background: #e5e5e5;
	border: 0px;
	border-right: 1px solid #fff;
}
.pagination > li {
	display: inline;
	float: left;
	line-height: 50px;
}
.pagination > li .fa {
	line-height: 50px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 0px;
	background: #000;
	color: #fff;
	border-right: 1px solid #fff;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0px;
	background: #000;
	color: #fff;
	border-right: 0px solid #fff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	border-color: #fff;
	color: #000;
	background: #e5e5e5;
}
.blogpost hr {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.bloglisting {
	padding-bottom: 94px;
	margin-top: 100px;
}
.blogsectionlast {
	margin-bottom: 50px;
}
.blogsection figure span {
	float: left;
	width:100%;
}
.bloglisting .media-left  {
	margin-right:125px;
	padding-right:0px;
}
.bloglisting .media-right  {
	margin-left:125px;
	padding-left:0px;
}
.bloglisting .media {
	margin-top:0px;
}
.contactarea .alert  span {
	 font-size: 25px;
    line-height: 26px;
    margin-top: 9px;
	color:#fff;
}
.alert-dismissable .close, .alert-dismissible .close {
    opacity: 1;
    right: -21px;
    top: -15px;
}
.fancyinner {
	 margin-left: -10px;
    margin-right: -10px;
}

.fancyinner li a { 
margin-bottom:20px; 
float:left; 
width:100%; 
text-align:center; 
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
} 
.tab-pane {
	background:#f9f9f9; 
	float:left; width:100%; 
	border:1px solid #e0e0e0; 
	margin-top:-1px; 
	padding:42px 0px 30px 0px; 
}
.tabsection {
	background:#f1f1f1;
	float:left; width:100%; 
	padding:100px 0px;
}
.nav-tabs > li {
	background:#ffffff; 
	border-bottom:1px solid #e0e0e0;

}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background:#f9f9f9; outline:none;
	 
	
	
}.nav-tabs > li > a  {padding:20px 18px;text-transform:uppercase;font-size:13px;color:#999999;  }
.nav-tabs > li > a {
	border-right:0px; 
	font-size:13px;
	border-radius:0px;
		font-family: 'ralewaybold';
		color:#828488;
			margin-right:0px; 
			border-top:1px solid #e0e0e0;
			
	border-right:1px solid #e0e0e0;
} .nav-tabs > li:first-child a{border-left:1px solid #e0e0e0;}
.nav-tabs > li.active {
		border-bottom:1px solid #f9f9f9;
}
.nav-tabs {
	border-bottom:0px; 
}


/*************************  Suman start *******************************/

.fancyinner  {
	margin-top:35px;
}


.tabsection hr {
	 border-color:#d8d8d8;
	 float:left; 
	 width:100%;
	 margin-top:50px; 
	 margin-bottom:0px; 
}
.modellistings {
	float:left; 
	width:100%; 
	background:#f1f1f1; padding-bottom:50px;
}

.modelnav {
	float:left; 
	width:100%; 
	display:inline-block;
	text-align:center;
	margin:50px 0px;  
}
.modelnav li { 
display:inline-block; 
padding:0px 40px; 
}

.modelnav li a  {  
font-size:12px;
color:#939598;  
font-family: 'ralewaybold';
text-transform:uppercase; 
letter-spacing:1px;

}.modelnav li a:focus{ text-decoration:none;}

.modelnav li a:hover   {   
 color:#212121;text-decoration:none;
}
.modelnav li.active a {
    color: #212121;
    text-decoration: none;
}

.modelnav li.active a{ color:#212121;}




/*************************  Suman end *******************************/














/*nitika*/

/*influencer start*/
.table.influencers { float:left; margin-top:14px;}
.table.influencers > tbody > tr > td{  border-top:none; text-transform:uppercase;    font-family: 'ralewayregular'; font-size:16px; color:#828488; padding:14px 0 12px; }
.table.influencers > tbody > tr{border-bottom:1px solid #d5d5d6;}
.table.influencers > tbody > tr.last{ border-bottom:none;}
.table.influencers > tbody > tr > td span{ color:#000000; text-transform:lowercase;}
.influencerGallery ul li{ list-style:none; text-decoration:none; background:none !important; }
.influencerGallery  ul{ margin-top:100px;}
.influencerBlock { float:left; width:100%;    padding: 100px 0 97px;
}
.influencerGallery li a img{  border: 20px solid #e5e5e5;
    transition: all 2s ease-in-out 0s; width:auto; max-width:100%;  }
	.influencerGallery   li a:hover img{ border: 20px solid #212121;}
.influencerBlock article h2 {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    margin-top: 45px;
    padding-bottom: 0;
    text-transform: none;
    width: 100%;
}
.influencerBlock article p {
    float: left;
    width: 100%;
}
.influencerBlock .media-left {
    margin-right: 125px;
    padding-right: 0;
}

.influencerBlock figure img {
    border: 40px solid #fff;
    float: left;
    max-width: 100%;
}


figcaption.socialIcons ul{ float:left; width:100%; margin-top:21px;  min-height: 45px;}
figcaption.socialIcons ul li{ text-align:center; float:left; color:#212121; margin-bottom:0; margin-top:0;}
figcaption.socialIcons ul li a{ width:100%; float:left;}
figcaption.socialIcons ul li span{ color:#212121; font-size:14px; margin-top:10px; display:inline-block;}
figcaption.socialIcons ul li a i{ color:#212121;}
figcaption.socialIcons ul li a:hover i{ opacity:0.8;}
.download i{ padding-right:5px;}
small.followers{ color:#939598; font-size:12px; text-align:center;font-family: 'ralewaybold'; padding-bottom:0; width:100%; float:left; text-transform:uppercase;}
.influencerModels{ padding:48px 0 50px; float:left; width:100%;}
.influencerModels ul li figure img{ border:20px solid #e5e5e5; max-width:100%; transition:all 2s ease-in-out 0s; }
p.modelName{ text-align:center; width:100%; color:#939598;font-family: 'ralewaybold'; padding-bottom:12px; border-bottom:1px solid #d8d8d8;   transition: all 2s ease-in-out 0s; }
.influencerModels figcaption.socialIcons {
    float: left;
    padding-top:12px;
    width: 100%;
}

.influencerModels ul li{ margin-bottom:50px;  margin-top:21px;}
.influencerModels figcaption.socialIcons {
    float: left;
    padding-top: 14px;
    width: 100%;
}
.influencerModels .paginationdesign{ border-top:1px solid #d8d8d8;} 
.influencerModels ul{ float:left; width:100%; margin-top:26px;}

.influencerModels .paginationdesign{ margin-top:0; padding-top:9px;}

/*modeldetail start*/


.modelDetail{ float:left; width:100%; padding:0;}
.modellistings .modeltown{ margin-top:0;}
.modellistings .modeltown article{ border:none; padding-bottom:50px;}
.influencerModels ul li figure:hover img{
    border: 20px solid #212121;
}
.influencerModels ul li figure:hover figcaption p.modelName {
    color: #212121;
}
.map{ float:left; width:100%; }
.contactarea address{ margin-top:0px; float:left;}
address h4{ padding-top:28px !important;}
.tableBody a.readmore{ margin-top:8px;}
/*nitika*/



@media screen and (min-width:0\0) {
.influencerBlock .media-left{ max-width:555px;}

 }
 @media all and (-ms-high-contrast:none) {
.influencerBlock .media-left{ max-width:555px;}
}
@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
.influencerBlock .media-left{ max-width:555px;}

}


table.influencers tr:last-child {
    border: medium none;
}
.iconYoutube a {
position:relative; 
}
.iconYoutube a:before { 
 position:absolute; 
 left:50%; 
 top:50%; 
  content:"";
  margin-left:-27.5px;
  margin-top:-20px; 
  height:40px; 
  width:57px; 
  background: url(../images/youtubeicon.png) left top no-repeat;
}
.imagecover {
   float: left;
    min-height: 460px;
    text-align: center;
    width: 100%;
}
.imagecover img  { 
display:inline-block; 
}
.tabimageheight {
min-height:274px; 
}
