@font-face { font-family: 'Poppins-Regular'; src: url('fonts/Poppins-Regular.ttf'); }
@font-face { font-family: 'Poppins-SemiBold'; src: url('fonts/Poppins-SemiBold.ttf'); }
@font-face { font-family: 'Poppins-Bold'; src: url('fonts/Poppins-Bold.ttf'); }
@font-face { font-family: 'Poppins-ExtraBold'; src: url('fonts/Poppins-ExtraBold.otf'); }
@font-face { font-family: 'Arvo-Bold'; src: url('fonts/Arvo-Bold.ttf'); }
@font-face { font-family: 'PT-Sans-Bold'; src: url('fonts/PT-Sans-Bold.ttf'); }


* {
    margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	background-color: #f7f7f7;
	font-size: 62.5%;
    font-family: 'Poppins-Regular', Helvetica, sans-serif;
    font-weight: 400;
	color: #4e4e4e;
}
a {
	color: inherit;
}
a img {
	border: none;
}
table {
	border-collapse: collapse;
	border: 0;
}
.nowrap {
    white-space: nowrap;
}
.h1, .h2, .h3 .h4 {
	font-family: 'Poppins-Bold', sans-serif;
	font-style: bold;
}

.section1 {
	background: #ffffff url(images/bg-with-model.jpg) no-repeat;
	background-size: cover;
	min-height: 634px;
	overflow-y: hidden;
	background-position: center;

}
.section2 {
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	min-height: 336px;
}
.container {
	width: 100%;
	max-width: 1176px;
	min-width: 1176px; /*remove this when supporting reponsiveness feature */
	margin: 0 auto;
	position: relative;
}
.container:before, .container:after, .section1:before, .section1:after, .section2:before, .section2:after, .menu-bar:before, .menu-bar:after, .menu:before, .menu:after {
	display: table;
	content: "";
}
.container:after, .section1:after, .section2:after, .menu-bar:after, .menu:after {
	clear:both;
}
.menu-bar {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 10;
	margin-top: 30px;
}
ul.menu {
	display: inline-block;
	float: right;
	width: 52%;
	background-color: #494949;
	border-radius: 35px;
	border: 2px solid #ffffff;
	height: 70px;
	padding-left: 67px;
}
.menu li {
	display: inline;
}
.menu a {
	font: 16px 'PT-Sans-Bold', serif;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	letter-spacing: .5px;
	margin: 0 25px;
	padding: 23px 0;
	display: inline-block;
}
.menu a:hover {
	text-shadow: 0.5px 0.866px 17px rgba(3,3,3,.8);
}
.best-seller {
	display: inline-block;
	float: left;
	padding: 10px 0;
}
.product-bg {
	position: absolute;
	right: -40px;
	top: -109px;
}

.container.s1-c{ 
	position: relative;
    left: 460px;
    top: 43px;
    min-height: 634px;
  }

.ct-content {
    width: 1022px;
    padding-left: 489px;
    position: relative;
    z-index: 5;
    margin-left: -288px;
}
.ct-content h2 {
	color: #4e4e4e;
	font: 28px 'Poppins-Regular', sans-serif;
	padding: 35px 0 30px 0;
	text-transform: uppercase;
}
.ct-content p {
	font: 18px 'Poppins-Regular', sans-serif;
	color: #4e4e4e;
	line-height: 1.25em;
}
.ct-content p strong {
	font-family: 'Poppins-ExtraBold', sans-serif
}
.s1-cell {
	position: absolute;
	top: -273px;
    left: -407px;
}
.top-models {
	position: absolute;
	bottom: 0;
	left: -166px;
}
table.country-contact {
	margin: 0 auto;
	background: #e5e5e5;
}
.country-contact td {
	font: 20px 'Poppins-SemiBold', sans-serif;
	color: #555555;
	line-height: 2.25em;
}
.country-contact td img {
	vertical-align: middle;
	padding: 0 16px 0 22px;
	box-sizing: content-box;
	width: 45px;
}
td.tel {
	text-align: left;
	padding-left: 40px;
	padding-right: 25px;
}
td.mid-gap {
	width: 42px;
	background-color: #ffffff;
}
.country-contact tr:nth-child(even) {
    background-color: #d6d6d6;
}
.section2 h4 {
	font: 20px 'Poppins-Bold', sans-serif;
	text-align: center;
	color: #555555;
	text-transform: uppercase;
	padding: 30px 0 25px 0;
}
.akg {
	font: 16px 'Poppins-Regular',	 sans-serif;
	color: #555555;
    margin-top: 12px;
    text-align: center;
}


.footer {
	background-color: #f7f7f7;
	text-align: center;
	font: 15px Arial, sans-serif;
	color: #000000;
	line-height: 1.5em;
	padding: 30px 0 40px 0;
}


.copyright { margin: 0px; }
.modal-content { width: 734px; }
.modal-body { padding-left: 25px; }
.modal-body tbody tr > td { border: none; }
#pageModal {
    max-width: 750px;
    margin: 1.75rem auto 0;
    margin-bottom: 30px;
}
#pageModal .modal-dialog {
    max-width: 750px;
    margin-top: 0;
    margin-bottom: 0;
}