



/*------------------------------------------------Scroll Bar--------------------------------------------------*/

::-webkit-scrollbar              {  }
::-webkit-scrollbar-button       { }
::-webkit-scrollbar-track        {  }
::-webkit-scrollbar-track-piece  {  }
::-webkit-scrollbar-thumb        { }
::-webkit-scrollbar-corner       {  }
::-webkit-resizer                {  }
:horizontal
:vertical
:decrement
:increment
:start
:end 
:double-button
:single-button
:no-button
:corner-present
:window-inactive
::-webkit-scrollbar-track-piece:start {

}


::-webkit-scrollbar {
    width: 5px;
	background:#fff;
}



::-webkit-scrollbar-track {
    -webkit-box-shadow: outset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 


::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #A2A2A2; 
    -webkit-box-shadow: outset 0 0 1px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #f5f5f5; 
}

::-webkit-scrollbar-thumb:hover  {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #666666; 
    -webkit-box-shadow: outset 0 0 1px rgba(0,0,0,0.5); 
	
}
/*------------------------------------------------Scroll Bar End--------------------------------------------------*/




/*=======================================================================
	01. COMMON STYLES
========================================================================*/

@font-face {
    font-family: 'Montserrat Light';
    src: url('fonts/montserrat-light.eot');
    src: url('fonts/montserrat-light.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-light.woff2') format('woff2'), url('fonts/montserrat-light.woff') format('woff'), url('fonts/montserrat-light.ttf') format('truetype'), url('fonts/montserrat-light.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Semi Bold';
    src: url('fonts/montserrat-semibold-webfont.eot');
    src: url('fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('fonts/montserrat-semibold-webfont.woff') format('woff'), url('fonts/montserrat-semibold-webfont.ttf') format('truetype'), url('fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Vivaldi';
    src: url('fonts/vivaldi.eot');
    src: url('fonts/vivaldi.eot?#iefix') format('embedded-opentype'), url('fonts/vivaldi.woff') format('woff'), url('fonts/vivaldi.ttf') format('truetype'), url('fonts/vivaldi.svg#vivaldi') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
}
body {
    font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #707070;
    line-height: 28px;
	text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
img {
    border: 0;
}
a {
	display: inline-block;
    color: #005b9f;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in 0s;
            transition: all 300ms ease-in 0s;
}
a:hover {
    text-decoration: none;
    color: #005b9f;
}
a:focus { outline: none }
:focus { outline: none }
.responsive-img {
    height: 100%;
    width: auto !important;
}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.margin-0 {
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}
.no-padding-right { padding-right: 0 !important }
.no-padding-left { padding-left: 0 !important }
.padding-left-65 { padding-left: 65px !important }
.no-margin-right { margin-right: 0 !important }
.margin-bottom-100px { margin-bottom: 100px !important; overflow:hidden; display:block; }
.margin-bottom-40px { margin-bottom: 40px }
.margin-bottom-30px { margin-bottom: 30px !important }
.margin-bottom-20px { margin-bottom: 20px !important }
.margin-bottom-10px { margin-bottom: 10px !important }
.margin-bottom-50px { margin-bottom: 50px !important }
.margin-bottom-0 { margin-bottom: 0 !important }
.margin-bottom-60px { margin-bottom: 60px !important }
.margin-bottom-70px { margin-bottom: 70px !important }
.margin-bottom-80px { margin-bottom: 80px !important }
.margin-bottom-90px { margin-bottom: 90px }
.margin-top-30px { margin-top: 30px !important; }
.margin-top-20px { margin-top: 20px !important; }
.margin-top-10px { margin-top: 10px !important; }
.margin-top-25px { margin-top: 25px !important; }
.margin-top-50px { margin-top: 50px !important; }
.margin-top-70px { margin-top: 70px !important; }
.margin-top-100px { margin-top: 100px !important; }
.margin-left-68 { margin-left: 68px !important; }
.margin-top-0 { margin-top: 0 !important; }
.margin-left-0 { margin-left: 0 !important; }
.required {
    color: #ff000c;
	font-size: 20px;
}
.clear-fix{
overflow:hidden; 
display:block; 
clear:both;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    line-height: 1.35;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
h1 {
    font-size: 30px;
    font-weight: normal;
}
h2 {
    font-size: 26px;
    font-weight: normal;
    color: #005ba0;
}
h3 {
    font-size: 15px;
    font-weight: normal;
}
h4 {
    font-size: 13px;
    font-weight: normal;
}
h5 {
    font-size: 12px;
    font-weight: normal;
}
h6 {
    font-size: 11px;
    font-weight: normal;
}
/* Forms */
input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="number"], textarea {
    width: 100%;
}
form { display: inline }
fieldset {
    border: 0;
    line-height: 25px;
}
legend { display: none }
/* Table */
table {
    border: 0;
    /*border-collapse: collapse;*/
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
    width: 100%;
}
caption,
th,
td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}
/* Content */
p { margin: 0 0 10px }
strong { font-weight: normal }
address {
    font-style: normal;
    line-height: 25px;
}
cite { font-style: normal }
q,
blockquote { quotes: none }
q:before,
q:after { content: '' }
small,
big { font-size: 1em }
/*sup           { font-size:1em; vertical-align:top; }_NO__DOTCOMMA__AFTER__*/
/* Lists */
ul,
ol {
    list-style: none;
    margin: 0;
}

/* custom heading */
.trendify-heading {
    position: relative;
    font-family: 'Raleway', sans-serif;
    height: 100px;
}
.trendify-heading > * { position: absolute }
.trendify-heading span.lg {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f3f3f3;
	line-height: 100%;
}
.trendify-heading span.sm {
    color: #005ba0;
    font-size: 28px;
    text-transform: lowercase;
    top: 40px;
	left: 6px;
}

.latest h2.trendify-heading {
    max-width: 100%;
    margin-bottom: 20px;
}

/* buttons */
.trendify-btn {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 100%;
    display: inline-block;
    text-align: center;
}
.black-bordered,
.default-bordered {
    padding: 0.8vw 1.8vw;
    border: 2px;
    border-style: solid;
    margin: 0 35px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 0;
}
.black-bordered:before,
.default-bordered:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
.black-bordered:hover:before,
.default-bordered:hover:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.black-bordered {
    color: #000;
    border-color: #005b9f;
}
.black-bordered:hover {
    color: #fff;
    background-color: #005b9f;
}
.home4 .black-bordered,
.home5 .black-bordered,
.home6 .black-bordered {
	color: #000 !important;
    border-color: #000 !important;
}
.home4 .black-bordered:hover,
.home5 .black-bordered:hover,
.home6 .black-bordered:hover {
	color: #005b9f !important;
    background-color: #000 !important;
}
.default-bordered {
    color: #005b9f;
    border-color: #005b9f;
}
.default-bordered:hover {
    color: #000;
    background-color: #005b9f;
}
.default-arrow {
    background-image: url('img/long-right-arrow-brown.png');
    background-repeat: no-repeat;
    background-position: 30px center;
}
.default-arrow:hover {
    background-image: url('img/black-right-arrow.png');
}
.black-arrow {
    /* background-image: url('img/black-right-arrow.png'); */
    background-repeat: no-repeat;
    background-position: 30px center;
}
.black-arrow:hover {
    /* background-image: url('img/long-right-arrow-brown.png'); */
}
.other-look {
    /* background: url('img/long-right-arrow.png') no-repeat right center; */
    padding-right: 45px !important;
    position: relative;
	padding: 15px;
	font-size: 11px;
	font-weight: 400;
	color: #1a1a1a;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.other-look:hover {
    color: #005b9f;
   /*  background: url('img/long-right-arrow-brown.png') no-repeat right center; */
}
.elg-icon {
	font-size: 22px;
	position: absolute;
	top: 9px;
	right: 0;
}
.elg-sld-icon {
	font-size: 22px;
	position: absolute;
	left: 30px;
	top: 8.5px;
}
.triangle {
	position: relative;
}
.triangle:hover:before, .triangle:focus:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #005b9f;
    right: -20px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

/*=======================================================================
	02. FEATURED COLLECTION SECTION
========================================================================*/

.featured-collection { }
.featured-collection .coats-jackets {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}
.caption {
    position: absolute;
    z-index: 100;
}
.coats-jackets .caption { text-align: center }
.coats-jackets .caption,
.featured-single .caption {
    left: 10%;
    top: 25%;
}
.featured-single h3.heading {
    color: #005b9f;
    font-family: 'Montserrat Light';
    letter-spacing: 0.4em;
	font-size: 14px;
	margin-bottom: 10px;
}
.coats-jackets .caption h4.heading {
    font-size: 14px;
    font-family: 'Montserrat Light';
    letter-spacing: 0.8em;
	color: #1a1a1a;
    margin-bottom: 20px;
}
.coats-jackets .caption h2.heading {
    margin-bottom: 20px;
	color: #333;
}
.coats-jackets .caption h3.heading {
    font-size: 16px;
    color: #005b9f;
    font-family: 'Montserrat Light';
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}
.featured-single h2 { margin-bottom: 40px; color: #333; }
.boxed-el {
    height: 250px;
    width: 100%;
    background-color: #f8f8f8;
    margin-bottom: 12px;
    overflow: hidden;
}
.boxed-el h2 {
    font-family: 'Montserrat Semi Bold';
    right: 15px;
    text-align: right;
    top: 100px;
}
.boxed-el h3 {
    width: 100%;
    text-align: center;
    top: 45px;
	left: -20px;
}
.boxed-el h2,
.boxed-el h3 {
    color: #fff;
    text-transform: uppercase;
}
.boxed-el h2 span {
    color: #FFF;
    display: block;
}
.boxed-el h2 span,
.boxed-el h3 {
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: 'Montserrat Light';
}
.boxed-el h2,
.boxed-el h3,
.boxed-el a img { position: absolute }
.boxed-el a img {
    bottom: 35px;
    right: 86px;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
}

.hover-box-1 a,
.hover-box-2 a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.hover-box-1 a:hover img,
.hover-box-2 a:hover img,
.hover-box-1 a:hover:before,
.hover-box-2 a:hover:before,
.hover-box-1 a:hover:after,
.hover-box-2 a:hover:after,
.hover-box-1 a:hover span.border-right,
.hover-box-2 a:hover span.border-right {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.hover-box-1 a:before,
.hover-box-2 a:before {
    border-bottom: 7px solid rgba(255, 255, 255, 0.8);
    border-top: 7px solid rgba(255, 255, 255, 0.8);
    bottom: 20px;
    content: "";
    left: 20px;
    top: 20px;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    position: absolute;
}
.hover-box-1 a:after,
.hover-box-2 a:after {
    border-left: 7px solid rgba(255, 255, 255, 0.8);
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    top: 20px;
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    position: absolute;
}
.hover-box-1 span.border-right,
.hover-box-2 span.border-right {
    top: 22%;
    bottom: 20px;
    width: 7px;
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    position: absolute;
}
.hover-box-1 a {
    background: rgba(0,0,0,0.4);
}
.hover-box-2 a:hover {
    background: rgba(0,0,0,0.4);
}

.hover-box-1 a:before, .hover-box-1 span.border-right {
    right: 70px;
}
.hover-box-2 a:before, .hover-box-2 span.border-right {
    right: 20px;
}
.hover-box-1 span.border-right {
    height:65px;
    box-shadow: 7px -35px 0 0 rgba(255, 255, 255, 0.8), 7px 110px 0 0 rgba(255, 255, 255, 0.8);
}
.hover-box-2 span.border-right {
    height: 35px;
    box-shadow: 0 -32px 0 0 rgba(255, 255, 255, 0.8), 0 128px 0 0 rgba(255, 255, 255, 0.8);
}

.winter.boxed-el { background: #f8f8f8 url(img/winter-jackets.jpg) no-repeat center center }
.summer.boxed-el { background: #f8f8f8 url(img/summer-collection.jpg) no-repeat center center }
.featured-collection .casual {
    height: 235px;
    background: #f8f8f8 url(img/casual-wear.jpg) no-repeat 149px -84px;
}

/*=======================================================================
	03. LATEST ITEM SECTION
========================================================================*/
.home3 .latest-items {
	overflow: hidden;
}
.trendify-tab-title {
    border-bottom: 2px solid #f8f8f8;
    margin-bottom: 40px;
}
.trendify-tab-title ul { text-align: center }
.trendify-tab-title ul li {
    display: inline-block;
    margin: 0 44px;
}
.trendify-tab-title ul li a {
    color: #919191;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat Light';
    display: inline-block;
    padding: 12px 0;
	letter-spacing: 0.05em;
}
.trendify-tab-title ul li.active a {
    color: #005b9f;
    border-bottom: 2px solid #005b9f;
}
.home5 .trendify-tab-title ul li.active a,
.home6 .trendify-tab-title ul li.active a {
    color: #1a1a1a !important;
    border-bottom: 2px solid #1a1a1a;
}
.product-single .product-img {
    overflow: hidden;
    position: relative;
}
.product-single {
	position: relative;
	top: 0;
}
.product-single .product-img .actions {
    position: absolute;
    bottom: -56px;
    width: 100%;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 0.4s ease-in-out;
            transition:  all 0.4s ease-in-out;
    background-color: #FFF;
}
.details-popup .product-single .product-img .actions { 
	bottom: 0;
	display: block;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.details-popup .product-single:hover .product-img .actions { 
	opacity: 1;
}
.product-single:hover .actions {
    opacity: 1;
}
.product-single .product-img .actions a {
	display: none;
}
.details-popup .product-single .product-img .actions a {
	display: block;
}
.product-single:hover .product-img .actions a {
	display: inline-block;
}
.product-single .product-img:hover .actions { bottom: 0 }
.product-single .product-img .actions ul li {
    float: left;
    width: 33.33%;
    text-align: center;
}
.product-single .product-img .actions ul li i {
    color: #a4a4a4;
    display: block;
    padding: 20px 30px;
    background-color: #FFF;
    border-right: 1px solid #f2f2f2;
    font-size: 20px;
}
.product-single .product-img .actions ul li:last-child i { border-width: 0 }
.product-single .product-img .actions ul li i:hover { color: #363636 }
.product-single .product-info { text-align: center }
.product-single .product-info h2 {
    font-family: 'Raleway', sans-serif;
	font-size: 15px;
    margin-top: 25px;
    color: #292929;
	letter-spacing: 0.05em;
    text-transform: capitalize;
	font-weight: 500;
}
.product-single .product-info .star-rating { }
.product-single .product-info .star-rating ul {
    display: inline-block;
	margin-right: 15px;
}
.product-single .product-info .star-rating ul li { display: inline }
.product-single .product-info .star-rating ul li i { color: #ffc925 }
.product-single .product-info .price {
    font-size: 15px;
    font-family: 'Montserrat Light';
    color: #1a1a1a;
	letter-spacing: 0.05em;
}
.product-single .product-info .price del {
    color: #cbcbcb;
    margin-right: 25px;
	margin-left: 0;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.05em;
}

.product-single .product-info .trendify-btn {
    margin: 0 !important;
    padding: 12px 30px;
    border: 1px solid #000;
}
.product-single .product-info .trendify-btn.margin-top-20px {
	margin-top: 20px !important;
}
.trendify-prev,
.trendify-next {
    position: absolute;
    border: 2px solid #f2f2f2;
    height: 50px;
    width: 50px;
    cursor: pointer;
    margin-top: 112px;
    z-index: 9;
}
.trendify-prev {
    left: 5px;
    background: url(img/left-arrow.png) no-repeat 14px center;
}
.trendify-next {
    right: 5px;
    background: url(img/right-arrow.png) no-repeat 18px center;
}

/*=======================================================================
	04. ABOUT SECTION
========================================================================*/

.our-histry .aligned { }
.aligned .label-txt {
    position: absolute;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    bottom: -250px;
    left: -86px;
    color: #005b9f;
    background: #fcfcfc;
    letter-spacing: 0.8em;
	line-height: 100%;
    font-size: 14px;
    font-family: 'Montserrat Light';
    padding: 5px;
    text-transform: uppercase;
}



.our-histry .aligned img { margin-left: 28px }
.our-histry .history-content {
    background: rgba(243, 243, 243, 0.25);
    overflow: hidden;
}
.our-histry .history-content p {
	padding: 109px 65px;
    padding-right: 250px;
    line-height: 28px;
    font-size: 16px;
}
.box-bottom {
	position: relative;
	right: 20px;
	bottom: 20px;
}

.middle-align span {
	display: block !important;
	width: 100%;
	text-align: center;
}


/*=======================================================================
	05. BLOG SECTION
========================================================================*/

.latest-blogs { }
.latest-blogs .trendify-heading {
    margin-bottom: 50px;
}
.latest-blogs .single-news {
    background-color: #f9f9f7;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.home5 .latest-blogs .single-news {
    background-color: transparent;
	margin-bottom: 0;
}
.latest-blogs .thumbs { }
.latest-blogs .thumbs img { }
.latest-blogs .control-thumb {
    position: absolute;
    bottom: 0;
    z-index: 999;
}
.latest-blogs .control-thumb .prev,
.latest-blogs .control-thumb .next {
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 3px;
	cursor: pointer;
}
.latest-blogs .control-thumb .prev {
    background: rgba(0,0,0,0.5) url(img/left-arrow.png) no-repeat 14px center;
    background-size: 10px;
}
.latest-blogs .control-thumb .next {
    background: rgba(0,0,0,0.5) url(img/right-arrow.png) no-repeat 16px center;
    background-size: 10px;
}
.latest-blogs .news-content { padding: 15px 30px }
.home5 .latest-blogs .news-content { padding: 0 }
.latest-blogs .news-content h2 {
    color: #292929;
    font-size: 14px;
    font-family: 'Montserrat Semi Bold';
    text-transform: uppercase;
    border-bottom: 2px solid #292929;
    padding-bottom: 10px;
    margin-bottom: 8px;
}
.latest-blogs .news-content .meta {
    font-size: 12px;
    font-style: italic;
}
.blog-icon {
	display: inline-block;
	font-size: 22px;
	color: #1a1a1a;
	margin-top: 5px;
	transition: all 0.4s ease-in-out;
}
.blog-icon:hover {
	color: #d9c8aa;
}
/*=======================================================================
	06. CLIENT SECTION
========================================================================*/

.clients {
    margin-bottom: 25px;
}
.home6 .clients {
    margin-top: 25px;
    margin-bottom: 50px;
}
.home4 .clients {
    margin-bottom: 50px;
}
.clients ul li {
    max-width: 200px;
    border: 3px solid transparent;
}
.clients ul li a img { width: auto !important }
.clients ul li:hover {
    border-image-source: url("img/clients-logo-hover.png");
    border-image-slice: 1;
}



/*=========== Homepage 2 ===============*/

/*=======================================================================
	07. FEATURED COLLECTION SECTION 2
========================================================================*/

span.offer {
    font-size: 10px;
    margin: -3px 10px;
    position: absolute;
    font-family: Raleway Medium;
    background-color: #005b9f;
    color: #fff;
    padding: 2px 6px;
}
span.offer:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #005b9f;
    top: 17px;
    left: 0;
}
.margin-bottom{margin-bottom: 10px;}

.home2 h2.heading{
}

.featured-collection .bag, 
.featured-collection .jackets, 
.featured-collection .shoes, 
.featured-collection .accessories {
    height: 235px;
    background-size: 50%;
}
.featured-collection .bag {
    background: #f8f8f8 url(img/bag.png) no-repeat right -25px;
}
.featured-collection .jackets {
    background: #f8f8f8 url(img/jackets.png) no-repeat right -25px;
}
.featured-collection .shoes {
    background: #f8f8f8 url(img/shoes.png) no-repeat right -25px;
}
.featured-collection .accessories {
    background: #f8f8f8 url(img/clock.png) no-repeat right -25px;
}

/*=======================================================================
	08. BEST SELLER SECTION
========================================================================*/

.bestsellers-content h2.trendify-heading {
    position: static;
}
.bestsellers-content .trendify-heading span.sm {
	left: auto;
}
.bestsellers .product-single {
    padding: 0 25px;
	position: relative;
}
.product-single.aligned .label-txt {
    bottom: 222px;
    left: -116px;
	line-height: normal;
}
.product-single.aligned .label-txt1 {
    bottom: 214px;
    left: -107px;
}
.reson {
    overflow: hidden;
    background-color: #f9f9f7;
}
.reson-left {
    background-image: url("img/why-choose-right.jpg");
    background-repeat: no-repeat;
    padding: 50% 15%;
    background-position: 100%;
	width: 100%;
}
.reson-left a {
    right: 15px;
    bottom: 30px;
    padding: 5px 30px;
    position: absolute;
    background-color: rgba(0,0, 0, 0.6);
    color: #fff;
}
.reson-left a:hover {
	background: #000;
}
.reson-left .trendify-heading span.sm {

}
.reson-left .trendify-heading span.lg {

}

.reson-right {

}
.single-reson {
    background: #fff;
    margin: 0 0 20px 0;
    padding: 30px 35px;
    box-shadow: 0px 0px 7px 0px #ddd;
}
.bg-1 {
    background-image: url("img/bg-1.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg-2 {
    background-image: url("img/bg-2.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg-3 {
    background-image: url("img/bg-3.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg-4 {
    background-image: url("img/bg-4.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.reson-right-title p {
    margin-bottom: 40px;
}
.reson-right-title h3 {
    margin: 60px 0 0 0;
	color: #1a1a1a;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
}
.reson-right-title h3:before, .reson-right-title h3:after {
    border: 2px solid #cfcfcd;
    position: absolute;
    content: "";
    width: 26px;
    top: 73px;
    margin-left: -45px;
}
.reson-right-title h3:before {
    margin-left: -45px;
}
.reson-right-title h3:after {
    margin-left: 15px;
}
.single-reson h4 {
    text-transform: uppercase;
    color: #292929;
}
.single-reson p {
    color: #707070;
    margin-top: 25px;
}

/*=========== Homepage 3 ===============*/

.home3 .slider .slide-items .caption {
    left: 25%;
}
.home3 .slider .slide-items img {
    float: none;
    margin-left: 34%;
}
.home3 .slider .slide-items .caption {
    text-align: center;
}

.right-dash {
    position: relative;
    font-size: 28px;
    color: #1a1a1a;
    line-height: 50px;
    text-transform: lowercase;
}
.right-dash:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 25px;
    background-color: #1a1a1a;
    left: 315px;
    top: 25px;
}
.trendy-offers-tab .trendify-tab-title {
    border-bottom: 0;
}
.trendy-offers-tab .trendify-tab-title ul {}
.trendy-offers-tab .trendify-tab-title ul li {}
.trendy-offers-tab .trendify-tab-title ul li a {
    font-size: 13px;
    padding: 5px 0;
}

/*=======================================================================
	09. MASONARY PRODUCT SECTION
========================================================================*/

.single-masonry-product {
    position: relative;
    background-color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.single-masonry-product span, .single-latest-product span.new {
    position: absolute;
    color: #FFF;
    line-height: 25px;
    padding: 0 10px;
	letter-spacing: 0.05em;
    font-family: 'Montserrat Light';
}
.single-masonry-product span:not(.new2) {
    top: 0;
    left: 0;
    background: #1a1a1a;
    font-size: 15px;
	 color: #f8f8f8;
}
.single-masonry-product span:not(.new2):after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #1a1a1a;
    right: -15px;
    top: -25px;
}
.single-masonry-product span.new, .single-latest-product span.new {
    top: 12px;
    right: 12px;
    background: #005b9f;
    text-transform: uppercase;
    font-size: 11px;
}
.single-masonry-product span.new:after, .single-latest-product span.new:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-left: 17px solid #005b9f;
    border-bottom: 10px solid transparent;
    border-right: 18px solid transparent;
    bottom: -7px;
    left: 0;
}
.single-masonry-product h4, .single-latest-product h4 {
	font-family: 'Raleway', sans-serif;
    font-size: 27px;
    font-weight: 300;
    color: #ffffff;
    position: absolute;
    bottom: 130px;
    left: 20px;
    right: 20px;
    text-align: center;
    letter-spacing: 2px;
    padding: 5px;
    text-transform: none;
}


.single-masonry-product .productlogo, .single-latest-product productlogo {
	position: relative;
	bottom: 175px;
	/*left: 145px;
	right: 145px;*/
	padding: 5px;
	max-width: 60px;
	max-height: 80px;
}


.single-masonry-product {
    margin-bottom: 10px;
}
.new2 {
    right: 15px;
    z-index: 9;
    background-color: #005b9f;
    top: 15px;
}
.new2:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #005b9f;
    border-right: 13px solid transparent;
    border-bottom: 8px solid transparent;
    left: 0;
    top: 25px;
}
.new-member-offer {
    background: url(img/banner.png) no-repeat center center;
    padding: 70px 0;
}
.new-member-offer h2 {
    color: #2d2b27;
    letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.new-member-offer h3 {
    color: #1a1a1a;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    letter-spacing: 0.4em;
}
.new-member-offer a {}
.new-member-offer .trendify-btn {
	color: #1a1a1a;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

/*=======================================================================
	10. LOCATION
========================================================================*/

.location .trendify-heading {
    margin-bottom: 30px;
}
.location img.store {
    position: relative;
    margin-left: 20px;
}
.store-info-box {
	background-color: rgba(26, 26, 26, 0.95);
    max-width: 400px;
    padding: 25px 40px;
    position: absolute;
    left: -20px;
    bottom: -50px;
}
.store-info-box h4 {
    color: #fff; font-size: 25px; line-height: 35px; padding: 30px; text-transform: none;
}
.location {
	overflow: visible;
}
.store-info-box ul li {
    display: inline-block;
}
.store-info-box ul li:first-child {
    padding-right: 10px;
}
.store-info-box ul + div {
	margin-top: 20px;
}

/* Box Content */

.boxed-content {
	border: 1px solid #eee;
    padding: 40px;
    border-radius: 50%;
    height: 340px;
    width: 340px;
}
.boxed-content h4 {
    font-size: 14px;
    margin-bottom: 60px;
    position: relative;
}
.boxed-content h4:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    left: 10%;
    border-bottom: 1px solid #eee;
    margin-top: 25px;
}
.boxed-content h4:after {
    content: "";
    width: 25px;
    height: 100%;
    top: 26px;
    position: absolute;
    border-bottom: 3px solid #005b9f;
    left: calc(50% - 25px);
}
.boxed-content p {
    margin: 20px 0;
}
.boxed-content span.hours {
    font-size: 66px;
    font-family: 'Playfair Display', serif;
	font-weight: 400;
    color: #1a1a1a;
}

.boxed-content .phone-email {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
}
.boxed-content span.and {
    font-family: 'Playfair Display', serif;
	font-weight: 400;
    font-size: 15px;
    color: #c4ab7f;
    border: 2px solid #005b9f;
    padding: 1px 5px;
}

form.subscribe {
    border-bottom: 1px solid #f2f2f2 !important;
    padding-bottom: 15px;
}
form.subscribe input {
    border-color: transparent;
    background-color: transparent;
    font-size: 13px;
    color: #baa47d;
}
form.subscribe input[type='email'] {
   width: 80%;
}
form.subscribe input::-webkit-input-placeholder {
  color: #baa47d;
}
form.subscribe input:-moz-placeholder {
  color: #baa47d;
}
form.subscribe input::-moz-placeholder {
  color: #baa47d;
}
form.subscribe input:-ms-input-placeholder {
  color: #baa47d;
}
form.subscribe input::-ms-input-placeholder {
  color: #baa47d;
}
.footer-top{

}
.boxed-content:hover {
    border: 1px solid #005b9f;
}
.boxed-content:hover h4:after, .boxed-content:hover span.and {
    border-color: #fff;
}
.boxed-content-container {
    position:relative;
    overflow: hidden;
}

.dh-overlay {
    background: #fbfcfd;
    text-align: center;
    z-index: -1;
    padding: 40px;
    border-radius: 50%;
    height: 340px;
    width: 340px;

}
/* Home page 4 */
span.post-no {
    font-size: 40px;
    color: #005b9f;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
    margin-right: 10px;
}
/* latest */
.latest h4 {
    color: #b6b9c0;
    letter-spacing: 5px;
    font-family: 'Montserrat Light';
}
.latest h2.trendify-heading:after {
    content: "";
    position: absolute;
    border: 2px solid #1a1a1a;
    width: 25px;
    left: 95%;
    bottom: 10%;
}

.latest a {
    float: right;
    margin: 30px 0 0 0;
    color: #1a1a1a;
    font-family: 'Montserrat Light';
	text-transform: uppercase;
}
.latest a span.arrow_right {
    vertical-align: middle;
    margin-right: 15px;
	font-size: 22px;
	color: #707070;
}
.trendify-items .product-single { 
	margin-bottom: 70px;
}

/*=======================================================================
	11. FEATURED PRODUCTS
========================================================================*/

.featured-product .news-content {
    border: 7px solid #005b9f;
    padding: 35px;
    margin:15px 0 0 15px;
}
.featured-product .news-content h2 {
    font-size: 16px;
    font-family: 'Raleway Medium';
    font-weight: 500;
	margin-bottom: 20px;
}
.featured-product .price del {
    color: #cbcbcb;
    margin-right: 25px;
}
.featured-product .price {
    font-size: 15px;
    font-family: 'Montserrat Light';
    color: #1a1a1a;
	margin-bottom: 20px;
}
.featured-product p {
    margin-bottom: 30px;
}
.featured-product .news-content a span.arrow_right {
    vertical-align: middle;
    margin-right: 15px;
	font-size: 22px;
	color: #707070;
}
.featured-product .news-content a {
    margin: 39px 0 0 0;
    color: #1a1a1a;
    font-family: 'Montserrat Light';
    text-transform: uppercase;
}
.featured-product .single-news {
    height: 560px;
    overflow: hidden;
	cursor: move;
    margin-left: -7px;
}
.featured-product .control-thumb {
    position: absolute;
    z-index: 100;
    right: 15px;
    bottom: 0;
    cursor: pointer;
}

.featured-product .control-thumb .prev,
.featured-product .control-thumb .next {
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 3px;
}
.featured-product .control-thumb .prev {
    background: rgba(0,0,0,0.5) url(img/left-arrow.png) no-repeat 14px center;
    background-size: 10px;
}
.featured-product .control-thumb .next {
    background: rgba(0,0,0,0.5) url(img/right-arrow.png) no-repeat 16px center;
    background-size: 10px;
}
/*new offer */
.new-member-offer {
    background: url(img/banner2.png) no-repeat center center;
    padding: 70px 0;
	background-size: cover;
}
.banner1 {
	background-image: url(img/banner.png) !important;
}
.home4 .new-member-offer h3 {
    font-size: 14px;
    letter-spacing: 5px;
    font-family: 'Montserrat Light';
    color: #1a1a1a;
}
.new-member-offer input[type="email"] {
    padding: 5px 20px;
    float: left;
    border: 1px solid #cdcdcd;
    width: 50%;
}
.new-member-offer button[type="submit"] {
    background: #000;
    padding: 6px 30px;
    font-size: 22px;
	color: #fff;
    border: 0;
}

/* Home Page 5 Style */
body.home5 {
    margin: 15px 50px;
}
/* Nav */
body.home5 .navbar-brand img {
    margin: 0;
}
body.home6 .navbar-brand img {
    margin: 0;
}
/* Slider */
body.home5 .slider .slide-items .caption{
	width: 50%;
	top:30%;
}
body.home5 .caption h2 {
    font-size: 72px;
}
body.home5 .slide-items .caption h4 {
    font-size: 20px;
    color: #1a1a1a;
    letter-spacing: 10px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

body.home5 .left-arrow, 
body.home6 .left-arrow {
    display: inline-block;
}
body.home5 .left-arrow img, 
body.home6 .left-arrow img{
    float: left;
    padding: 10px;
}
body.home5 .left-arrow:hover:after,
body.home6 .left-arrow:hover:after {
    content: url('img/long-right-arrow-white.png');
    padding: 9px 33px;
	position:absolute;
	width:100%;
	height:100%;
}

/*=======================================================================
	12. LATEST PRODUCT
========================================================================*/

.single-latest-product{
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
}
.product-grid .col-md-3, .product-grid .col-md-4 {
    padding: 0 10px;
}
.single-latest-product .product-name {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #292929;
	letter-spacing: 0.05em;
}

.single-latest-product .actions a i{
    padding-right: 10px;
}
.single-latest-product .actions a {
    padding: 10px 0px 0px 5px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat Light';
}
.single-latest-product .actions ul{
    padding: 0;
}

.single-latest-product .actions ul li {
    display: inline-block;
    padding: 10px 20px;
}
.single-latest-product.inside .actions ul li {
    display: inline-block;
    padding: 8px 12px;
}
.single-latest-product .actions ul li a {
   padding: 0;
   font-family: 'Open Sans', sans-serif;
   color: #707070;
   display: none;
}
.single-latest-product:hover .actions ul li a {
   display: inline-block;
}
.single-latest-product .actions ul li a i {
   padding-right: 0 !important;
}
.single-latest-product .actions ul li:hover {
    background-color: #323232;
}
.single-latest-product .actions ul li:hover a {
    color: #fff;
}
.single-latest-product .actions {
    background-color: #1a1a1a;
    overflow: hidden;
    position: absolute;
    bottom: -55px;
    width: 100%;
	padding-left: 5px;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
	opacity:0;
	filter: alpha(opacity=0);
}

.single-latest-product:hover .actions {
    bottom: 0;
	opacity:1;
	filter: alpha(opacity=100);
}

span.price-label:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-bottom-color: #1a1a1a;
    border-left-color: #1a1a1a;
    right: -24px;
    top: -1px;
}
span.price-label {
    position: absolute;
    color: #FFF;
	font-size: 15px;
	letter-spacing: 0.05em;
    line-height: 25px;
    padding: 0 10px;
    font-family: 'Montserrat Light';
    background: #1a1a1a;
	top: 0;
    left: 0;
    z-index: 500;
}

.home5 .single-featured-box .caption {
    position: absolute;
    top: 25%;
    left: 50px;
}
.home5 .single-featured-box .caption h3 {
    color: #1a1a1a;
    letter-spacing: 0.5em;
    font-size: 16px;
    font-family: 'Playfair Display', serif;
	font-weight: 400;
}
.home5 .single-featured-box .caption h1 {
    color: #1a1a1a;
    font-size: 29px;
    padding: 15px 0 30px 0;
}
.home5 .single-featured-box .black-bordered, 
.home5 .single-featured-box .default-bordered {
    margin: 0 !important;
}
.home5 .news-img {
    height: 134px;
    overflow: hidden;
}
.home5 .single-news .news-content h4 {
    border-bottom: 2px solid #1a1a1a;
    padding: 25px 0 20px 0;
	font-size: 14px;
	color: #292929;
}
.home5 .single-news .news-content a {
    color: #d9c8aa;
}
.home5 .single-news .news-content p.meta {
    color: #9c9c9c;
    font-style: italic;
}
.home5 .single-news .news-content p.excerpt {
    color: #707070;
}

/*-------- Homepage 6  ---------------*/

.home6 {
    margin: 15px 50px;
}
.home6 .coats-jackets {}
.home6 .coats-jackets .caption {
    text-align: left;
    top: 50%;
}
.home6 .coats-jackets .caption h2.heading {
    color: #FFF;
}
.home6 .coats-jackets .caption h4.heading {
    color: #FFF;
    font-size: 16px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}
.home6 .coats-jackets .caption .trendify-btn {
    margin-left: 0 !important;
}
    
    
    
/*Latest Product*/
.home6 .latest-product ul li {
    float: left;
}

/* supports */
.trendify-supports{
    margin-bottom: 50px;
    min-height: 138px;
}
.home6 .trendify-supports{
    margin-bottom: 70px;
}
.trendify-single-support{
	border: 1px solid #eeeeee;
	padding: 50px 20px;
}
.trendify-single-support .support-img{
	display: block;
	height: 100%;
}
.trendify-single-support .support-img img{
	float: left;
	height: 30px;
	margin-right: 20px;
}
.trendify-single-support h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.trendify-single-support p{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #707070;
	line-height:normal;
	margin-bottom: 0;
	overflow: hidden;
}

/*=======================================================================
	13. SUBSCRIBE SECTION
========================================================================*/

.home6 .trendify-newsletter {
    background-color: #f8f8f8;
    padding: 70px 0;
}
.home6 .trendify-newsletter{
	background-color: #f8f8f8; 
}
.home6 .subscribe{
	text-align: center;
}
.home6 .subscribe form{
	position: relative;
	margin-top: 50px;
}
.home6 .subscribe h2{
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #1a1a1a;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.3em;
}
.home6 .subscribe form input[type="email"] {
    width: 250px;
    border-width: 0 0 1px 0;
    padding: 2px 0;
    font-style: italic;
    background: #f8f8f8;
    border-bottom: 1px solid #bfbfbf;
}
.home6 .subscribe form input[type="image"] {
    position: absolute;
    right: 0;
    top: 5px;
}

/*Footer css*/
.home6 .footer {
    padding-top: 0;
}

/*=======================================================================
	14. ABOUT PAGE
========================================================================*/

/*---------About title Styles------------*/

.page_title_area {
	background-color: #005ba0;
	padding: 50px 0;
	margin-bottom: 55px;
}
.page_title_area .page_title h1{
	font-size: 40px;
	color: #fff;
	letter-spacing: 0.15em;
	margin-bottom: 0;
}
.page_title_area .bredcrumb ul{
	text-align: right;
}
.page_title_area .bredcrumb ul li {
	display: inline-block;
	margin-left: 20px;
	position: relative;
}
.page_title_area .bredcrumb ul li a{
	color: #9f9f9f;
    font-weight: normal;
    font-family: Open Sans;
}
.page_title_area .bredcrumb ul li:after{
	position: absolute;
	font-family: 'FontAwesome';
	top: 0;
	right: -14px;
	content: "\f105";
	font-weight: 700;
	color: #9f9f9f;
}
.page_title_area .bredcrumb ul li:last-child:after{
	display: none;
}

/*About shop Styles*/
.about_our_shop_area {
	padding: 50px 0;
}
.about1 .about_our_shop_area {
	padding: 0;
}
.about_shop_img img {
	width: 100%;
}
.about_shop_content h2{
	font-size: 28px;
	position: relative;
	display: inline-block;
}
.about_shop_content h2:after {
	background-color: #1a1a1a;
	content: "";
	height: 2px;
	position: absolute;
	right: -40px;
	top: calc(50% - 1px);
	width: 30px;
}
.about_shop_content p {
	-webkit-column-count: 2;
    -moz-column-count: 2; 
    column-count: 2;
    -webkit-column-gap: 30px; 
    -moz-column-gap: 30px; 
    column-gap: 30px;
	color: #707070;
}



/*=======================================================================
	15. TEAM MEMBER
========================================================================*/

.single_team_member img{
	width: 100%;
}
.single_team_member > h2 {
	color: #292929;
	font-size: 14px;
	margin: 20px 0 0 0;
}
.single_team_member > p{
	color: #9c9c9c;
	font-size: 12px;
	font-style: italic;
}


/*=======================================================================
	16. PROGRESS BAR
========================================================================*/

.barWrapper .progress {
	background-color: transparent;
	box-shadow: none;
	height: 4px;
	margin-bottom: 50px;
	overflow: visible;
}
.barWrapper .progress-bar {
	background-color: #005b9f;
	box-shadow: none;
	position: relative; 
}
.barWrapper h3.progressText {
	color: #262b2f;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat Light';
}
.progress .bar_over{
	background: #d5d5d5 none repeat scroll 0 0;
	color: rgb(255, 255, 255);
	font-size: 12px;
	font-weight: bold;
	padding: 6px 12px;
	position: relative;
	right: 47px;
	top: -50px;
}
.progress .bar_over:after{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #D5D5D5;
	content: "";
	position: absolute;
	right: 20px;
	top: 29px;
}
.barWrapper h3{
	margin-bottom: 20px;
}
.our_experiences_area .experience_content{
	background: #F9F9F7;
	padding: 30px;
	text-align: right;
}
.our_experiences_area .experience_content p{
	text-align: left;
}
.progress-bar.cloth-design {
	width: 87%;
}
.progress-bar.shipping {
	width: 90%;
}
.progress-bar.marketing {
	width: 72%;
}
.progress-bar.fashion {
	width: 84%;
}


/*About Clients Styles*/
.about1 .clients{
	margin: 70px 0;
}


/*=======================================================================
	17. SIDEBAR FILTER FORM
========================================================================*/

.side-bar h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat Semi Bold';
    color: #292929;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
	margin-bottom: 30px;
}
.side-bar .widget {
    margin-bottom: 50px;
	overflow: hidden;
}


.side-bar .sidebar-list ul li {
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 0;
}

.side-bar .sidebar-list ul li a {
	color: #707070;
}
.side-bar .sidebar-list ul li a:hover, .side-bar .sidebar-list ul li a:active, .side-bar .sidebar-list ul li a:focus  {
	color: #005b9f;
}

.side-bar .sidebar-list ul li a span {
	float: right;
}

/* checkbox */
.side-bar .checkboxes ul {
    max-height: 300px;
    overflow-y: scroll;
}
/* Let's get this party started */
.side-bar .checkboxes ul::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
.side-bar .checkboxes ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.side-bar .checkboxes ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #292929; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.side-bar .checkboxes ul::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}


.checkboxes ul li {
	line-height: 32px;
}
.checkboxes input[type=checkbox] {
    margin-right: 5px;
}

input[type=checkbox].css-checkbox {
		position:absolute;
		z-index:-1000; 
		left:-1000px; 
		overflow: hidden; 
		clip: rect(0 0 0 0);
		height:1px; 
		width:1px; 
		margin:-1px; 
		padding:0; 
		border:0;
	}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:29px;
	height:11px; 
	display:inline-block;
	line-height:11px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:12px;
	vertical-align:middle;
	cursor:pointer;
	font-weight: 600;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -11px;
	color: #005b9f;
}
label.css-label {
	background-image:url(img/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ui-slider-horizontal {
    height: .5em !important;
}
.slider-range .values input {
    width: 27%;
}
.ui-widget-header {
	background-color: #005b9f !important;
}
.ui-widget-content {
	border: 0 !important;
	background-color: #f0f0f0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0 !important;
	border-radius: 50% !important;
	background-color: #000 !important;
}

#slider-range {
	margin-bottom: 25px;
}
.side-bar .slider-range .values input[type="text"] {
    text-align: right;
    padding: 0 7px;
	position: relative;
	text-indent: 15px;
}
.side-bar .slider-range .values input[type="text"]:before {
	content: '$';
	position: absolute;
	left: 0;
	top: 5px;
}
.side-bar .slider-range .values input[type="submit"] {
    background-color: #FFF !important;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
	padding: 1px;
	margin-left: 13px;
}

.side-bar .slider-range .filter-gap {
    margin: 0 10px;
}

.side-bar .size ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.side-bar .size ul li a {
    color: #888888;
    border: 1px solid #888888;
    padding: 11px 15px;
}
.side-bar .size ul li a:hover,
.side-bar .size ul li a.active {
	color: #000;
    border: 1px solid #000;
}
.popular-products .product-img {
    max-width: 80px;
    float: left;
    margin-right: 20px;
}
.popular-products .product-img img {
}
.popular-products .product-info {
	text-align: left;
}
.popular-products .product-info h2, .popular-products .product-info .price{
	font-size: 13px;
}
.popular-products .product-info .price {

}
.product-listing-view {
    margin-bottom: 50px;
	overflow: hidden;
}
.trendify-banner {
    position: relative;
	color: #FFF;
}
.trendify-banner .banner-text {
	position: absolute;
	left: 50px;
	top: 50px;
}

.trendify-banner .banner-text h3 {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: 0.2em; 
	margin-bottom: 10px;
}
.trendify-banner .banner-text h4 {
	font-size: 29px;
	margin-bottom: 30px;
}
.trendify-banner .bordered {
	margin-left: 0;
	color: #fff;
	border: 2px solid #005b9f;
}

.trendify-banner .bordered:hover:after{
	background-color: #005b9f;
}

.view-navigation {
	margin: 30px 0;
}
.view-navigation .info-text {
    float: left;
    display: block;
}
.view-navigation .right-content {
	text-align: right;
}
.view-navigation .grid-list ul li {
    margin: 0 2px;
    display: inline-block;
}
.view-navigation .grid-list ul li a {
    color: #b6b9c0;
    width: 38px;
    height: 41px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    border: 2px solid #ededed;
    background-color: transparent;
    font-size: 20px;
}
.view-navigation .grid-list ul li a:hover, 
.view-navigation .grid-list ul li a:focus, 
.view-navigation .grid-list ul li a.active {
	color: #000;
}

.view-navigation .right-content .grid-list{
	display: inline-block;
}
.view-navigation .right-content .input-select {
    float: right;
    display: inline-block;
}
.view-navigation .right-content .input-select select {
    color: #000;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 2px solid #ededed;
    padding: 2px 30px 3px 20px;
    text-transform: uppercase;
    background-color: transparent;
    font-family: 'Montserrat Light';
}
@-moz-document url-prefix() {
	.view-navigation .right-content .input-select select {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.img-responsive, .thumbnail a > img,
	.single-slider-item .thumbnail > img {
		width: 100%;
	}
	.quantity label {
		font-weight: 300;
	}
	.quantity input {
		width: auto;
	}
	.checkout label {
		font-weight: 300;
	}
	.checkout h3,
	.login h3	{
		font-weight: 300;
	}
	.footer .box-border img {
		width: auto !important;
	}
	.moz-quantity-level > div {
		display: inline-block !important;
		float: none;
		width: 35%;
	}
	.moz-quantity-level > div.add-to-cart {
		width: 55%;
	}
}

.view-navigation .right-content .input-select:after {
    content: "\f107";
    color: #000;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: -22px;
    margin-right: 15px;
    pointer-events: none;
    box-sizing: border-box;
    font-family: FontAwesome;
}
.view-navigation .right-content .input-select select option {
    font-size: 10px;
    color: #555555;
    margin-bottom: 15px;
}

.product-listing-view .list-item {
    margin-top: 70px;
}
.product-listing-view .list-item .thumb-holder {
	float: left;
    margin-right: 30px;
	max-width: 270px;
}
.product-listing-view .list-item .thumb-holder img {
	width: 100%;
}
.list-item .product-info {
	text-align: left;
}
.list-item .link-button .bordered {
	margin: 0;
}
.list-item .link-button {
    display: inline-block;
	margin-right: 12px;
}

.like {     
	color: #888888;
    border: 1px solid #888888;
	display: inline-block; 
	height: 40px;
	width: 40px;
	line-height: 36px;
	font-size: 17px;
	text-align: center;
}	
.like:hover {
	color: #000;
    border: 1px solid #000;
}
	
/*=======================================================================
	18. CART STYLES
========================================================================*/

.cupon-code .btn-black{
    background-color: #1a1a1a !important;
    color: #fff !important;
    width: 54% !important;
    padding: 6px 30px !important;
	transition: all 0.4s ease;
}
.cupon-code .btn-black:hover {
    background: transparent !important;
	color: #292929 !important;
}
.cart-totals .cupon-code .btn-black {
	width: 38% !important;
}
.payment .cupon-code .btn-black {
	width: 38% !important;
}
.shop_table {
    border: 1px solid #e3e3e3;
    margin: 0 0 50px;
    border-collapse: collapse;
}
.shop_table th {
    text-align: center !important;
    font-size: 14px;
    color: #292929;
    font-family: 'Montserrat Semi Bold';
    text-transform: uppercase;
}

.shop_table tr {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
}
.shop_table td {
    vertical-align: middle;
    text-align: center;
}
.product-thumbnail img {
    width: 77px;
    height: 98px;
    margin: 30px 0;
}
.shopping-cart .product-name {
    text-align: left !important;
    padding-left: 110px;
}
.shopping-cart thead tr th {
	padding-top: 8px;
	padding-bottom: 8px;
}
.product-remove {
    padding-left: 40px;
}
.shopping-cart .product-info {
    text-align: left;
}
.shopping-cart .product-info a {
    color: #292929;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.shopping-cart .product-number {
	font-size: 13px;
	color: #1a1a1a;
}
.shopping-cart .quantity input {
    max-width: 80px;
    padding: 5px 0 5px 15px;
}
.shopping-cart h4 {
	font-size: 14px;
	color: #292929;
}
.calculate-shipping h4,
.cupon-code .coupon-heading {
	font-size: 13px;
	letter-spacing: 0.05em;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.cupon-code > table {
	margin-top: 20px;
}
.cupon-code > table th {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
span.amount-subtotal {
    color: #1a1a1a;
    font-weight: 600;
}
.shopping-cart input, .shopping-cart textarea, .shopping-cart select {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    width: 100%;
    padding: 12px;
    margin: 15px 0;
    color: #a0a0a0;
}

.calculate {
    border: 1px solid #292929;
    background: transparent;
    font-size: 11px;
    text-transform: uppercase;
    color: #292929;
    font-family: 'Montserrat Light';
    width: 40% !important;
    padding: 5px !important;
}
.zip, .cupon {
    padding: 5px !important;
}
.cupon-code table, .cupon-code table tr {
    border: 1px solid #e3e3e3;
}
.cupon-code th {
    font-size: 14px;
    color: #272727;
    font-family: 'Raleway Medium';
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
}


/*=======================================================================
	19. BLOG SINGLE PAGE
========================================================================*/

.item {
	width: 100%;
	height: auto;
}

.thumbnail {
	max-width: 100px;
    height: 70px;
    float: left;
    overflow: hidden;
    border-radius: 0;
    margin-right: 10px;
}
.thumbnail:last-child{
	margin-right: 0px;
}
.thumbnail.active {
	border:1px solid #005ba0;
}
.expand-img {
	position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    color: #363636 !important;
    padding: 1px 7px;
    right: 15px;
    bottom: 45px;
    border-radius: 4px;
}
.thumbnails-wrapper {
    overflow: hidden;
    margin: 15px 28px;
}
.single-slider-item .thumbnails-wrapper {
	margin: 15px 0 0;
}
.single-slider-item .owl-controls {
	display: none !important;
}
.single-slider-item .owl-nav {
    position: absolute;
    width: 100%;
}
.single-slider-item .owl-nav .owl-prev, 
.single-slider-item .owl-nav .owl-next {
	position: absolute;
    background-position: center center !important;
    height: 106px !important;
    background-color: #ddd !important;
	margin-top: 15px;
}
.single-slider-item .owl-nav .owl-prev {
    left: 0 !important;
}
.single-slider-item .owl-nav .owl-next {
    right: 0 !important;
}
/* right content */
.right-content h3 {
    color: #292929;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 15px;
}
.rated ul li {
    float: left;
    margin-right: 5px;
    color: #FFC925;
}
.rated li.un-rated {
    color: #E0E0E0 !important;
	margin-right: 20px !important;
}
.right-content span.amount {
    font-size: 15px;
	color: #1a1a1a;
    margin-right: 25px;
	font-family: 'Montserrat Light';
}
.off {
	color: #cbcbcb !important;
    text-decoration: line-through;
}
span.sku {
    color: #868686;
    font-style: italic;
    font-size: 12px;
    font-family: 'Open Sans';
    overflow: hidden;
    display: block;
    margin-bottom: 12px;
}
.color-size {
    margin-top: 25px;
    margin-bottom: 25px;
}
.item-color ul li {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    margin-bottom: 25px;
	cursor: pointer;
	position: relative;
}
.item-color ul li.active:before, .item-color ul li:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #1A1A1A;
    right: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

/* Color List */
.raffia {
    background-color: #EBD5BC;
}
.bombay {
    background-color: #B6B9C0;
}
.steel-gray {
    background-color: #272435;
}
.anzac {
    background-color: #DB9D46;
}
.mine-shaft {
    background-color: #3F3F3F;
}
.color1 { background-color: #d1d9ed }
.color2 { background-color: #f9bc04 }
.color3 { background-color: #1cbefe }
.color4 { background-color: #005b9f }
.color5 { background-color: #7f5122 }
.color6 { background-color: #fc222f }
.color7 { background-color: #e50051 }
.color8 { background-color: #3faf6c }
.color9 { background-color: #ff6c00 }
.color10 { background-color: #1a1a1a }

.color-size h4 {
    margin-bottom: 20px;
}
.item-size ul li {
    float: left;
    font-size: 12px;
    color: #707070;
    border: 1px solid #E3E3E3;
    padding: 5px 15px;
    margin-right: 10px;
}
.item-size ul li.active {
    color: #1a1a1a;
    border: 1px solid #1A1A1A;
}
.item-size ul li:hover {
    color: #1a1a1a;
    border: 1px solid #1A1A1A;
}
.quantity {
    float: left;
    margin-right: 20px;
}
.shop_table .quantity {
    float: none;
}
.quantity label {
    color: #292929;
    text-transform: uppercase;
    margin-right: 20px;
    font-family: 'Montserrat Semi Bold';
}

.quantity input {
    padding-left: 10px;
	width: 38%;
	
}
.add-to-cart input {
    width: 18% !important;
    padding: 1px !important;
}
.product-desc {
    clear: both;
    margin-top: 30px;
	color: #707070;
}
.product-desc b {
    color: #1a1a1a;
}

.add-to-cart .black-bordered {
	padding: 12px 30px;
	margin-left: 20px;
	border-width: 1px;
}

/* Tab */
.list-tab{
	list-style: initial;
}

.nav-tabs li {
  margin-bottom: 0;
  position: initial;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    cursor: default;
    border-bottom: 2px solid #1A1A1A !important;
	border: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    cursor: default;
    border-bottom: 2px solid #1A1A1A !important;
}
.nav-tabs {
	border-bottom: 2px solid #F8F8F8;
	position: relative;
}
.nav-tabs > li > a {
	border: none;
	color: #919191;
	margin: 0;
	font-size: 13px;
}

.nav-tabs > li.active > a {
    border: none;
    color: #1a1a1a !important;
    background: transparent;
}

.nav-tabs > li > a:hover {
  background: transparent;
}

.tab-content {
  padding: 0px;
}

.product-tab .tab-content {
  padding-top: 25px;
}
.product-tab .list-tab {
	margin-left: 20px;
}
.related-products {
    overflow: hidden;
    display: block;
}
.related-products h4 {
    margin-bottom: 30px;
	color: #292929;
	font-size: 14px;
}
ul.related-products-slider .product-single:last-child {
    margin: 0;
}
ul.related-products-slider .product-single {
    margin-right: 20px !important;
}
.related-products .owl-controls {
    width: 100%;
    position: absolute;
    left: 95%;
    top: -45px;
}
.pagination {
    display: block;
    overflow: hidden;
    color: #cbcbcb;
    font-size: 15px;
    border-bottom: 2px solid #F8F8F8;
    margin: 70px 0;
}
.pagination .prev-arrow {
    float: left;
}
.pagination .next-arrow {
    float: right;
}
.pagination .pagicon {
	color: #cbcbcb;
	font-size: 20px;
	position: relative;
	top: 4px;
}
.blog_pagination .pagicon {
	color: #cbcbcb;
	font-size: 20px;
	position: relative;
	top: 4px;
}
.pagination  i{
	color: #cbcbcb;
	font-size: 15px;
}
ul.pagination-number li {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}
ul.pagination-number li.active {
    color: #1a1a1a;
    border-bottom: 2px solid #9763F5;
}
ul.pagination-number li:hover {
    color: #1a1a1a;
    border-bottom: 2px solid #9763F5;
}


/*=======================================================================
	20. SHOP SINGLE SIDEBAR
========================================================================*/

.item-color, .item-size {
    overflow: hidden;
    display: block;
}
.shop-single-sidebar .thumbnail {
    max-width: 74.5px !important;
    height: 90px !important;
}
.shop-single-sidebar .single-slider-item .owl-nav .owl-prev, 
.shop-single-sidebar .single-slider-item .owl-nav .owl-next {
    height: 90px !important;
}
.shop-single-sidebar .color-size {
    margin: 0;
}
.shop-single-sidebar .item-color, .shop-single-sidebar .item-size {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.shop-single-sidebar span.sku {
    margin-bottom: 10px;
}
.product-tab {
    margin-top: 50px;
}
.shop-single-sidebar .related-products .owl-controls {
    width: 100%;
    position: absolute;
    left: 90%;
    top: -40px;
}

/*=======================================================================
	21. LOGIN PAGE
========================================================================*/

.login {
    overflow: hidden;
    display: block;
    clear: both;
}
.login h3 {
    color: #292929;
    font-size: 14px;
	margin-bottom: 30px;
    font-family: 'Montserrat Semi Bold';
}
.login label {
    color: #292929;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
	letter-spacing: 0.05em;
	font-weight: 600;
}
.login input, .login textarea {
    margin-bottom: 20px;
    padding: 5px 10px;
    border: 1px solid #e3e3e3;
    font-size: 18px;
}
label.label-remember {
    color: #a0a0a0;
    font-size: 12px;
    text-transform: none;
	font-family: 'Open Sans';
	margin-bottom: 20px;
}
.login input[type="checkbox"] {
    margin: 0;
}
.login .submit {
    display: block;
 
}
.login .submit a.trendify-btn {
	margin: 0;
	padding: 12px 30px;
	border: 1px solid #1a1a1a;
	background: #1a1a1a;
	color: #fff;
}
.login .submit a.trendify-btn:hover {
	background: transparent;
	color: #292929;
}
.password a {
    color: #005b9f;
    text-decoration: underline;
}

.login-method {
	margin-top: 45px;
    background-color: #f9f9f7;
    padding: 25px 30px;
    margin: 45px auto 0;
    text-align: center;
    width: 100%;
}

.login-method a {
    font-family: 'Montserrat Light';
    color: #fff;
    padding: 10px 35px;
    background-color: #5A84EE;
}
.login-method a i {
    margin-right: 20px;
}
.login-method .method-twitter {
    background-color: #31D0F8;
}
.login-method a.method-twitter:hover {
    color: #31D0F8;
    background-color: #fff;
}
.login-method a.method-facebook:hover  {
    color: #5A84EE;
    background-color: #fff;
}
.recapture-text {
    overflow: hidden;
}
.recapture-text p {
    font-size: 12px;
    color: #1a1a1a;
    background-color: #EDEDED;
    padding: 3px 20px;
    text-align: center;
}

/*=======================================================================
	22. PRODUCT DETAILS
========================================================================*/

.pro-single-sd .item {
    width: 100%;
    height: 470px;
}

.pro-single-sd .single-latest-product {
	position: static;
}
.pro-single-sd .owl-controls {
    width: 100%;
    position: absolute;
    left: 85%;
    bottom: 5%;
}
.single-latest-product h3{
    text-align: center;
	font-weight: normal;
    position: absolute;
    z-index: 9999;
    width: 100%;
    bottom: 20px;
	color: #292929;
}

/*=======================================================================
	23. CONTACT PAGE
========================================================================*/

.g-map {
    width: 100%;
    height: 660px;
}
.g-map.full {
    width: 100%;
    height: 400px;
}
.g-map #gmap_canvas {
	overflow:hidden;
	height:100%;
	width:100%;
}
#gmap_canvas img{
	max-width:none!important;
	background:none!important;
}
.contact h3 {
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 10px;
    position: relative;
}
.contact h3:after {
    content: "";
    position: absolute;
    width: 25%;
    border-bottom: 2px solid #1a1a1a;
    bottom: -2px;
    left: 0;
}

/*=======================================================================
	24. CHECKOUT PAGE
========================================================================*/

.checkout {

}
.checkout h3 {
    font-size: 14px;
    color: #292929;
    margin-bottom: 20px;
}
.checkout label {
    text-transform: uppercase;
    font-size: 13px;
    color: #292929;
    font-family: 'Raleway SemiBold';
    margin-top: 15px;
}
.checkout input, .checkout select {
    border: 1px solid #E3E3E3;
    width: 100%;
}
.checkout input {
    border: 1px solid #E3E3E3;
    padding: 3px 0 3px 20px;
	
}
.checkout select {
	cursor: pointer;
    padding: 10px 0 10px 20px;
	border: 1px solid #E3E3E3;
	font-family: 'Montserrat Light';
}
.cart-totals table th {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 10px 30px;
}
.cart-totals table td {
    vertical-align: middle;
    color: #1a1a1a;
    font-size: 13px;
}
.product-info span.apn-number {
    color: #919191;
}
.checkout .product-info .quantity {
	padding-left: 50px;
}
.product-info span.product-name, 
.product-info span.span.quantity {
    font-weight: bold;
}
.cart-totals table tr {
    border: 1px solid #E3E3E3;
}
.cart-totals table {
    border: 1px solid #E3E3E3;
    width: 100%;
}
.payment-method {
    border: 1px solid #E3E3E3;
}
.payment span {
    font-size: 14px;
    color: #292929;
    margin: 30px 0 0 30px;
	font-family: 'Raleway SemiBold';
}
.payment p{
    margin: 0 0 15px 30px;
}
.payment-method table {
    border-bottom: 1px solid #E3E3E3;
}
.payment-method table th {
    border-right: 1px solid #E3E3E3;
    text-align: center;
}
.payment-method table th img {
    display: block;
    margin: 20px auto 10px;
}

/*=======================================================================
	25. CATEGORY PAGE
========================================================================*/

.single-categories .trendify-btn {
	color: #1a1a1a;
	padding-right: 45px;
	position: relative;
}
.single-categories .trendify-btn span {
	font-size: 22px;
	position: absolute;
	right: 0;
	top: -5px;
}
.single-categories {
	overflow: hidden;
    background-color: #f8f8f8;
	transition: all 0.4s ease-in-out;
}
.single-categories:hover {
	background-color: #F3EDED;
}
.single-categories h2 {
    margin-bottom: 120px;
}
.cat-info h3 {
    letter-spacing: 0.4em;
	color: #005b9f;
	font-size: 14px;
	font-family: 'Montserrat Light';
}
.cat-info {
    padding: 40px 0 30px 40px;
}
.cat-info img {
    margin: -5px 10px 0;
}
.cat-info.text-right {
    padding: 40px 40px 40px 0;
}
.categories .item {
    margin-bottom: 50px;
}
.number-of-post {
    font-size: 12px;
    color: #868686;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

/*=======================================================================
	26. PRODUCT POPUP
========================================================================*/

.modal-body {
    padding: 0;
}
.modal-content {
    outline: 0;
	border: 0;
	border-radius: 0;
    overflow: hidden;
}
.modal-body .right-content > a {
	display: block;
}
.modal-body span.sku {
	color: #005b9f;
}
.modal-body .right-content > div > span {
	display: inline-block;
	margin-right: 10px;
}
.close {
    font-size: 25px;
    font-weight: 700;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #1a1a1a;
	z-index: 9999;
}
.product-single .right-content {
    margin-top: 30px;
}
.masonry .col-md-2,
.masonry .col-md-3,
.masonry .col-md-4,
.masonry .col-md-5,
.masonry .col-md-6 {
	padding-left: 5px;
	padding-right: 5px;
}

/*=======================================================================
	27. BLOG
========================================================================*/

.quotation-blog-post {
    background-color: #f8f8f8;
    padding: 60px 60px 20px;
}
.single-quotation h3 {
    color: #1a1a1a;
    margin-bottom: 20px;
    text-decoration: none;
}
.date {
	color: #929292;
    text-transform: capitalize;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    margin: 30px 0 0;
}
.owl-controls {
    position: absolute;
    right: 50px;
    bottom: 15px;
}
.related-products-slider .owl-controls {
	bottom: auto;
	top: -20px;
}
.owl-next, .owl-prev {
    color: #f8f8f8;
}
.owl-prev:before, .owl-next:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
}
.owl-prev:before {
    background: url(img/left-arrow.png) no-repeat 16px center;
}
.owl-next:after {
    background: url(img/right-arrow.png) no-repeat 16px center;
}
.related-products-slider .owl-prev:before {
    background: url(img/left-arrow.png) no-repeat 0 center;
}
.pro-single-sd .owl-prev:before {
    background: url(img/left-arrow.png) no-repeat 0 center;
}
/* blog content */
.blog_content{
	color: #707070;
}
article.standard_blog_post,
article.add_blog_post{
	margin-bottom: 60px;
}
.standard_blog_post .post_title,
.single_blog_post .post_title{
	font-size: 14px;
	color: #292929;
	margin: 20px 0 15px 0;
	text-align: left;
	position: relative;
	padding-bottom: 15px;
}
.standard_blog_post .post_title:after,
.single_blog_post .post_title:after{
	background: #1a1a1a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.standard_blog_post h4,
.single_blog_post h4{
	font-style: italic;
	font-family: 'Open Sans';
	font-size: 12px;
	margin-bottom: 15px;
}
.standard_blog_post h4 a,
.single_blog_post h4 a{
	color: #9c9c9c;
}
.standard_blog_post h4 span.category a,
.single_blog_post h4 span.category a{
	color: #d9c8aa;
}
.standard_blog_post p{
	margin-bottom: 0;
}
.standard_blog_post .read_more {
	display: block;
	text-align: right;
}

/*=======================================================================
	28. PAGINATION
========================================================================*/

nav.blog_pagination{
	position: relative;
}
nav.blog_pagination > a {
	position: absolute;
	top: 15%;
}
nav.blog_pagination > a.prev_page{
	left:0;
}
nav.blog_pagination > a.next_page{
	right: 0;
}
nav.blog_pagination ul {
	text-align: center;
	border-bottom: 2px solid #f8f8f8;
}
nav.blog_pagination ul li {
	display: inline;
	font-family: "Raleway Medium";
	font-size: 15px;
}
nav.blog_pagination ul li a {
	text-decoration: none;
	color: #cbcbcb;
	padding: 5px 1px;
	display: inline-block;
	margin:0 10px;
	position: relative;
	
}
nav.blog_pagination ul li.active a{
	color: #1a1a1a;
}
nav.blog_pagination ul li.active a:after,
nav.blog_pagination ul li:hover a:after{
	position: absolute;
	content:"";
	height: 2px;
	width: 100%;
	background-color: #005b9f;
	bottom: -2px;
	left: 0;
}

/*=======================================================================
	29. BLOG SIDEBAR
========================================================================*/

.sidebar_widget{
	margin-bottom: 50px;
}
.sidebar_widget .widget_title{
	font-size: 14px;
	color: #292929;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.sidebar_widget .widget_title:after{
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background-color: #1a1a1a;
	left: 0;
	bottom: 0;
}
.category_post ul li{
	-webkit-transition: all 300ms ease-in 0s;
        transition: all 300ms ease-in 0s;
	padding: 5px 0;
	border-bottom: 1px solid #f1f1f1;
}
.category_post ul li:last-child{
	border-bottom: none;
}
.category_post ul li a{
	color: #707070;
	text-decoration: none;
	position: relative;
	font-size: 13px;
}
.category_post ul li:hover a,
.category_post a:focus{
	color: #4f52d0;
}
.category_post ul li:hover a:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #005b9f;
	right: -15px;
	top: 2px;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
.category_post ul li a span{
	float: right;	
}

.sidebar_widget  .media > .pull-left{
	padding-right: 20px;
}
.single_recent_post {
	margin-bottom: 25px;
}
.single_recent_post:last-child{
	margin-bottom: 0;
}

.single_recent_post h3 {
	color: #292929;
	font-family: "raleway";
	font-size: 13px;
	text-transform: none;
}
.single_recent_post h4 {
	font-family: "Open Sans";
	font-size: 12px;
	text-transform: none;
}
.sidebar_widget .popular_tags {
	margin: -10px 0 0 -7px;
}
.sidebar_widget ul.popular_tags li {
	display: inline;
}
.sidebar_widget ul.popular_tags li a {
	border: 1px solid #c0c0c0;
	color: #c0c0c0;
	display: inline-block;
	font-family: "raleway medium";
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px 0 0 7px;
	font-size: 11.02px;
}
.sidebar_widget ul.popular_tags li a:hover{
	color: #fff;
	background: #1a1a1a;
}

/*=======================================================================
	30. BLOG LIST
========================================================================*/

.blog_listed .standard_blog_post .post_title{
	margin: 0 0 15px;
}
.media.standard_blog_post .pull-left {
  padding-right: 40px;
}
article.add_blog_post{
	position: relative;
}
article.add_blog_post h3{
	background: #005b9f none repeat scroll 0 0;
	color: #f8f8f8;
	font-size: 11px;
	left: 0;
	padding: 6px 7px;
	position: absolute;
	top: 0;
}
.blog_archive article.standard_blog_post,
.blog_single article.standard_blog_post{
	float: left;
	margin-left: 45px;
	width: 401px;
}
.blog_archive .blog_content{
	margin-left: -45px;
}

/*=======================================================================
	31. BLOG DETAILS
========================================================================*/

article.single_blog_post{
	padding-bottom: 25px;
	border-bottom: 2px solid #f8f8f8;
}
.single_blog_post p{
	margin-bottom: 20px;
}
.single_blog_post blockquote{
	background: #f8f8f8;
	border: none;
	font-size: 13px;
}
.related_blog_post{
	margin-left: -45px;
}
.related_blog_post h2{
	margin-left: 45px;
}
	
.post_metas {
	font-family: "raleway semi bold";
	text-transform: uppercase;
	margin-top: 40px;
}
.post_metas .post_tags {
	float: left;
	clear: left;
}
.post_metas .social_shares {
	float: right;
	clear: right;
}
.post_tags > span,
.social_shares > span {
	color: #292929;
	margin-right: 15px;
}
.post_tags ul ,
.social_shares ul {
	display: inline;
}
.post_tags ul li,
.social_shares ul li {
	display: inline;
}
.post_tags ul li a {
	background: #f8f8f8 none repeat scroll 0 0;
	color: #c0c0c0;
	display: inline-block;
	margin-left: 5px;
	padding: 0 20px;
	text-decoration: none;
}
.post_tags ul li a:hover {
	color: #fff;
	background: #1a1a1a;
}
.social_shares ul li a {
	color: #b6b6b6;
	display: inline-block;
	padding: 0 20px;
	text-decoration: none;
}
.social_shares ul li a:hover {
	color: #1a1a1a;
}
.blog_content .media.this_post_author {
	padding: 15px 0 50px;
}
.media.this_post_author .media-left {
	padding-right: 35px;
}
.blog_content .media.this_post_author .media-heading{
	margin-bottom: 15px;
}

.blog_content .media.this_post_author h3 {
	color: #292929;
	font-family: "Montserrat";
	font-size: 13px;
}
.blog_content .media.this_post_author h3 span {
	color: #9c9c9c;
	font-family: "Open Sans";
	font-size: 12px;
	font-style: italic;
	margin-left: 15px;
}
.blog_content .media.this_post_author h3 span a {
	color: #005b9f;
}
.blog_content .related_blog_post{
	margin-bottom: 50px;
}
.blog_content .related_post_title,
.blog_content .comment_title,
.blog_content .comment_form_title{
	border-bottom: 2px solid #f8f8f8;
	color: #292929;
	font-size: 14px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.blog_content .related_post_title span,
.blog_content .comment_title span,
.blog_content .comment_form_title span{
	position: relative;
}

.blog_content .related_post_title span:after,
.blog_content .comment_title span:after,
.blog_content .comment_form_title span:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #1a1a1a;
	left: 0;
	bottom: -17px;
}
.blog_single .standard_blog_post{
	margin-bottom: 0;
}
.post_comments .media {
	margin-top: 50px;
}
.post_comments .media a.pull-left {
	  border-radius: 50%;
	  height: 86px;
	  overflow: hidden;
	  width: 86px;
	  margin-right: 40px;
}
.post_comments .media-left, .media > .pull-left{
	padding-right: 0;
}
.post_comments .media-heading {
	margin-bottom: 10px;
}
.post_comments .media-heading a {
	color: #292929;
	font-size: 13px;
	margin-right: 30px;
	text-transform: none;
	text-decoration: none
}
.post_comments .media-heading span {
	color: #9c9c9c;
	font-family: "open sans";
	font-size: 12px;
	text-transform: none;
}
.post_comments .media-heading a.author_comment {
	background: #005b9f none repeat scroll 0 0;
	color: #fff;
	font-family: "raleway semiBold";
	margin: 0 0 0 20px;
	padding: 7px 20px;
}
.post_comments .media-body {
	padding-top: 20px;
}
.blog_content .comment_form_section {
	margin-top: 50px;
}

.comment_form_section .comment_form .inline_form:first-child {
	margin-left: 0;
}
.comment_form label {
	display: block;
	color: #292929;
	font-family: "raleway semiBold";
	font-size: 12px;
	text-transform: uppercase;
}
.comment_form label > sup {
	color: #ff333d;
	font-size: 12px;
}
.inline_form  input {
	width: 100%;
}
.text_area_form label {
	display: block;
}
.text_area_form textarea {
	width: 100%;
}
.comment_form input[type="text"]{
	height: 40px;
}
.comment_form input[type="text"],
.comment_form textarea{
	border: 1px solid #e3e3e3;
	outline: none;
	padding: 0 10px;
}
.comment_form > button {
	background: #1a1a1a none repeat scroll 0 0;
	border: 1px solid #1a1a1a;
	border-radius: 0;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	outline: none;
	padding: 5px 30px;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
}
.comment_form > button:hover {
	background: transparent;
	color: #292929;
}
.comment_form .inline_form,
.comment_form .text_area_form{
	margin-bottom: 35px;
}


/*
@media (min-width: 375px) and (max-width: 400px) {
	
.our-histry .aligned { }
.aligned .label-txt {
    position: absolute;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    bottom: -120px;
    left: -86px;
    color: #005b9f;
    background: #fcfcfc;
    letter-spacing: 0.8em;
	line-height: 100%;
    font-size: 14px;
    font-family: 'Montserrat Light';
    padding: 5px;
    text-transform: uppercase;
}

.logo
{
	    width: 240px;
}

}
*/





.logo
{
		width:350px
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
.logo
{
	    width: 290px;
}

ul.social {
	text-align: center;
    margin-left: -150px;
    margin-top: -60px;
}

.our-histry .aligned { }
.aligned .label-txt {
    position: absolute;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    bottom: -120px;
    left: -86px;
    color: #005b9f;
    background: #fcfcfc;
    letter-spacing: 0.8em;
	line-height: 100%;
    font-size: 14px;
    font-family: 'Montserrat Light';
    padding: 5px;
    text-transform: uppercase;
}
.logo-part { padding: 10px 0 }


.store-info-box {
    background-color: rgba(26, 26, 26, 0.95);
    max-width: 230px;
    padding: 20px 20px;
    position: absolute;
    left: 0px;
    bottom: -70px;
}

.store-info-box h4 {
	color: #fff;
    font-size: 12px;
    line-height: 15px;
    padding: 0px;
    text-transform: none;
}


.trendify-heading {
    position: relative;
    font-family: 'Raleway', sans-serif;
    height: 30px;
}

.suit-tailoring
{
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 70px!important;
}

}

.suit-tailoring
{
text-align: center; font-size: 55px !important; text-transform: capitalize;
}



/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  
	.logo
	{
			width: 290px;
	}
	
	ul.social {
		text-align: center;
		margin-left: -170px;
		margin-top: -60px;
	}
	
	.our-histry .aligned { }
	.aligned .label-txt {
		position: absolute;
		-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
		bottom: -120px;
		left: -86px;
		color: #005b9f;
		background: #fcfcfc;
		letter-spacing: 0.8em;
		line-height: 100%;
		font-size: 14px;
		font-family: 'Montserrat Light';
		padding: 5px;
		text-transform: uppercase;
	}

}


/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  
	  .logo
	{
			width: 290px;
	}
	
	ul.social {
		text-align: center;
    margin-left: 0px;
    margin-top: 0px;
	}
	
	.our-histry .aligned { }
	.aligned .label-txt {
		position: absolute;
		-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
		bottom: -120px;
		left: -86px;
		color: #005b9f;
		background: #fcfcfc;
		letter-spacing: 0.8em;
		line-height: 100%;
		font-size: 14px;
		font-family: 'Montserrat Light';
		padding: 5px;
		text-transform: uppercase;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.logo
	{
			width: 290px;
	}
	
	ul.social {
		text-align: center;
		margin-left: 0px;
		margin-top: 0px;
	}
	
	.our-histry .aligned { }
	.aligned .label-txt {
		position: absolute;
		-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
		bottom: -120px;
		left: -86px;
		color: #005b9f;
		background: #fcfcfc;
		letter-spacing: 0.8em;
		line-height: 100%;
		font-size: 14px;
		font-family: 'Montserrat Light';
		padding: 5px;
		text-transform: uppercase;
	}
}

/* ----------- iPhone 6 ----------- */



/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	   .logo
	{
			width: 290px;
	}
	
	ul.social {
		text-align: center;
    margin-left: 0px;
    margin-top: 0px;
	}
	
	.our-histry .aligned { }
	.aligned .label-txt {
		position: absolute;
		-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
		bottom: -120px;
		left: -86px;
		color: #005b9f;
		background: #fcfcfc;
		letter-spacing: 0.8em;
		line-height: 100%;
		font-size: 14px;
		font-family: 'Montserrat Light';
		padding: 5px;
		text-transform: uppercase;
	}

}



/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	     .logo
	{
			width: 290px;
	}
	
	ul.social {
		text-align: center;
    margin-left: 0px;
    margin-top: 0px;
	}
	
	.our-histry .aligned { }
	.aligned .label-txt {
		position: absolute;
		-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
		bottom: -120px;
		left: -86px;
		color: #005b9f;
		background: #fcfcfc;
		letter-spacing: 0.8em;
		line-height: 100%;
		font-size: 14px;
		font-family: 'Montserrat Light';
		padding: 5px;
		text-transform: uppercase;
	}


}




@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
	      .logo
	{
			width: 290px;
	}
	
	ul.social {
		text-align: center;
    margin-left: 0px;
    margin-top: 0px;
	}
	
	.our-histry .aligned { }
	.aligned .label-txt {
		position: absolute;
		-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
		bottom: -120px;
		left: -86px;
		color: #005b9f;
		background: #fcfcfc;
		letter-spacing: 0.8em;
		line-height: 100%;
		font-size: 14px;
		font-family: 'Montserrat Light';
		padding: 5px;
		text-transform: uppercase;
	}


}



@media only screen 
  and (min-device-width: 2560px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
	      .logo
	{
			width: 290px;
	}
	
	ul.social {
		text-align: center;
    margin-left: 0px;
    margin-top: 0px;
	}
	
	.our-histry .aligned { }
	.aligned .label-txt {
		position: absolute;
		-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
		bottom: -120px;
		left: -86px;
		color: #005b9f;
		background: #fcfcfc;
		letter-spacing: 0.8em;
		line-height: 100%;
		font-size: 14px;
		font-family: 'Montserrat Light';
		padding: 5px;
		text-transform: uppercase;
	}


}




@media only screen 
  and (device-width: 569px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
	      .logo
	{
			width: 290px;
	}
	
	ul.social {
		text-align: center;
    margin-left: 0px;
    margin-top: 0px;
	}
	
	.our-histry .aligned { }
	.aligned .label-txt {
		position: absolute;
		-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
		bottom: -120px;
		left: -86px;
		color: #005b9f;
		background: #fcfcfc;
		letter-spacing: 0.8em;
		line-height: 100%;
		font-size: 14px;
		font-family: 'Montserrat Light';
		padding: 5px;
		text-transform: uppercase;
	}


}



@media only screen 
  and (device-width: 320px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
	      .logo
	{
			width: 290px;
	}
	
	ul.social {
		text-align: center;
    margin-left: 0px;
    margin-top: 0px;
	}
	
	.our-histry .aligned { }
	.aligned .label-txt {
		position: absolute;
		-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
		bottom: -120px;
		left: -86px;
		color: #005b9f;
		background: #fcfcfc;
		letter-spacing: 0.8em;
		line-height: 100%;
		font-size: 14px;
		font-family: 'Montserrat Light';
		padding: 5px;
		text-transform: uppercase;
	}


}


.fa-facebook
{
	
	-webkit-transition: all .4s linear;
	   -moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		 -o-transition: all .4s linear;
			transition: all .4s linear;
}


.fa-facebook:hover
{
	color:#3b5998;
	-webkit-transition: all .4s linear;
	   -moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		 -o-transition: all .4s linear;
			transition: all .4s linear;
}






.fa-instagram
{
	
	-webkit-transition: all .4s linear;
	   -moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		 -o-transition: all .4s linear;
			transition: all .4s linear;
}


.fa-instagram:hover
{
	color:#e13663;
	-webkit-transition: all .4s linear;
	   -moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		 -o-transition: all .4s linear;
			transition: all .4s linear;
}




.work
{
	text-align: center;
	border: 1px solid #eee;
	padding: 30px 50px 50px 50px;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	max-height: 255px;
	min-height: 255px;
}

.work:hover
{
	text-align: center;
	border: 1px solid #005ba0;
	padding: 40px 50px 50px 50px;
	background:#005ba0;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	color:#fff;
	border-radius: 10px;
	
}


.work-icon
{
	font-size: 40px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 50%;
	width: 80px;
    height: 80px;
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear;
			transition: all .2s linear;
}


.work-icon-h1
{
	font-size: 15px;
    margin-top: 30px;
    text-transform: initial;
}


.work-icon:hover
{
	font-size: 40px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 50%;
    background: #005ba0;
    color: #fff;
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear;
			transition: all .2s linear;
}

.suit-tail
{
	font-size: 49px;
    float: right;
    color: #fff;
    text-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);	
}


.services-hover
{
   
   
	
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear;
			transition: all .2s linear;
	
}

.services-hover:hover
{
    /*border: 1px solid #005ba0;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: -3px;
    margin-right: 5px;*/
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear;
			transition: all .2s linear;
	
}


.services-hover:after {
    content:'\A';
    position:absolute;
    width:100%;
	height:254px;
    top:0; left:0;
    background:rgba(0,0,0,0.2);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.services-hover:hover:after {
    opacity:1;
}


.product-heading
{
	font-size: 30px;
    text-align: center;
	text-transform:none;
	margin-bottom:0;
	color: #005ba0;
}

.zoomicon
{
	margin-left: 3px;
    position: relative;
    bottom: 45px;
    left: 10px;
    background: rgba(255, 255, 255, 0.85);
    padding: 1px 9px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.catagoryh1 
{
	font-family: 'Raleway', sans-serif;
    font-size: 47px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
    text-transform: none;
    color: #005ba0;
    /*border-bottom: 1px solid #eee;*/
    padding-bottom: 10px;
}

.catagorytext
{
	font-size: 12px;
    text-align: center;
    text-transform: none;
    margin-bottom: 10px;
}

.catagorydisc
{
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 30px;
	height: 44px;
	overflow: scroll;
	overflow-x: hidden;
    overflow-y: scroll;
}

.carousel {
    margin-top: 0px;
	margin-bottom: -10px;
}
.item .thumb {
	width: 54px;
	cursor: pointer;
	float: left;
}
.item .thumb img {
	border: 1px solid #fff;
    padding: 3px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
	-webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	 -o-transition: all .2s linear;
		transition: all .2s linear;
}

.item .thumb img:hover {
	border: 1px solid #005ba0;
    border-radius: 50%;
    height: 50px;
    width: 50px;
	-webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	 -o-transition: all .2s linear;
		transition: all .2s linear;
}



.item img {
	width: 100%;	
}



.minline
{
	display: block;
    background-color: #dadada;
    margin: 10px auto;
    height: 1px;
    border: none;
    width: 80px;
}



.submittbutton
{
	margin-bottom: 20px !important;
    font-size: 13px !important;
    margin: 0 !important;
    padding: 8px 25px !important;
    border: 1px solid #1a1a1a !important;
    background: #1a1a1a;
    color: #fff !important;
	-webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	 -o-transition: all .2s linear;
		transition: all .2s linear;
}

.submittbutton:hover
{
	margin-bottom: 20px !important;
    font-size: 13px !important;
    margin: 0 !important;
    padding: 8px 25px !important;
    border: 1px solid #1a1a1a !important;
    background: #1a1a1a;
    color: #fff !important;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;

}

.clients
{    border: 1px solid #e8e8e8;
    padding: 15px 10px;
}

.specialfont
{
	font-family:vivaldi !important;
    font-size: 43px !important;
    top: 31px !important;
    left: 3px !important;
	  
}