@charset "utf-8";

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, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, 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;
	outline: 0;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.placeholder {
	color: #999;
}
::-webkit-input-placeholder {
 color: #999;
}
:-moz-placeholder {
 color: #999;
}
.p_div {
    /*border: solid #fff thin;*/
    margin: 0 0 30px 0;
}
.gif_logo {
	width: 240px;
	padding: 0 35px;
	margin: 0 0 0 50px;
	display: block;
}
.logo {
	width: 240px;
	padding: 0;
	margin: 0 0 0 50px;
	display: block;
}
.xs_logo {
	position: absolute;
	z-index: 9999;
	margin: 4px 0 0 0;
	width: auto;
	float: left;
}
.xs_logo img {
	width: 210px;
	margin: 0 0 0 20px;
}
.banner {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.banner_side {
	width: 550px;
	float: left;
	height: auto;
	position: absolute;
	top: 120px;
	z-index: 999;
	padding: 0 0 0 20px;
}
.banner_top {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 999;
}
.banner_top_img {
	width: 100%;
	opacity: 0.9;
}
.banner_top h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	width: 100%;
	margin: 15px 0;
	padding: 0;
}
.banner_top h4 {
	font-family: 'Text Me One', sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 100%;
	height: 75px;
	line-height: 25px;
	margin: 15px 0;
	padding: 0;
	overflow: hidden;
}
.welcome {
	width: 100%;
	height: auto;
	background: url(../images/dot.png) repeat top left;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0;
}
.welcome h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	width: 100%;
	margin: 15px 0;
	padding: 0;
	text-align: center;
}
.welcome h4 {
	font-family: 'Text Me One', sans-serif;
	font-size: 15px;
	color: #333333;
	width: 100%;
	line-height: 25px;
	margin: 15px 0;
	padding: 0;
	text-align: center;
}
.social {
	width: 230px;
	margin: 10px 0 10px 55px;
	display: block;
	text-align: center;
	padding: 0;
}
.trs2 {
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.twt:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.notification_btn {
	background: url(../images/notification_btn.png) no-repeat right;
	height: 130px;
	width: 42px;
	display: block;
	position: fixed;
	z-index: 99999;
	bottom: 100px;
	right: 0;
}
.notification_xs_btn {
    position: fixed;
    z-index: 99999;
    bottom: 100px;
    right: 0;
    width: 100px;
}
.notification_xs_btn ul {
	padding: 0px;
	-webkit-transform: translate(66px, 0);
	-moz-transform: translate(66px, 0);
	-ms-transform: translate(66px, 0);
	-o-transform: translate(66px, 0);
	transform: translate(66px, 0);
}
.notification_xs_btn ul li {
	display: block;
	margin: 1px;
	background: rgba(0, 0, 0, 0);
	width: 300px;
	text-align: left;
	padding: 1px;
	-webkit-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.notification_xs_btn ul li a {
	color: #333;
	text-decoration: none;
}
.notification_xs_btn ul li:hover {
	-webkit-transform: translate(-100px, 0);
	-moz-transform: translate(-100px, 0);
	-ms-transform: translate(-100px, 0);
	-o-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
	background-color: #f8f8f8;
	background-position: 255;
}
.notification_xs_btn ul li:hover a {
	color: #000;
}
.notification_xs_btn ul li:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.notification_xs_btn ul li img {
	margin-right: 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
/*****************************button*****************************/
.set_8_button4 {
	display: block;
	font-weight: 400;
	padding: 0px 25px;
	line-height: 35px;
	text-decoration: none;
	margin: 0;
	width: 150px;
	cursor: pointer;
	text-align: center;
	transition: background 300ms;
	float: right;
}
.set_8_button4.outline {
	font-family: 'Text Me One', sans-serif;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.set_8_button4.outline:before, .set_8_button4.outline:after, .set_8_button4.outline .lines:before, .set_8_button4.outline .lines:after {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 300ms;
	width: 100%;
}
.set_8_button4.outline:before {
	bottom: 0;
	top: auto;
}
.set_8_button4.outline .lines {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.set_8_button4.outline .lines:before, .set_8_button4.outline .lines:after {
	height: 100%;
	width: 1px;
}
.set_8_button4.outline .lines:after {
	left: auto;
	right: 0;
}
.set_8_button4:hover:before {
	transform: translateX(-100%);
}
.set_8_button4:hover:after {
	transform: translateX(100.1%);
}
.set_8_button4:hover .lines:before {
	transform: translateY(-100%);
}
.set_8_button4:hover .lines:after {
	transform: translateY(100%);
}
/*****************************Media*****************************/

.media {
	float: left;
	width: 100%;
	height: auto;
	min-height: 250px;
	padding: 60px 0;
	margin: 0;
	background: url(../images/media.jpg) no-repeat fixed center center;
	background-size: cover;
}
.media_frame {
	border: 1px solid #fff;
	margin: 0 auto;
	display: block;
	float: none;
}
/*****************************home_news*****************************/
.hm_news {
	float: left;
	width: 100%;
	height: auto;
	min-height: 550px;
	padding: 0px;
	background: url(../images/hm_news_bg.jpg) no-repeat fixed center center;
	background-size: cover;
}
.hm_news h2 {
	font-family: 'Text Me One', sans-serif;
	font-size: 30px;
	line-height: normal;
	color: #FFFFFF;
	margin: 40px 0 0 0;
	padding: 0px;
	text-align: center;
}
/*****************************hm_footer*****************************/
.hm_footer {
	float: left;
	width: 100%;
	height: auto;
	min-height: 171px;
	padding: 0px;
	background: url(../images/footer.png) no-repeat center center;
	margin-top: -171px
}
.hm_footer h4 {
	font-family: 'Text Me One', sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #fff;
	margin: 100px 0 0 0;
	padding: 0 0 0 40px;
	text-align: left;
}
.hm_footer h4 a{
	color:#FFF;
	text-decoration: none;
}
.hm_footer h4 a:hover{
	color:#2492bf;
}
.copyright {
	width: 100%;
	height: auto;
	float: left;
	background: #222121;
	padding: 15px 0;
}
.copyright h4 {
	width: 100%;
	font-family: 'Text Me One', sans-serif;
	font-size: 14px;
	float: left;
	text-align: center;
	color: #fff;
	margin: 10px 0;
	line-height: 24px;
}
.copyright h4 a {
	color: #fff;
	outline: medium none;
	text-decoration: none;
}
.copyright h4 a:hover {
	color: #2492bf;
	text-decoration: none;
}
/*****************************inner_banner*****************************/
.inner_banner {
	max-width: 100%;
	height: auto;
	display: block;
	border-bottom: 2px solid #FFF;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 90;
}
.inner_banner img {
	width: 100%;
}
.breadcrumb {
	float: right;
	width: auto;
	margin: 0;
	padding: 14px 0;
	background: none;
}
.breadcrumb li {
	color: #fff;
}
.breadcrumb li a {
	color: #fff;
}
.breadcrumb li a:hover {
	color: #b9ebff;
	background:none;
	text-decoration: none;
}
.inner_heading {
	background: #2492BF;
	padding: 10px 0;
	margin: 0 0 40px 0;
	border-bottom: #03425c solid 10px;
}
.inner_heading h2 {
	float: left;
	font-family: 'Text Me One', sans-serif;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	margin: 0;
	padding: 9px 0 0 0;
	text-align: left;
}
/*****************************about*****************************/
.about {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/dot.png) repeat top left;
}
.about h4 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: justify;
	word-wrap: break-word;
}
.about_img {
	width: 500px;
	float: left;
	border: #FFF solid 2px;
	margin: 0 10px 0 0;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}
.about h4 p {
	margin: 0 0 10px 0;
}
.about h4 ul {
	width: 100%;
	float: left;
	padding: 0 0 0 15px;
}
.about h4 ul li {
	margin: 0 0 10px 0;
}
.about h5 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	word-wrap: break-word;
}
/*****************************Our Shops*****************************/
.shops {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/dot.png) repeat top left;
}
.shops_box {
	width:100%;
	float:left;
	margin: 0 0 30px 0;
	padding:4px;
	background: #fff;
	border: #CCC solid thin;
}
.shops h3 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	color: #333333;
	margin: 0 0 5px 10px;
	padding: 0;
	text-align: left;
	word-wrap: break-word;
}
.shops h4 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #333333;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
	word-wrap: break-word;
}
/*****************************collections*****************************/
.collections {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/dot.png) repeat top left;
}
/*****************************Segments*****************************/
.Segments {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/dot.png) repeat top left;
}
.Segments_box {
	width:100%;
	float:left;
	margin: 0 0 30px 0;
	padding:4px;
	background: #fff;
	border: #CCC solid thin;
}
.Segments h3 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	color: #333333;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	word-wrap: break-word;
}
.Segments h4 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #333;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	word-wrap: break-word;
}
.Segments h4 span{
    font-size: 15px;
	font-weight: 300;
}
.Segments h5 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #333333;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	word-wrap: break-word;
	text-transform: uppercase;
}
/*****************************embroidery*****************************/
.embroidery {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/dot.png) repeat top left;
}
.embroidery h4 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: justify;
	word-wrap: break-word;
}
.embroidery_img {
	width: 500px;
	float: left;
	border: #FFF solid 2px;
	margin: 0 10px 0 0;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}
