/* global foundicon styles */
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="foundicon-"]:before {
  font-family: "SocialFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.pb4{
    padding-bottom:4px;
    margin-bottom:0;
}
/* icons */
.foundicon-rss:before {
  content: "\f002";
}
.letterspacing{
    letter-spacing:0;
}
.bottomspacing40{
    padding-bottom:20px;
}
.pb8{
    padding-bottom:10px !important;
}
.liststyling1{
    padding-left:44px;
}
.liststyling1 li{
    letter-spacing:0;
    line-height:25px;
}
.aboutpage .fi-social-linkedin     {
display: inline-block;
padding-left: 13px;
padding-top: 1px;
height: 45px;
}

.aboutpage p{
    line-height:20px;
}
.foundicon-facebook:before {
  content: "\f003";
}

.foundicon-twitter:before {
  content: "\f004";
}


.foundicon-pinterest:before {
  content: "\f005";
}

.foundicon-linkedin:before {
  content: "\f008";
}

.foundicon-google-plus:before {
  content: "\f00d";
}

.foundicon-youtube:before {
  content: "\f00e";
}

/* Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
    }

.clearfix {
    clear: both;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

del{
    color:#ffffff;
}

/* Body */
body {
    font: normal 14px 'Roboto', sans-serif;
    background-color: #FFFFFF;
    background-image: url("http://d14ty28lkqz1hw.cloudfront.net/data/org/13884/theme/19287/img/bg.jpg");
    background-position: left top;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #333333;
    font-weight:normal;
    letter-spacing:1px;
}

table {
    background-color: transparent;
    border: none;
}

object#ply, embed#ply {
    height: 560px;
    max-width: none;
}

fieldset legend {
    background-color: transparent;
}

span.error,
small.error {
    background-color: transparent;
}

.ps-article-editor-form *{
    text-align: left !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

input[type="text"],
input[type="text"]:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
	color: #04575b;
	text-align: center;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    line-height: 0; 
}

table {
    background-color: transparent;
    border: none;
}

.footerpartners{
    display:inline;
}


fieldset legend {
    background-color: transparent;
}

span.error,
small.error {
    background-color: transparent;
}

.box,
#order-table,
#order-table th {
	background-color: transparent;
}

input[type="text"],
input[type="text"]:focus,
input[type="password"],
input[type="password"]:focus,
textarea,
textarea:focus,
select {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #333333;
}

p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

a  {
     color: #04575b;
}

a:hover {
    color: #333333;
}

button,
.button {
    display: inline-block;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #04575b;
    font-weight: 400;
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 40px 4px;
    -moz-transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}

button:hover,
.button:hover,
button:focus,
.button:focus {
    background-color: #04575b;
    color: #FFFFFF;
    outline: none;
}

button a,
button a:hover {
     color: #FFFFFF;
	 text-decoration: none;
}

button.disabled, 
button[disabled],
.button.disabled,
.button[disabled],
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #04575b;
    color: #FFFFFF;
	opacity: 1;
}
.fontleft{
    text-align:left !important;
}

.body-content{
    height:100%;
}

/* CloudZoom */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
        border: 0px solid #888;
        margin:0px;        /* Set this to minus the border thickness. */
        background-color:#fff;
        cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
        font-family:Arial, Helvetica, sans-serif;
        position:absolute !important;
        background-color:#000;
        color:#fff;
        padding:3px;
        width:100%;
        text-align:center;
        font-weight:bold;
        font-size:10px;
        top:0px;
}
.one{
display:inline;    
}

.two{
 display:inline;     
}
.three{
 display:inline;     
}
/* cloud zoom wrapper styles */
.cloud-zoom-wrap {
    top:0;
    z-index:9999;
    position:relative;
}

/* This is the zoom window. */
.cloud-zoom-big { /* Don't want border
        border:4px solid #ccc; */
        overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
        color:white;
        background:#222;
        padding:3px;
        border:1px solid #000;
}

.social-icon { 
    font-size: 30px;
    color:#04575b!important;
}

.social-icon-cart { 
    font-size: 25px;
    color:#04575b!important;
}

.mobile-social-icon { 
    font-size: 70px;
    color:#04575b!important;
}

.top-bar-section ul li.js-generated {
    display: none  !important;
}
/*
.top-bar-section ul li a.js-generated {
    display: block !important;
}
*/
.row {
    max-width: 1152px!important;
}
.spoitlight{
    display:table;
    margin:auto;
}

.height20 {
    line-height:20px;
    letter-spacing: 0;
}

.ie8message {
    text-align: center;
}
.ps-top-padding.ps-bottom-padding a .text-left{
   margin:0; 
}

hr.separator {
    height: 1px;
    background: transparent none;
    margin-top: 3em;
    margin-bottom: 2.5em;
}

.details-inner{
    display: table;
    width: 100%;
    height: 100%;
}

.details-sub-inner{
    display: table-cell;
    vertical-align: bottom;
}

.sale {
    color: #FFFFFF !important;
    background-color: #04575b !important;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 78px;
    left:50%;
    margin-left:-39px;
}

/* Header */
.top-bar {
    line-height: 0;
}

header {
    border-bottom: 1px solid #cdddde;
}

header .header-links {
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
	width: auto;
    margin-bottom: 11px;
}

.button-class-phone, .button-class-phone:hover {
    background: #333333;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    text-transform: uppercase;
    width: 96px;
    text-align: center;
    display: inline-block;
    height: 26px;
    margin-left: 2px;
    padding-top: 3px;
}


.button-class-email, .button-class-email:hover {
    background: #333333;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
    border-radius: 20px;
    text-transform: uppercase;
    width: 113px;
    text-align: center;
    display: inline-block;
    height: 26px;
    margin-left: 5px;
}

.phone-no span{
    font-size: 14px;
    color: #04575b;
    font-weight: 500;
    letter-spacing: 0;
}

header .header-links  a{	
    letter-spacing: 0;
	color: #333333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
}

header .top-bar .name {
    padding-top: 2px;
    height: auto;
    display: block;
    float: left;
    width: 60%;
    line-height:36px;
    padding-bottom: 3px;
}

header .title-area {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}

header .authlink-area {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    list-style: none;
    height: 82px;
}

.social-media{
   float:right;
   padding-right:5px;
}

.social-media li{
	float: left;
	padding:10px 5px 0 5px;
}

.people-name{
    margin-bottom:0;
        font-weight: 300;
    font-size: 25px;
    margin-top:0;
}

header .top-bar {
    margin-top: 13px;
    height: auto;
}

header .top-bar-section  {
    background-color:#04575b;
}

header .top-bar-section ul {
}
.margintop10{
    margin-top:10px;
}

