body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background-color: #f5f5f5;
	color: #000;
}
.m_reset{
	margin: 0px;
}
.p_reset{
	padding: 0px;
}
.m_p_reset{
	margin: 0px;
	padding: 0px;
}
.b_color{
	background-color: red;
}
.upper_menu {
    background-color: #94060d;
    }

.social_icon{
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: right;
}
.social_icon img{
	padding-right: 10px;
}

.p_t{
	padding-top: 20px;
}
.p_b{
	padding-bottom: 20px;
}
.p_t_b{
	padding-top: 20px;
	padding-bottom: 20px;
}
.header{
	background-color: #fff;
	border-bottom: 2px solid #DCDCDC;
}
.logo{
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo img{
	padding-left: 10px;
}

/* navbar */
.navbar {
    background-color: #fff;
    border:none;
    border-radius: 0px;
	padding-left: 30px;
}

.navbar .navbar-nav > li{
	padding-top: 38px;
}
.navbar .navbar-nav > li > a{
    color: #000;
    padding-left: 12px;
    padding-right: 12px;
    border-right: 1px solid #000;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}
.navbar .navbar-nav > li > a:hover{
    color: #999999;
}
.slider{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
.slider img{
	width: 100%;
}
.main_content{
        padding-top: 20px;
    }
    .formals1{
        padding-bottom: 20px;
    }
    .home_text{
        padding-top: 20px;
        text-align: justify;
    }
    .common_img{
        padding-top: 20px;
    }
    .video{
        padding-top: 20px;
    }
    .latest_fashion{
        padding-top: 20px;
    }

.about_us{
	/*background-image: url('../graphics/common/about_background.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;*/
}
.about_us h1{
	text-align: center;
	text-decoration: underline;
	font-weight: 300;
}

.about_us p{
	font-size: 14px;
	line-height: 28px;
	padding:0px 20px 10px 20px;
}

.about_us strong{
	font-weight: 400;
	font-size: 16px;
	padding-left: 20px;
}

.store_locator{
	background-image: url('../graphics/common/store_background.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.store_locator h1{
	text-align: center;
	text-decoration: underline;
	font-weight: 300;
}

.store_locator h2{
	text-decoration: underline;
	font-weight: 300;
	font-size: 44px;
	padding-bottom: 10px;
}
.store_locator p{
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0.7px;
	word-spacing: 1px;
	line-height: 38px;
	padding-bottom: 20px;
	color: #fff;
}
.store_locator_form{
	padding-top: 30px;
	padding-bottom: 30px;
}
.store_locator_form input{
    	background-color: transparent;
    	height: 60px;
    	border: solid 4px #fff;
    	color: #fff;
    	font-size: 28px;
    	border-radius: 10px;
    	margin-bottom: 35px;
}

    .store_locator_form select {
    	background-color: transparent;
    	height: 60px;
    	border: solid 4px #0ddef1;
    	color: #fff;
    	border-radius: 10px;
    	font-size: 28px;
    	margin-bottom: 35px;
    }
.store_locator_form [type=submit]{
    	background-color: transparent;
    	height: 60px;
    	border: solid 4px #0ddef1;
    	color: #fff;
    	border-radius: 10px;
    	font-size: 28px;
    	width: 100%;
    	margin-bottom: 55px;
}
.contact_us {
padding-bottom: 30px;
}

.contact_us h1{
	text-align: center;
	text-decoration: underline;
	font-weight: 300;
}

.contact_us h2{
	text-decoration: underline;
	font-weight: 300;
}

.contact_us strong{
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
}
.contact_us p{
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 30px;
}

.footer{
    padding-top: 20px;
    margin-top: 5px;
    padding-bottom: 20px;
    border-top: 4px solid #dd0808;	
}
.footer a{
	color: #fff;
	font-size: 12px;
}
.footer h2{
	font-size: 24px;
}
.copyrights{
	background-color: #94060d;
	color: #fff;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: left;
	margin-top: 20px;
}

/* Medium Screen desktop */
@media (min-width: 992px) and (max-width: 1199px) { 

/* navbar */
.navbar {
    background-color: #fff;
    border:none;
    border-radius: 0px;
	padding-left: 10px;
}

.navbar .navbar-nav > li{
	padding-top: 38px;
}
.navbar .navbar-nav > li > a{
    color: #000;
    padding-left: 12px;
    padding-right: 12px;
    border-right: 1px solid #000;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
}
.navbar .navbar-nav > li > a:hover{
    color: #999999;
}

.p_t{
	padding-top: 20px;
}
.p_b{
	padding-bottom: 20px;
}
.p_t_b{
	padding-top: 20px;
	padding-bottom: 20px;
}
 }
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

/* navbar */
.navbar {
    background-color: #fff;
    border:none;
    border-radius: 0px;
	padding-left: 10px;
}

.navbar .navbar-nav > li{
	padding-top: 38px;
}
.navbar .navbar-nav > li > a{
    color: #000;
    padding-left: 12px;
    padding-right: 12px;
    border-right: 1px solid #000;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
}
.navbar .navbar-nav > li > a:hover{
    color: #999999;
}
}
 
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and  (max-width: 767px) { 

.p_20{
	padding-bottom: 20px;
}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
/* navbar */
.logo {
	text-align: center;
}

.logo img{
	padding-left: 0px;
}
.navbar{

}
.navbar .navbar-nav > li{
	padding-top: 10px;
}
.navbar .navbar-nav > li > a{
    color: #000;
    padding-left: 12px;
    padding-right: 12px;
    border-right: none;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}
.navbar .navbar-nav > li > a:hover{
    color: red;
}

.social_icon{
	text-align: center;
}

.p_20{
	padding-bottom: 20px;
}
.about_us h1{
	text-align: center;
	text-decoration: underline;
	font-weight: 300;
	font-size: 16px;
}
.about_us p{
	font-size: 12px;
	line-height: 22px;
	padding: 0px 10px 10px 10px;
}

.about_us strong{
	font-size: 14px;
	padding-left: 10px;
}
.store_locator h1{
	text-align: center;
	text-decoration: underline;
	font-weight: 300;
}

.store_locator h2{
	text-decoration: underline;
	font-weight: 300;
	font-size: 30px;
	padding-bottom: 10px;
	text-align: center;
}
.store_locator p{
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.7px;
	word-spacing: 1px;
	line-height: 32px;
	padding-bottom: 20px;
	text-align: center;
}
.store_locator_form input{
    	background-color: transparent;
    	height: 40px;
    	border: solid 2px #fff;
    	color: #fff;
    	font-size: 18px;
    	border-radius: 6px;
    	margin-bottom: 35px;
}

    .store_locator_form select {
    	background-color: transparent;
    	height: 40px;
    	border: solid 2px #0ddef1;
    	color: #fff;
    	border-radius: 6px;
    	font-size: 18px;
    	margin-bottom: 35px;
    }
.store_locator_form [type=submit]{
    	background-color: transparent;
    	height: 40px;
    	border: solid 2px #0ddef1;
    	color: #fff;
    	border-radius: 6px;
    	font-size: 18px;
    	width: 100%;
    	margin-bottom: 55px;
}

.knits_polo_1{

}
.knits_polo_2{
	padding-bottom: 20px;
}
.knits_polo_3{
	padding-bottom: 20px;
}
.knits_polo_4{

}
.knits_polo_5{

}
.knits_round_neck3{
	padding-bottom: 20px;
}
.knits_round_neck_text{
	text-align: center;
}
.contact_form {
	padding-bottom: 40px;
}
.contact_us {
	padding-bottom: 20px;
}

.contact_us h1{
	text-align: center;
	text-decoration: underline;
	font-weight: 300;
}

.contact_us h2{
	text-decoration: underline;
	font-weight: 300;
}

.contact_us strong{
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
}
.contact_us p{
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 20px;
}

}