.embroidery h4 p {
	margin: 0 0 10px 0;
}
.embroidery h4 ul {
	width: 100%;
	float: left;
	padding: 0 0 0 15px;
}
.embroidery h4 ul li {
	margin: 0 0 10px 0;
}
.embroidery h5 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	word-wrap: break-word;
}
/*****************************careers*****************************/
.careers {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/dot.png) repeat top left;
}
.job_post_box {
	padding-bottom: 30px;
}
.job_post_box h3 {
	float: left;
	clear: both;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #e4e4e4;
	padding: 8px 15px;
	font-weight: 400;
	margin: 0;
	position: relative;
	background: #03425c;
	text-transform: uppercase;
	word-wrap: break-word;
}
.job_post {
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 10px 0;
	min-height: 200px;
	border: 1px solid #ccc;
}
.job_post ul {
	float: left;
	clear: both;
	width: 100%;
	padding: 0 !important;
}
.job_post ul li {
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 2px;
	border-bottom: 1px dotted #9d9d9d;
	font-size: 15px;
	color: #4c4c4c;
	list-style: none;
}
.job_post_left {
	width:49%;
	float: left;
	font-weight: 400;
	font-size: 14px;
	word-wrap: break-word;
}
.job_post_right {
	width:49%;
	float: right;
	font-size: 15px;
	word-wrap: break-word;
}
.job_post_btn {
	font-family: 'Roboto Condensed', sans-serif;
	float: right;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding: 5px 15px 5px 30px;
	position: relative;
	background: url(../images/career-button.png) left top no-repeat;
}
.careers a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/career-button_hover.png) left top no-repeat;
}
.careers a:focus {
	color: #fff;
	text-decoration: none;
}
/*****************************career_questionnaire*****************************/
.career_questionnaire {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/dot.png) repeat top left;
}
.questionnaire_btn {
	width: 100px;
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 6px 20px;
	margin:0 10px;
	position: relative;
	background: #2492BF;
	border: none;
}
.questionnaire_btn:hover {
	color: #fff;
	background: #03425c;
	text-decoration: none;
}
.questionnaire_btn:focus {
	color: #fff;
	text-decoration: none;
}
/*****************************career_cv_upload*****************************/
.career_cv_upload {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/dot.png) repeat top left;
}
.career_cv_upload h4 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: justify;
	word-wrap: break-word;
}
.career_cv_upload h4 ul {
	width: 100%;
	float: left;
	padding: 0 0 0 15px;
}
.career_cv_upload h4 ul li {
	margin: 0 0 10px 0;
}
.cv_upload_btn {
	color: #fff !important;
	background-color: #2492bf !important;
	border: none !important;
	border-radius: 0px !important;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	padding: 7px !important;
}
.cv_upload_btn:hover {
	color: #fff !important;
	background-color: #03425c !important;
	border: none !important;
	border-radius: 0px !important;
}
.careers_btn {
	font-family: 'Roboto Condensed', sans-serif;
	float: right;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding: 6px 20px;
	margin:0 0 0 10px;
	position: relative;
	background: #2492BF;
	border: none;
}
.careers_btn:hover {
	background: #03425c;
	text-decoration: none;
}
.careers_btn:focus {
	color: #fff;
	text-decoration: none;
}
/*****************************clients*****************************/
.clients {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/dot.png) repeat top left;
}
/*****************************enquiry*****************************/
.enquiry {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/dot.png) repeat top left;
}
.enquiry h4 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: justify;
	word-wrap: break-word;
}
.enquiry h4 ul {
	width: 100%;
	float: left;
	padding: 0 0 0 15px;
}
.enquiry h4 ul li {
	margin: 0 0 10px 0;
}
.enquiry_btn {
	width: 100px;
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 6px 20px;
	margin:0 10px;
	position: relative;
	background: #2492BF;
	border: none;
}
.enquiry_btn:hover {
	background: #03425c;
	text-decoration: none;
}
.enquiry_btn:focus {
	color: #fff;
	text-decoration: none;
}
/*****************************notifications*****************************/
.notifications {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/dot.png) repeat top left;
}
.notifications_box {
	border-top: #CCC solid thin;
	width: 100%;
	padding: 15px 0;
}
.notifications h3 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	color: #333333;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
	word-wrap: break-word;
}
.notifications h4 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: justify;
	word-wrap: break-word;
}
/*****************************News*****************************/
.news {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/dot.png) repeat top left;
}
.news_box {
	border-top: #CCC solid thin;
	width: 100%;
	padding: 15px 0;
}
.news h3 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	color: #333333;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
	word-wrap: break-word;
}
.news h4 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 29px;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: justify;
	word-wrap: break-word;
}
.news h5 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 400;
	float: left;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 24px;
}
.news img {
	width: 330px;
	float: left;
	margin: 0 10px 0 0;
}
/*****************************contact*****************************/
.contact {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/dot.png) repeat top left;
}
.contact h3 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	color: #03425c;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	word-wrap: break-word;
}
.contact h4 {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	color: #03425c;
	margin: 0;
	padding: 0;
	text-align: left;
	word-wrap: break-word;
}
.contact_map {
    height: 257px;
    border: 4px solid #fff;
    width: 100%;
    float: left;
    padding: 0;
    margin: 20px 0 0 0;
}
.contact h4 p:hover > i {
    color: #03425c;
}
.contact h4 p:hover > i, .tpRightA p:hover > i {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.contact h4 i {
	font-size:18px;
    color: #2492bf;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.contact h4 span {
    padding: 0 10px;
}
.contact h4 span a {
    color: #03425c;
}
.contact h4 span a:hover {
    color: #2492bf;
}
.footer_social {
    width: 230px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0;
}

@media screen and (min-width: 1050px) and (max-width: 1200px) {
.banner_side {
	width: 440px;
	top: 100px;
	padding: 0 0 0 10px;
}
.gif_logo, .logo {
	width: 180px;
	margin: 0 0 0 72px
}
.social {
	width: 215px;
}
.breadcrumb, .inner_heading h2 {
	width: 100%;
	text-align: center;
}
}

@media screen and (min-width: 991px) and (max-width: 1050px) {
.banner_side {
	width: 370px;
	top: 60px;
	padding: 0 0 0 10px;
}
.gif_logo, .logo {
	width: 180px;
	margin: 0;
}
.social {
	width: 215px;
	margin: 10px 0 10px 0;
}
.banner_top h3 {
	width: 300px;
}
.breadcrumb, .inner_heading h2 {
	width: 100%;
	text-align: center;
}
}

@media screen and (min-width: 200px) and (max-width: 991px) {
.gif_logo, .logo {
	width: 200px;
	margin: 0;
}
.breadcrumb, .inner_heading h2 {
	width: 100%;
	text-align: center;
}
.welcome a {
	text-decoration: none;
}
.set_8_button4 {
	width: 150px;
	margin: 0 auto;
	display: block;
	float: none;
}
.set_8_button4.outline {
	color: #333333;
}
.set_8_button4.outline:before, .set_8_button4.outline:after, .set_8_button4.outline .lines:before, .set_8_button4.outline .lines:after {
	background-color: #333333;
}
.contact_map, .contact_form {
	margin: 40px 0 0 0;
}
.hm_footer {
	min-height: 70px;
	background: #000;
	margin: 0;
	padding:15px 0;
}
.hm_footer h4 {
	margin: 15px;
	text-align: center;
}
}

@media screen and (min-width: 200px) and (max-width: 767px) {
.banner {
	margin-top: 120px;
	position: relative;
	border-top: 2px solid #FFF;
}
.inner_banner {
	margin-top: 120px;
	position: relative;
	border-top: 2px solid #FFF;
}
.news {
	min-height: 570px;
}
.xs_logo img {
	width: 180px;
}
.about_img, .embroidery_img {
	width: 100%;
	margin: 0 0 10px 0;
}
.shops_box img, .Segments_box img, .news_box img {
	width: 100%;
	margin: 0 0 10px 0;
}
.shops h3, .shops h4 {
	text-align:center;
}
.Segments h3, .notifications h3, .news h3 {
	float: left;
}
}

@media screen and (min-width: 200px) and (max-width: 500px) {
.p_div, .s_div {
	width: 100%;
}
}