.name img#logo {
    margin-left: 12px;
    vertical-align: baseline;
	margin-top: 0;
}
.rteinfo p{
    margin-bottom:5px;
}
.blogingo{
   margin-bottom: 35px;
    margin-top: 15px; 
}
.topalignment{
padding-top: 38px;
    margin-top: 0px;
}
.six {
    display:inline-block !important;
    padding-top:40px;
}
.ps-blog-recent-posts li a{
    letter-spacing:0px;
        color: #333333;
            font-size: 14px;
    font-weight: normal;
}
.ps-blog-tags li, .ps-blog-recent-posts li {
    margin-bottom: 8px;
}
.newclass{
    margin-bottom:0;
    border-color:#9bbcbd;
    
}
.top5{
    padding-top:5px;
}
.top10{
    padding-top:10px;
}
.mb5{
    margin-bottom:5px;
}
.mb0{
    margin-bottom:0px;
}
.liststyling{
    padding-left:30px;
}
.liststyling li{
    letter-spacing:0;
}

.bottom32{
    padding-bottom:30px;
}
li:last-child .newclass{
    border:none;
}

.blogsli li{
    list-style:none;
}

.blog-read-more{
     font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    color: #04575b;
    letter-spacing: 0;   
}


.fi-list {
    font-size: 40px !important;
    text-indent: 0 !important;
    color: #04575b !important;
}

.text-logo {
    color:#04575b;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 48px;
    vertical-align: middle;
    margin-left:15px;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
	width: 100%;
    word-wrap: break-word;
}

.register{
    color: #333333!important;
    text-decoration:none!important;
}

.header-link-separator{
    text-transform:lowercase;
    font-style:italic;
    margin:0 5px;
}
.contact-line{
   color:#04575b;
}
.internalpage1 p{
    line-height:25px;
}

.not-found h3 {
    text-align: left;
}
.contact-para{
   margin-bottom: 0;
    padding-bottom: 17px;
}

.title-contact{
    font-size: 25px;
    font-weight: 300;
    text-align: left;
    padding-top: 22px;
    padding-bottom: 10px;
}

.top-bar-section .has-dropdown > a:after {
    border-color:#ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

header .top-bar-section .has-dropdown > a:hover:after{
    border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}

.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    margin-top: -10px;
}

.search > form {
    width: 150px;
}

.search input.search-text {
    outline: none;
    outline: medium none;
    padding-left: 0;
    padding-right: 0;
    width: 100px;
	border: 0;
	box-shadow: none;
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
	color: #ffffff;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
    text-align: left;
    float: right;
    width: 100px;
}
.title1{
    font-size:50px;
    font-weight:100;
    text-align:left;
    margin-bottom: 0px;
    padding-bottom: 5px;
    line-height: 57px;
}
.largecenter{
    text-align:center;
}

#ps-contact-us p{
    letter-spacing:0;
}
.sendclass{
    background: #333333;
    color: #fff;
    width: 111px;
    height: 28px;
    border: 0;
    border-radius: 16px;
    text-transform: uppercase;
    cursor:pointer;
}
.bottom30{
    padding-bottom:30px;
}

.title2{
    font-size:25px;
    font-weight:300;
    text-align:left;
}

.aboutpage p{
    margin-bottom:0;
}
.alignmargin{
    margin-top:15px;
    margin-bottom:15px;
}
.tp15{
    padding-top:15px;
}

.internalpage .title1{
     margin-top: 24px;  
}
.internalpage1 p{
    letter-spacing:0;
}

.mb0{
    margin-bottom:0px;
}

.search .search-submit {
	opacity: 0;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-family: "foundation-icons";
    font-style: normal;
    font-variant: normal;
    height: 26px;
    padding: 0;
    vertical-align: middle;
    width: 26px;
    z-index: 9999;
    left: -21px;
}
.partners{
    font-size: 25px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 28px;
    padding-top: 5px;
}
.fi-page-search {
    color:#ffffff;
    float: left;
    font-size: 24px;
    left: 0;
    position: relative;
    top: 10px;
}

header .circle{
    border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

header .header-cart{
	margin-bottom: 5px;
	margin-top: 12px;
}

header .header-cart a{
    text-decoration:none;
}

header #cart{
	background: none repeat scroll 0 0 #04575b;
    color:#ffffff;
    float: right;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
    line-height: 15px;
    margin-left: 8px;
    padding-top: 5px;
    text-align: center;
    width: 28px;
}

header .cart-detail.right {
    width: 62px;
}

/* Override default styling */
header nav.top-bar,
header .top-bar-section ul,
header .top-bar-section li a:not(.button),
header .top-bar-section ul li.active>a {
    background-color: transparent;
}

header .top-bar .toggle-topbar a,
header .top-bar .toggle-topbar.menu-icon a,
header .top-bar-section li a,
header .top-bar-section li:hover a:not(.button) {
    background: transparent;
    color: #ffffff;
}

header .top-bar-section ul {
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-bar .toggle-topbar.menu-icon {
	margin: 0;
	top: 18px;
}
.rteinfo{
     font-weight: normal;
    letter-spacing: 0;
    line-height: 22px;   
}
.top12{
    padding-top:12px;
}
.article-title{
    margin-bottom:8px;
    margin-top: 0;
}
.blog-author{
    margin-bottom:28px;
}

.title3 {
    font-size: 25px;
    font-weight: 300;
    text-align: left;
}
.blog-author strong{
 font-size: 14px;
    font-weight: normal;
    color: #04575b; 
    text-decoration: underline;
    letter-spacing:0;
}
.top50{
    padding-top:50px;
}

header .top-bar .toggle-topbar a,
header .top-bar .toggle-topbar.menu-icon a,
header .top-bar-section li a {
   font-size: 14px;
   font-weight: 400;
}

header .top-bar-section ul li.hover>a,
header .top-bar-section ul li.active>a,
header .top-bar-section ul li.hover a:hover {
    color: #ffffff;
}

header .top-bar-section li a:not(.button) {
    padding-left: 0;
    padding-right: 19px;
}
#slider {
    position: relative;
}
.listbannerclass .details {
    position: absolute;
    bottom: 186px;
    right: 190px;
}
header .top-bar-section .dropdown li a:not(.button) {
    padding-left: 7px;
}

header .top-bar-section li a:not(.button):hover {
    background-color: transparent;
}

header .top-bar .toggle-topbar.menu-icon a span {
     box-shadow: 0 12px 0 4px #04575b, 0 24px 0 4px #04575b, 0 36px 0 4px #04575b;
	 width:30px;
}
#ps-contact-us input[type="text"] {
    width: 52%;
    height: 30px;
    border-color: #9bbcbd;
    margin-bottom: 5px;
}
.organisation{
margin-bottom: 7px;
    display: inline-block;
    padding-top: 6px;
   
    
}

#ps-contact-us textarea {
    resize: none;
    width: 52%;
    border-color: #9bbcbd;
}
header .cart a{
    color: #ffffff!important;
}

header .top-bar.expanded .title-area {
    background: none repeat scroll 0 0 transparent;
}

header .top-bar-section .hover {
    background-color: transparent!important;
}

header .top-bar-section .dropdown {
    -moz-box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index:10000;
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.5);
    background: #04575b;
}

header .top-bar-section .dropdown li a {
    color: #ffffff !important;
    font-size: 14px;
    text-transform: none;
    font-weight:normal;
}

header .top-bar-section ul ul.dropdown li.hover a:hover,
header .top-bar-section ul .dropdown li.active a {
    color: #ffffff !important;
}
.green{
    color:#04575b;
}
.spacingclass p{
    line-height:25px;
    letter-spacing:0;
}
.spaces{
    letter-spacing:0;
}
.more-title{
    font-size:25px;
    font-weight: 300;
    color: #04575b;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom:0;
}

.bread-crumbs {
    list-style: none;
    padding: 0;
    margin-bottom: 5%;
    color:#04575b;
}

.bread-crumbs span a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1em!important;
    text-decoration: none;
    color:#04575b!important;
}

.bread-crumbs li {
    display: inline;
}

/* Homepage */
/*.social-active{
    margin-top:-80px!important;
}

.homepage{
    margin-top:-14px;
}
*/
.home-ad{
	padding-top: 3%;
}

.homepage h4{
	font-size:1.2em;
	margin-top:2%;
}

.homepage h3,h2,h4{
	font-weight:400;
}
.dollarclass{
   font-size:50px;
font-weight:100;
color:#ffffff; 
padding-top:5px;
margin-bottom: 0;
}

.hst{
 font-size:14px;
font-weight:normal;
color:#ffffff;  
margin-bottom: 20px;
}
.backgroung-green{
  background:#04575b;  
    width:348px;
    margin-right:39px;
        padding: 0;

}
.marginright0{
    margin-right:0;
}

.represent{
   font-size:14px;
    font-weight:normal;
    color:#ffffff; 
    margin-bottom: 25px;
    letter-spacing:0;
}
.applynow{
    margin: 0 auto;
    text-align: center !important;
    padding-bottom: 30px;
}

.applynowbutton:hover{
    color:#04575b;
}
.applynowbutton{
  font-size:14px;
font-weight:500;
color:#04575b;  
border-radius:30px;
text-transform:uppercase;
width:110px;
height:30px;
display: inline-block;
    background: #ffffff;
    text-align: center;
    line-height: 31px;
}
.price-title{
font-size:25px;
font-weight:300;
color:#ffffff;
padding-top: 28px;
margin-bottom:0;
}
.ad{
    padding-top:2%;
}

.ad h2{
	margin-top:0 !important;
	margin-bottom:0 !important;
    color:#04575b !important;
    font-size:36px;
    letter-spacing:0;
}

.featured .first {
    padding: 2% 0;
    position: relative;
}

.featured .product-container .image img{
    text-align: center;
}

/* Collection page */

.listing {
    list-style: none outside none;
}

.ps-collection-page .breadcrumbs a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em;
    text-decoration: none;
	color:#04575b;
}
.top40{
    padding-top: 40px;
}

.ps-collection-page .breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    text-align: center;
	color:#04575b;
}

.ps-collection-page .breadcrumbs li {
    display: inline;
}

.ps-collection-page .collection-title {
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: 1px;
	font-size:36px;
    margin-bottom: 30px;
}

.ps-collection-page .collection-title+hr {
    width: 60px;
    margin: 0 auto 2em auto;
}

.ps-collection-page .product-container {
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    margin-bottom:50px;
    text-align:center;
}

.ps-collection-page .product-container .image img {
    margin-bottom: 0;
    text-align: center;
}

.ps-collection-page .product-container .details{
    text-transform: uppercase;
}

.ps-collection-page .product-container .details p {
    font-size: 1.05em;
    text-align: center;
    text-transform: uppercase;
}

.ps-collection-page .product-container .details p {
    padding-top: 0;
	margin-bottom: 0;
}

.ps-collection-page .product-container .details p.title {
    font-size: 18px;
    text-transform: uppercase;
}

.ps-collection-page .product-container .details p.title a {
    color: #04575b;
    word-wrap: break-word;
}

.ps-collection-page .product-container .details hr {
    margin: 30px auto 2em;
    width: 70px;
}

.ps-collection-page .sorter {
    float: left;
    font-size: 0.9em;
    margin-bottom: 30px;
    width: 100%;
}

.ps-collection-page .sorter select {
    width: 25%;
    font-size: 0.9em;
}

.ps-collection-page .sorter .chosen-container {
    text-align: left;
    font-size: 0.9em;
}

.chosen-container a {
    color: #333333 !important;
}

.chosen-single {
    padding: 3px 0 0 8px !important;
    height: 30px! important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
  .privacy-section a, .privacy-section {

    width: 18%;
}
.newmenuclass{
    width: 63%;
}
.ps-collection-page .filter{
    text-align: left;
    line-height: 12px;
    padding: 1.5em 0;
}

.ps-collection-page .collection-prefooter{
    margin-top: 30px;
}

.ps-collection-page .prefooter-banner{
    margin-left:-0.9375em;
    margin-right:-0.9375em;
}

.ps-collection-page .collection-prefooter-ad{
    margin: 0 auto;
    margin-top:70px;
}

.ps-collection-page .collection-prefooter-ad .button{
    background-color:#04575b;
    color:#ffffff;
}

.ps-collection-page .collection-prefooter-ad h4 {
    font-weight:bold;
	font-size:14px;
    text-align:left;
}

.ps-collection-page .collection-prefooter-ad h3 {
    font-weight:400;
	font-size:20px;
    text-align:left;
}

.ps-collection-page .collection-prefooter-ad h2 {
    color:#04575b;
	font-size: 30px;
    font-weight: normal;
    line-height: 35px;
    margin-top: 0;
    text-align: left;
}

.ps-collection-page .ps-sort {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.ps-collection-page .desktop-pagination-content {
    padding-left: 0.9375em;
	padding-right: 0.9375em;
}

.ps-collection-page .ps-pagination {
    margin-top: 5px !important;
}

.ps-collection-page .search-bar{
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

/* Product Detail */
.product-details .categories hr {
    margin:0 auto;
    width:70px;
    margin-bottom:50px;
    border-color:#333333;
}
.top30{
    padding-top:30px;
}
.product-details .breadcrumbs {
    list-style: none;
    padding: 0;
    text-align: center;
    color:#04575b;
    margin-bottom: 50px;
    margin-top: 25px;
    word-wrap: break-word;
}

.product-details .breadcrumbs a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2em;
    text-decoration: none;
    color:#04575b;
}
.internalpage p{
    letter-spacing:0;
}

.product-details .title {
    clear: both;
    word-wrap: break-word;
}
.names-blog{
    padding-bottom: 20px;
    padding-top: 2px;
    font-size: 14px;
    letter-spacing: 0;
    color: #333333;
    font-weight: normal;
    display:inline-block;
    vertical-align:top;
    padding-top:12px;    
}
.font-normal{
font-weight:normal;    
}

.like-box {
	margin-bottom: 20px;
}



.product-details img#imgMain,
.product-container img,
.thumbs img {
    border :1px solid #cdddde;
}



.product-details .breadcrumbs li {
    display: inline;
    word-wrap: break-word;
}

.product-details .collection-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.product-details .image-container .image {
    max-width: 498px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail {
    display: block;
    margin: 0 auto;
}

.product-details .title {
    clear: both;
    word-wrap: break-word;
}

.product-details .image-container .mousetrap {
    cursor: crosshair !important;
}

.product-details .image-container .sharing {
    max-width: 330px;
    margin: 2em auto;
    text-align: center;
}

.product-details .image-container .sharing .addthis_toolbox {
    display: inline-block; 
}

.product-details .image-container .sharing .addthis_toolbox + .addthis_toolbox {
    position: relative;
    top: 5px;
}    

.product-details .image-container .sharing .addthis_button_tweet,
.product-details .image-container .sharing .addthis_button_google_plusone,
.product-details .image-container .sharing .addthis_button_pinterest_pinit {
    width: 80px;
}

.product-details .info-container h1 {
	text-align:left;
    margin-bottom: 20px;
    margin-top: 0;
}

.product-details .info-container p.new {
    text-transform: uppercase;
    font-weight: 600;
}

.product-details .info-container p.new+hr {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    border-color:#333333;
}

.product-details .info-container .title {
    font-weight: normal;
}

.product-details .info-container .ps-product-price-container,
.product-details .info-container .ps-product-compare-price-container {
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
    font-size:27px;
}

.product-details .info-container .ps-product-compare-price-container {
    font-size: 80%;
	color:#ffffff;
    font-size:20px;
}

.product-details .info-container .ps-product-price-container sup,
.product-details .info-container .ps-product-compare-price-container sup {
    position: relative;
    vertical-align:middle;
}

.product-details .info-container .description {
    font-size: 1.2em;
    line-height: 1.5;
    text-align: justify;
    margin: 0 auto;
    float: left;
}

.product-details .info-container .description .product-label{
	text-transform:uppercase;
}

.product-details .info-container .description p {
    text-align: justify;
}

.product-details .info-container .description+hr {
    margin: 2em auto;
}

.product-details .buy {
    clear: both;
    float: left;
    margin-top: 10px;
}

.product-details .selectors {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-details .selectors li {
    margin-bottom: 1em;
	padding-right:10px;
}

.product-details .selectors label {
    display: block;
    font-weight: 600;
}

.product-selectors {
    float: left;
}

.product-details .selectors select {
    max-width: 150px;
}

.product-details hr.separator {
    clear: both;
    width: 100%;
    margin: 4em auto;
    border-width:1px;
}

.product-details .recommendations .product-container{
	max-width: 497px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

.product-details .recommendations .product-container .details{
    text-transform: uppercase;
}

.product-details .recommendations .title {
    text-transform: uppercase;
    text-align: center;
}

.product-details .recommendations h4 {
	margin-bottom:30px;
}

.product-details .recommendations .title+hr {
    margin: 1em auto 5em auto;
    width: 40px;
    border-color:#333333
}

.product-details .cart-button{
    font-size: 20px;
    padding: 10px 30px 8px;
    width: 220px;
    background-color:#04575b;
    color:#ffffff;
}

.chosen-container-single .chosen-drop {
    margin-top: 0;
    padding-top: 3px;
}

.chosen-container-single .chosen-single div {
    top: 2px !important;
}

.product-details .chosen-container-single .chosen-single {
    height: 32px;
    padding: 4px 0 0 8px;
}

.product-details .addthis_button_facebook_like{
	margin-right:30px;
}

.quantity-controls {
    display: inline-block;
}

.product-quantity-cart.text-center {
    float: left;
    margin-bottom: 20px;
}

.product-details .product-label{
	font-weight:bold;
	display:block;
	font-size:18px;
}

.resp-tab-content,
h2.resp-accordion {
    border: 1px solid #cdddde;
}

h2.resp-accordion {
    margin-top: 0;
    border: 1px solid #cdddde !important;
    border-bottom: medium none !important;
}

.resp-tab-active {
    border: 1px solid #cdddde !important;
}

h2.resp-tab-active {
    background: none repeat scroll 0 0 transparent !important;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #cdddde !important;
    border-bottom: medium none;
}

.resp-tabs-container {
    background: none repeat scroll 0 0 transparent;
}

.resp-tabs-list li { 
    background: none repeat scroll 0 0 transparent;
    text-transform: capitalize;
    color: #04575b;
}

.resp-tab-content.resp-tab-content-active ul,
.description ul {
    margin-left: 15px;
}

.product-details .thumbs {
     margin-top: 20px !important;
} 

.product-details .thumbs li {
    text-align: center;
}

.quantities_label {
    float: left;
    text-transform: uppercase;
}

.product-quantity {
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
}

#add-quantity {
    font-family: 'Open Sans',sans-serif;
    font-size: 35px;
    font-weight: 600;
    margin: 0 9px;
    vertical-align: middle;
}

.quantities {
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
}

.product-quantity-operators {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font: bold 25px/35px Georgia;
    height: 38px;
    margin-bottom: 0;
    margin-left: 10px;
    text-align: center;
    text-shadow: none;
    vertical-align: super;
    width: 36px;
}

.product-quantity-plus-minus.left {
    margin-bottom: 20px;
}

.chosen-container .chosen-results li {
	width:100%!important;
}

.recommendations h3{
	font-size:18px;
	font-weight:normal;
}

.recommendations .product-container {
    margin-left: auto;
    margin-right: auto;
}

.recommendations .product-container .details,
.recommendations .product-container .details p {
    padding-top: 1em;
    margin-bottom: 5px;
    font-size: 1.05em;
    text-align: center;
    text-transform: uppercase;
}

.recommendations .product-container .details .new{
    font-weight:600;
}

.recommendations .product-container .details hr {
    width: 32px;
    margin: auto;
    border-color:#333333;
}

.recommendations .product-container .details p.title {
    font-size: 22px;
    text-transform: capitalize;
}

.recommendations .product-container .details p.title a{
    color: #04575b;
    word-wrap: break-word;
}

.recommendations h3{
    text-transform:uppercase;
    color:#333333;
}
/* Subcontent */
.apparel-content hr.separator {
    border-color:#04575b;
}

.apparel-content .main-content {
    color: #333333;
    font-size: 1.1em;
}

.apparel-content .hero-banner-image{
    text-align:center;
	margin-top: 20px;
}

.apparel-content .main-content h1,
.apparel-content .main-content h1 a,
.apparel-content .main-content h2,
.apparel-content .main-content h2 a,
.apparel-content .main-content h3,
.apparel-content .main-content h3 a,
.apparel-content .main-content h4,
.apparel-content .main-content h4 a,
.apparel-content .main-content h5,
.apparel-content .main-content h5 a,
.apparel-content .main-content h6,
.apparel-content .main-content h6 a{
    color: #04575b;
    text-align: center;
}

.apparel-content .main-content h2,
.apparel-content .main-content h3,
.apparel-content .main-content p {
    text-align:left;
    font-weight:400;
}

.apparel-content .main-content p {
    text-align: justify;
    line-height: 2;
    text-transform: none;
}

.apparel-content .main-content button {
    font-size: 18px;
    padding: 20px 45px;
    margin: 2em auto;
    display: block;
}

.apparel-content .main-content .testimonial h1{
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
}

.apparel-content .main-content .testimonial hr{
    width:60px;
    margin:0 auto;
    border-color:#04575b;
}

.apparel-content .main-content .testimonial h4{
    text-transform: uppercase;
}

.apparel-content .main-content .testimonial blockquote {
    border: 0;
    text-align: center;
    font-size: 2em;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 400px;
}

.apparel-content .main-content .testimonial blockquote em {
    font-size: 0.6em;
}

.apparel-content .main-content .second {
}

.apparel-content .main-content .second .padding {
    padding: 6% 0 0 7%;
}

.apparel-content .main-content .second .image {
    display: block;
    float: right;
}

.apparel-content .main-content .third .image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
}

.apparel-content .main-content .fourth ul li {
    text-align: center;
}

.apparel-content .main-content .fourth h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom:  1em;
}

.apparel-content .main-content .fourth p {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.apparel-content .main-content .fourth p span {
    font-weight: 400;
    letter-spacing: 2px;
    display: inline;
    white-space: pre;
}

.apparel-content .main-content .fourth p span:before {
    content: '\A';
}

.fast-food-content .main-content .fourth ul li .content-wrap {
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.apparel-content .main-content .fourth .image img {
    display: block;
    margin: 0 auto 9% auto;
}

.apparel-content .main-content .fourth .caption h5 {
    text-align: center;
}

.apparel-content .main-content .fourth .description {
    text-align: center;
    font-size: 120%;
    line-height: 1.2;
    padding: 0 10%;
    color: #333333;
}

.apparel-content .main-content .fourth .description p {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}
/* Cart page */

.ps-cart-page #cart-form .chkoutbut .checkout,
.ps-cart-page .checkoutbut input.update-btn,
.ps-cart-page .qty-increment,
.product-quantity-operators{
    color: #FFFFFF;
    background-color: #04575b !important;
}

.ps-cart-page #cart-form .chkoutbut .checkout {
    padding-top: 12px;
}

.ps-cart-page .checkoutbut input.update-btn {
    padding-top: 8px;
}


/* Search Page */
.search-results {
    padding-top: 3.6%;
}

.search-results h2 {
	word-wrap: break-word;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.search-results h2 span.search-term {
    text-transform: none;
}

.search-results .grid {
    margin-top: 7%;
}

.search-results .product-container {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.search-results .product-container .image,
.search-results .product-container .details {
    width: 100%;
    height: 101%;
}

.search-results .product-container .image {
    position: relative;
}

.search-results .product-container .details .content {
    width: 100%;
    text-align: center;
    height: 100% !important;
}

.search-results .product-container .details .content p {
    text-align: center;
}

.search-results .product-container .details p.title {
	font-size: 16px;
	margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    word-wrap: break-word;
}

/* Footer */
footer {
    color: #333333;
    margin-bottom: 20px;
}

footer a {
    color: #04575b;
}

.footer-navs li {
	display: inline;
	margin-left: 21px;
}

.privacy-section a,
.privacy-section {
	font-size: 14px;
    color: #333333;
    line-height: 19px;
    letter-spacing: 0;
}

footer .footer-navs li a{
	color: #333333;
    font-weight:normal;
	text-transform: Capitalize;
    letter-spacing: 0;
}

.footer-promo-small:last-child {
    float: left !important;
}

.productpage .title.mobile-text-center {
    margin-bottom: 0;
}

footer a:hover,
footer a:active {
    color: #333333;
}

footer .top-footer{
	border-bottom: 1px solid;
    border-top: 1px solid;
	padding-top:10px;
	padding-bottom:10px;
}

.footer-menu {
    margin-bottom: 2em;
	display:inline-block;
}

.footer-menu .cart a{
    color: #ffffff!important;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2.5em;
	display:inline-block;
}

.footer-menu li {
    float: left;
    margin: 10px 10px;
}

.footer-menu li a {
    text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

.footer-menu ul li.hover>a,
.footer-menu ul li.active>a {
    color: #ffffff;
}

.footer-social-links ul {
    padding: 0;
    list-style: none;
	float:right;
}

.footer-social-links ul li {
    float: left;
    margin-left: 10px;
}

.footer-mobile .name {
    display: block;
    text-align: center;
}

.footer-mobile .name img {
    max-height: 50px;
}

.footer-logo{
    padding-bottom:2%;
}
/*collection and product page css*/

.ps-collection-page .img-link, 
.ps-collection-page .img-link img {
    margin: 0 auto !important;
}

.ps-collection-page .product-title {
    border: medium none !important;
    padding-bottom: 10px;
    padding-top: 0 !important;
}

.ps-collection-page .ps-sort {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.ps-collection-page .ps-pagination {
    margin-top: 5px !important;
}

.ps-collection-page .search-bar{
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.product-details .selectors label {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #04575b;
}

.product-details .info-container {
    padding: 0 !important;
}

/*footer menu with subpages*/

footer .footer-nav-content {
    border-bottom: 1px solid #9cbdbc;
    border-top: 1px solid #9cbdbc;
    margin-top: 50px;
    margin-bottom: 18px;
    padding-top: 15px;
    width: 100%;
    
}
.newsletter{
        padding-top: 4px;
    }
        
footer .footer-lnks {
    list-style: none outside none;
    margin-left: 0;
    margin-right: 0;
}

.section {
    width: 20% !important;
}

footer .footer-small-screen {
    display: none;
}

footer h4 {
    color: #04575b;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight:600;
}

footer .footer-lnks {
    list-style: none outside none;
    margin-left: 0;
    margin-right: 0;
}

.section > ul {
    list-style-type: none;
    margin-left: 0;
}

footer .footer-lnks li a {
    color: #04575b;
    font-size: 14px;
    line-height: 27px;
    text-transform: capitalize;
}

footer .footer-lnks li a:hover {
    color: #333333;
}

footer .social {
    list-style: none outside none;
    margin-bottom: 0;
    padding: 0;
}

footer .social li {
    float: left;
    padding: 0 0 6px 6px;
}

.section.newsletter {
    clear: none !important;
    float: right;
    font-weight: 600;
	margin-top: 5px;
}
    
.show-desktop{
    display:block;
}

.show-mobile{
    display:none;
}

.wait {
    display:none;
    top:50%;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 8888;
}

.ias_loader,
.itemsper {
    display: none !important;
}

.pho-cap{
    font-weight: 100;
    font-size: 74px;
    letter-spacing: -3px;
    text-align: left;
    margin-bottom: 0px;
}

.cap-photo{
    text-align:left;
}

.pho-desc{
     font-weight:300;
     font-size:33px;
     letter-spacing: -1px;
     margin-top: 0px;
     line-height: 23px;
}
.features-images{
    position:relative;
    padding: 0 12px 16px !important;
}

.features-desc{
    position: absolute;
    bottom: 27px;
}
li:nth-child(5) .features-desc {
    position: absolute;
    top: 0;
    left: 0;
    padding-top:15px;
}

li:nth-child(5) .features-desc h2{
    text-align: center;
    padding-left: 0px;
}
li:nth-child(1) .features-desc span {

    line-height: 28px;
}
.features-desc h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 100;
    text-align: left;
    line-height: 39px;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
}
.features-desc span{
    display: inline-block;
    font-size: 29px;
    font-weight: 100;
    line-height: 44px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.features-desc h3{
    color: #ffffff;
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}

.home-title{
     font-size:50px;
     font-weight:100;
     line-height: 60px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.home-title2 p{
 font-size:14px !important;
 font-weight:normal;
 color:#333333;
 text-align:center;
     line-height: 20px;
     margin-bottom: 25px;
}
.contact-me{
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    width: 165px;
    height: 40px;
    background: #333333;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding-top: 6px;
    border-radius: 23px;
    margin-top:16px;
}


.bx-pager {
    margin-top: -36px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index:1000;
}

.bx-pager-item {
    display: inline;
}

#home-slider img {
	display: block;
	margin: 0 auto;
}

.bx-pager a {
    font-size: 0 !important;
    display: inline-block;
}

.bx-pager .bx-pager-item a{
    background: #04575b !important;
    border: 2px solid #04575b !important;
    border-radius: 100%;
    margin-right: 13px;
    text-decoration: none;
    width: 5px;
    height: 5px;
    padding: 5px;
}

.bx-pager-item a.active{
    border: 2px solid #04575b !important;
    background: #fff !important;
}

.ps-error.long.style {
    font-size: 15px !important;
}

#msg-container {
    width: 75% !important;
}

footer .social-icon
{
    line-height:1.3em;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
    p {
        width: 100%;
        text-align: left;
    }
    
    header .name img {
        padding: 0;
    }

    
    header {
        border: 0;
    }
    
    .hero-image .img-container,
    .hero-image-admin .img-container {
        float: right;
    }
    
    .hero-image img{
        position: relative;
        padding-bottom: 0;
        margin-left: auto;
    }
    
    .hero-text-admin h2,
    .hero-text h2 {
        font-size: 30px;
        letter-spacing: 5px;
        margin-bottom: 0.5em;
        margin-top:30px;
    }
    
    .hero-text h5{
        font-size: 1.125em;
    }
    
    .hero-text-admin p,
    .hero-text p {
        font-size: 1em;
        margin-bottom: 1.25em;
    }
    
    .hero-text a.button,
    .hero-text-admin a.button {
        font-size: 14px;
    }          
    
    /* Footer */
    
    .footer-expanded-menu li.section h4,
    .footer-expanded-menu li.section ul li {
        text-align: left;
    }
    
    /* Content page */
    .apparel-content .first {
        padding-top: 50px;
    }    
       
    /* Product Details */
    .product-details .info-container {
        padding: 7% 0 0 0;
    }
    
    .product-details .info-container p.new+hr {
        margin-left: 0;
    }
    
    .product-details .selectors li {
        text-align: left;
    }
    
    .product-details .info-container .description {
        max-width: 100%;
        text-align: left;
        margin: 0;
    }
    
    .product-details .info-container .description+hr {
        margin: 2em 0;
    }
	    
    /*search page css*/

    .search-results .product-container {
        max-width: 220px;
    }
    
}

/* Top-bar breakpoint */
@media only screen and (min-width: 940px) {
    header {
        margin-top: 15px;
        background-color: transparent;
    }
    
    header .top-bar-section ul {
        display: block;
        float: none;
    }
    
    header .top-bar-section ul li {
        display: inline-block;
        float: none !important;
    }
    
    header .top-bar-section ul li .dropdown li{
        float: left !important;
        text-align: left;
    }
	
	.footer-mobile,
    header .top-bar-section li.search {
        display: none;
    }
    
    .content-float{
		float:left;
	}
    
}
@media only screen and (min-width: 1600px) {
 .banner{
     text-align:center;
    
}
.listbannerclass .details {
    position: absolute;
    bottom: 244px;
    right: 344px;
}
}

@media only screen and (max-width: 1040px) {
    .newsletter a{
        font-size:11px!important;
    }
}
@media only screen and (max-width: 1024px) {

.pho-desc {
    font-weight: 300;
    font-size: 31px;
    letter-spacing: -1px;
    margin-top: 0px;
    line-height: 23px;
}
.price-title {
    font-size: 24px;
}

.backgroung-green {
    background: #04575b;
    width: 310px;
    margin-right: 33px;
    padding: 0;
}
.marginright0{
    margin-right:0;
}

.footer-navs li {
    display: inline;
    margin-left: 15px;
}
.pho-cap {
    font-weight: 100;
    font-size: 59px;
    letter-spacing: -3px;
    text-align: left;
    margin-bottom: 0px;
}
.listbannerclass .details {
    position: absolute;
    bottom: 103px;
    right: 17px;
}
.features-desc h2 {
font-size: 32px;
line-height: 29px;
color:#ffffff;
}
li:nth-child(5) .features-desc span {
    font-size: 25px;
    line-height: 34px;
}
.phone-no span {
    font-size: 13px;
    color: #04575b;
    font-weight: 500;
    letter-spacing: 0;
}
li:nth-child(5) .features-desc {
    position: absolute;
    top: 0;
    left: 0;
}
}
/* Below 769px */
@media only screen and (max-width: 940px) {
	footer .footer-small-screen {
    	display: none;
	}
	
    .hide-mobile {
        display:none;
    }
    
    .ps-order-details-page {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    header .title-area {
        float:none;
    }
    
    header .header-cart{
        margin-top:5px;
    }

	.side-nav-content {
    	display: block;	
		 /* fallback */
         background-color: #04575b; 
         
		 background-repeat: repeat-y; 
		 /* Safari 4-5, Chrome 1-9 */ 
		 background: -webkit-gradient(linear, left top, right top, from(#04575b),color-stop(0.1, #04575b), to(#04575b)); 
		 /* Safari 5.1, Chrome 10+ */ 
		 background: -webkit-linear-gradient(right, #04575b 90%, #04575b); 
		 /* Firefox 3.6+ */ 
		 background: -moz-linear-gradient(right, #04575b 90%, #04575b); 
		 /* IE 10 */ 
		 background: -ms-linear-gradient(right, #04575b 90%, #04575b); 
		 /* Opera 11.10+ */ 
		 background: -o-linear-gradient(right, #04575b 90%, #04575b);
		 
		 padding:0!important;
	}
    
    .header-links {
        display: none;
    }
    
    header .title-area {
        width: 100%;
    }

	.nav-bar {
		margin-bottom: 26px;
	}
	.nav-bar {
	    float: left;
	    list-style: none outside none;
	    margin-bottom: 0;
	    margin-left: 0;
	    width: 100%;
	}

	.nav-bar li a {
		color: #FFFFFF;
        font-weight:normal;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
		margin-right: 10px;
        padding-bottom: 10px;
        padding-left: 35px;
        padding-top: 10px;
		display: block;
        word-wrap: break-word;
        text-transform:uppercase;
        line-height: 35px;
	}
	
	.nav-bar li a:hover{
		color: #FFFFFF;
	}

	.nav-bar > li {
		display: block;
		float: none;
		line-height: 40px;
		border-bottom:1px solid #FFFFFF;
	}
	  
    .social-active {
        margin-top: 0!important;
    }
    
    .product-detail label{
        display: block;
        padding-bottom: 5px;
    }
    
    .top-bar-section,
    .social-media-section {
        display: none !important;
    }
    
    header{
        margin-bottom: 0;
    }

	/* sub menu*/
    [role="complementary"] .has-dropdown > a > span{
        color:#FFFFFF;
        font-size:24px;
        margin-left: 5px;
		vertical-align: -3px;
    }
    
    [role="complementary"] .has-dropdown > ul{
        list-style:none;
        border-top:1px solid #FFFFFF;
    }
    
    [role="complementary"] .has-dropdown > ul > li{	
        border-bottom: 1px solid #FFFFFF;
	}
    
    [role="complementary"] .has-dropdown > ul > li:last-child {
        border-bottom: none;
    }
    
    .dropdown.level-2 li, .dropdown.level-3 li{
        /*padding-left: 35px;*/
    }
	    
	/* end sub menu */
    
    .homepage{
        margin-top:0;
    }
	
	.hero-text-admin h2,
    .hero-text h2 {
        font-size: 30px;
        letter-spacing: 5px;
        margin-bottom: 0.5em;
    }
	
	.homepage .hero .banner-background{
		padding-top: 50px;
	}
	
	.homepage h4{
		margin-top:5%;
	}
    
    /* collection page */
    .ps-collection-page {
        float:none;
    }
    
    /* product page */
    .product-details .selectors{
        text-align:center;
    }
    
	.product-details .image-container .image{
		max-width: 100%;
	}
    
   .product-details .info-container #product-price{
       text-align:center;
   }
	
	.product-details .info-container .price,
	.product-details .info-container .compareprice {
		text-align:right;
	}

	.product-details .info-container .compareprice {
		text-align:right;
		margin-left: 0;
	}

    .product-details .info-container p.new{
        margin-top:10px;
    }
    
    .mobile-user-detail-cart .social-icon {
        color: #FFFFFF!important;
        font-size: 50px;
        margin-right: 10px;
        vertical-align: -16px;
        padding-top: 5px;
    }
	 
	.mobile-user-detail{
		background-color:#04575b;
		width:100%;
		padding:15px 35px 0;
		color:#FFFFFF;
        border-bottom:1px solid #fff;
	}

	.mobile-user-detail a{
		padding-left: 0!important;
            text-transform: uppercase;
		color: #FFFFFF!important;
	}

	.mobile-user-detail-cart{
		list-style:none;
		margin-bottom:0;
		height:40px;
	}

	.mobile-auth-links{
		float: left;
		width: 56%;
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
	}
	
	.mobile-auth-links > div{
		vertical-align: middle;
	}
	
	.mobile-auth-links span{
        float: left;
        padding: 14px 0 26px;
        text-transform: capitalize;
	}
	
	.mobile_circle{
		border-radius: 50% 50% 50% 50%;
        -webkit-border-radius:50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
		display: inline-block;
	}
    
    .mobile-cart-detail{
        text-align:right;
        float: right;
    }
    
    .header-cart{
        display:block;
    }
    
	.mobile-cart-detail a{
		padding-right:0!important;
	}

	#mobile-cart{
		background: none repeat scroll 0 0 #FFFFFF;
		color:#04575b;
        font-size: 18px;
        height: 39px;
        line-height: 32px;
        padding-top: 4px;
        text-align: center;
        width: 38px;
	}

	.mobile-search-button {
    	opacity: 0;
        border: 0 none;
        height: 50px !important;
        left: 15px;
        position: absolute;
        top: 15px;
        width: 60px;
        z-index: 9999999;
        cursor: pointer;
    }
    
    .mobile.fi-page-search {
        font-size: 64px;
        left: 5px;
        top: 0;
        color: #FFFFFF;
    }

	.mobile-search{
		border: 1px solid #cdddde;
        background-color: #04575b;
        color: #FFFFFF !important;
		font-family: 'Open Sans',sans-serif;
		font-weight: bold;
		font-size: 16px!important;
		width: 86%!important;
        float: right;
		height: 55px!important;
		margin: 10px!important;
		border-radius: 5px!important;
		padding: 10px 10px 10px 20px !important;
		text-transform:uppercase;
	}
	.mobile-social{
		list-style:none;
	}
    
    .mobile-social-icons{
        margin-right:1%;
    }
	
    .footer-menu { 
        display: none;
    }
	
	.top-footer{
		display:none;
	}
    
    .mobile-text-center{
        text-align:center!important;
    }
    
    .mobile-text-center p{
        text-align:center!important;
    }

    footer{
      
        float: left;
        margin-bottom: 0;
        margin-top: 10px;
        padding-bottom: 0;
        padding-top: 10px;
        width: 100%;
    }
    
   	footer .footer-small-screen	{
		display:block;
		padding-top: 16px;
		padding-bottom:4px;
		font-size: 14px;
	}
	
	.copy-year {
        float: left;
        padding-top: 2px;
        padding-bottom: 3px;
        text-align: center;
        width: 100%;
    }
    
    .footer-block {
        border-bottom: 1px solid #9bbcbd;
    }
    
    footer .mobile-footer-logo{
        font-family:Cuprum;
        font-size:25px;
        color:#ffffff;
        text-transform:uppercase;
    }
    
    .mobile-shop-name {
    font-size: 22px;
    font-weight: normal;
	}
    
    header{
        border-bottom:1px solid #04575b !important;
    }
    
	.mobile-full-content{
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:0;
	}
    
    .hero-text {
    	padding-bottom: 0;
        padding-top:80px;
    }
    
    .hero-text a.button {
	    margin-top: 10px;
	}

    .hero-text-admin h2, .hero-text h2{
        margin-top:20px;
    }
    
    .footer-large-screen,
    .ps-logo{
        display: none;
    }
    
    .show-desktop{
        display:none;
    }
    
    .show-mobile{
        display:block;
    }
}

@media only screen and (max-width: 601px) {
	.featured .small-block-grid-2>li{
        width:100%;
    }
    
    .ps-collection-page .small-block-grid-2>li{
        width:100%;
    }
    
    .recommendations .small-block-grid-2>li{
        width:100%;
    }
    
    .collection-landing .small-block-grid-2>li{
        width:100%;
    }
    
    .featured .small-block-grid-2>li img{
        width:100%;
    }
    
    .ps-collection-page .small-block-grid-2>li img{
        width:100%;
    }
    
    .recommendations .small-block-grid-2>li img{
        width:100%;
    }
    
    .collection-landing .small-block-grid-2>li img{
        width:100%;
    }
       
}
@media only screen and (min-width:736px) and (max-width: 768px){
 .features-desc span {
    font-size: 21px;
    }
.features-desc h2 {
    font-size: 33px;
}

    li:nth-child(5) .features-desc h2{
    position: relative !important;
    top: 0 !important;
    left: auto !important;
}
}
@media only screen and (max-width: 768px) {
    .bottomspacing40{
    padding-bottom:0px;
}
    .blogingo {
    text-align: left;
}
.largecenter {
    text-align:center !important;
}

.inlineblockele{
    display:table !important;
    margin:auto !important;
}
    .feature-promo{
        display:table;
        margin:0 auto;
    }
    .smallwidth100{
        width:100%;
    }
    .ps-blog-article-content img{
        margin:0;
    }
    .toppadding{
        padding-top:15px;
    }
    .bottompadding{
        padding-bottom:15px;
    }
    .article-title{
        text-align:left !important;
    }
    .blog-author{
        text-align:left;
    }
        .smalltxtcenter{
        text-align:center;
    }
    .smallcenter{
        text-align:center !important;
        margin:0 auto!important; 
    }
.backgroung-green{
    width: 100%;

    text-align: center;
    margin-bottom: 30px;
}
.marginright0{
    margin-bottom:0;
}

.applynow{
    text-align: center !important;
}
   .title3 {
       text-align:center;
   }
.ps-body-text p{
    text-align:left !important;
}
.internalpage .title1{
    text-align:center;
}
.names-blog{
    text-align:center;
}
.aboutpage p{
    text-align:center!important;
}
.title3.topalignment{
    text-align:left;
    padding-top:0;
}


.rteinfo p{
  text-align:left;
  
}
.people-name{
       text-align:center !important; 
       padding-top:10px;
       padding-bottom:10px;
}
.title1 {
    font-size: 30px;
    text-align: left;
    line-height: 37px;
        font-weight: 300;
    
}
.title2{
    font-size:20px;
    text-align:left;
        font-weight: 300;
}
.rteinfo{
   text-align:left; 
}
    .poweredbydiv{
        padding-bottom: 32px !important;
    }
   

.six {
    padding-top:0;
}

    .pho-cap {
    font-size: 50px;
    text-align: center;
        line-height: 74px;
}
.pho-desc {
    font-size: 26px;
}
.cap-photo {
    text-align: center;
}
.partners-section{
    border-bottom:1px solid #9bbcbd;
    padding-bottom: 50px;
}
    .listbannerclass .details {
    position: relative;
    bottom: 0;
    right: 0;
    padding-top:25px;
    }
    .productpage #product-price,
    .productpage .product-detail,
    .resp-accordion.resp-tab-active,
    .resp-tab-content{
      	text-align: center;
  	}
      .button-class-phone, .button-class-phone:hover {
           display:none;  
      }
      .button-class-email, .button-class-email:hover {
        display:none;  
      }
      .phone-no span {
        font-size: 24px;
        font-weight: 500;

}
      .call{
        text-align: center !important;
        width: 100%;
        border-top: 1px solid #04575b;
        padding-top: 5px;
        padding-bottom: 5px;
      }
      

    .resp-tab-content {
        border-bottom: medium none;
    }
    
    .resp-accordion:last-of-type,
    .resp-tab-content:last-of-type {
        border-bottom: 1px solid #cdddde !important;
        border-top: medium none;
    }
    
     h2.resp-accordion {
        font-size: 22px;
        text-align: center;
    }
    
    .resp-tabs-container h2 {
        font-size: 15px !important;
        margin-bottom: 0;
    }
    
	.footer-promo-small {
        margin-bottom: 20px;
    }
    
	.ps-collection-page .collection-prefooter-ad h2,
	.ps-collection-page .collection-prefooter-ad h3 {
        text-align: center!important;
        margin-top: 10px;
    }

    .ps-collection-page .filter {
        border-bottom: 1px solid #C7C7C7;
	}
    
    .ps-collection-page .filter{
        text-align: center;
    }
    
    .ps-collection-page .desktop-pagination-content {
	    padding-left: 0;
		padding-right: 0;
	}
    
    .product-details .info-container h1 {
        margin-top: 20px;
    }
    
    .not-found h3 {
        text-align: center;
    }
    
    .apparel-content .main-content .second .padding {
        padding: 0;
    }
    
    .apparel-content .main-content .first .image img,
    .apparel-content .main-content .second .image img,
    .apparel-content .main-content .third .image img {
        float: none;
        display: block;
        margin: 4% auto;
    }
    
    .product-details .buy {
        text-align: center;
    }
    
    .product-quantity-cart.text-center {
        float: none;
    }
    
    .product-details .selectors {
        margin: 0 0 25px;
    }
	
	.like-box {
		display: inline-block;
	}
	
	.mobile-search {
        width: 71% !important;
    }
    
    .mobile.fi-page-search {
        left: 30px;
    }    
    
    .names-blog
    {
        text-align:center;
        display:block;
    }
}	

@media only screen and (max-width: 667px) {
       .feature-promo li:nth-child(5){
        padding-left:0 !important;
        padding-right:0 !important;
    }
        li:nth-child(5) .features-desc h2{
    top: 0px !important;

}

.features-images{
    text-align: center;
    display: table !important;
    width: auto !important;
    margin: 0 auto;
    float: none !important;
}
}
@media only screen and (max-width: 600px){

}
@media only screen and (max-width: 568px){

}
@media only screen and (max-width: 480px) {
    .title1{
    font-size:28px;
    font-weight:300;
    text-align:left;
}
.pho-desc {
    line-height: 26px;
}

.title2{
    font-size:18px;
    font-weight:300;
    text-align:left;
}
    
  
	.ps-collection-page .product-container .details p.title {
		font-size: 16px;
	}

    .text-logo {
        font-size: 25px;
    }
    
    .mobile-cart-detail {
        text-align: left;
        width: 100%;
    }
    
    .mobile-auth-links span {
        
    }
    
    .mobile-cart-detail a {
        display:block!important;
    }
    
    .header-cart {
        display:none!important;
    }
    
    .mobile-social-icon {
        font-size: 55px;
    }
    
	.mobile-search {
        width: 65% !important;
    }
    
    .mobile.fi-page-search {
        left: 20px;
    }
    
	#msg-container {
	    width: 94% !important;
	}
	
	.ps-error.long.style {
	    font-size: 12px !important;
	}
}

@media only screen and (max-width: 385px) {      
	.hero-text-admin h2, .hero-text h2 {
		font-size: 17px;
		letter-spacing: 2px;
		margin-bottom: 0.5em;
		margin-top: 10px;
	}
	
	.footer-promo-small{
		position:relative;
		width:50%;
	}
	
	.margin-10{
		margin-top:10px;
	}
    
	.mobile-auth-links {
		width: 100%;
	}
	
	.name img{
		max-height:50px;
	}
    
    .ps-checkout-page p.bubble-top-left, p.bubble-top-left {
        font: 9px/40px Arial,sans-serif;
        letter-spacing: 0;
    }
    
    .mobile.fi-page-search {
    	left: 10px;
	}

    .mobile-search {
        padding: 10px 10px 10px 8px !important;
        font-size: 12px !important;
		width: 65% !important;
    }
    
    footer .footer-small-screen {
		font-size: 12px;   
	}
}

@media only screen and (max-width: 320px) {
    .name img#logo {
        margin-top: 7px;
    }
}