/*
Theme Name: Dicipline
Theme URI: http://underscores.me/
Author: Apollo
Author URI: http://themesapollo.com
Description: This is a university theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dicipline-theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Dicipline is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings

--------------------------------------------------------------*/


@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,300,800,700);

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: Raleway !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0px;
	padding:0px;
	font-size:16px !important;
	font-family: Raleway !important;
}
.clear{
	clear:both;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 30px;
	margin: 0.67em 0;
	font-family:Philosopher;
}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: Raleway;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Raleway;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	font-size:14px;
	color:#7f7f7f;
	margin: 0 0 5px;
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: Raleway;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Raleway;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	/*margin: 0 0 1.5em 3em;*/
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #da4b52;
	border-radius: 0px;
	background: #da4b52;
	color: #fff !important;
	font-size: 12px;
	font-size: 0.75rem;
	outline:0px;
	line-height: 1;
	padding: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*background: #363839;
	border: 1px solid #363839;*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	/*color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;*/
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #da4b52;
}

a:visited {
	color: #da4b52;
}

a:hover,
a:focus,
a:active {
	color: #313131;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}






/*--------------------------------------------------------------
# top header
--------------------------------------------------------------*/
.top-header{
	background:#222222;
	padding:0;
	width:100%;
	float:left;
}
.language{
	background:transparent;
	color:#7f7f7f;
	font-weight:300;
	border:0px;
	margin-top:10px;
	font-size:13px;
	outline:0px;
}
.language:focus{
	outline:0px;
	border:0px;
}

.account a{
	background:transparent;
	padding: 8px;
	color:#7f7f7f;
    margin-top: 0px;
    background-color: transparent;
    float: right;
    margin:0 6px;
}
.account a:hover{
	padding: 8px;
	color:#fff;
    margin-top: 0px;
    background-color: #da4b52;
    float: right;
    margin:0 6px;
}
.cart a{
	background:transparent;
	padding: 8px;
	color:#7f7f7f;
    margin-top: 0px;
    background-color: transparent;
    float: right;
    margin:0 6px;
}
.cart a:hover{
	padding: 8px;
    margin-top: 0px;
    color:#fff;
    background-color: #da4b52;
    float: right;
    margin:0 6px;
}
.login a{
	background:transparent;
	padding: 8px;
	color:#7f7f7f;
    margin-top: 0px;
    background-color: transparent;
    float: right;
    margin:0 6px;
}
.login a:hover{
	padding: 8px;
	color:#fff;
    margin-top: 0px;
    background-color: #da4b52;
    float: right;
    margin:0 6px;
}
.wishlist a{
	background:transparent;
	padding: 8px;
	color:#7f7f7f;
    margin-top: 0px;
    background-color: transparent;
    float: right;
    margin:0 6px;
}
.wishlist a:hover{
	padding: 8px;
    margin-top: 0px;
    color:#fff;
    background-color: #da4b52;
    float: right;
    margin:0 6px;
}






/*--------------------------------------------------------------
# Main header
--------------------------------------------------------------*/
.main-header{
	padding:25px 0;
	float:left;
	width: 100%;
	background:#313131;
}
header.sticky {
    position: fixed;
    font-size: 24px;
    width: 100%;
    background-color: #313131;
    z-index:999;
}
.logo{
	display:block;
}
.search-input{
	border:1px solid transparent !important;
}
.btn-search{
	background:#da4b52 !important;
	min-height: 36px;
}
.btn-search:hover{
	background:#da4b52 !important;
	color:#fff !important;
}
.dropdown-menu>li>ul>li{
	list-style:none;
}
.input-group{
	margin-top:2px !important;
}
.dropdown-menu>li>ul>li a{
	color:#7f7f7f !important;
	display: block;
    padding: 3px;
    clear: both;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dropdown-menu>li>ul>li a:hover{
	color:#fff;
}
.btn-default-select{
	color: #7f7f7f !important;
    background-color: #fff;
    border: 1px solid transparent !important;
}
.pink-text{
	color:#da4b52 !important;
}
.white-text{
	color:#fff !important;
}










/*--------------------------------------------------------------
# Mega menu
--------------------------------------------------------------*/
.menu-bg{
	background: #222;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    z-index: 9999;
}
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 4px 20px;
  clear: both;
  font-size:13px;
  font-weight: normal;
  line-height: 1.428571429;
  color: #7f7f7f;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #DA4B52 !important;
  background-color: #ffffff;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #DA4B52;
  font-size: 18px;
}



@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
  
}
@media (min-width: 320px) {
	.nav>li>a {
		position: relative;
		display: block;
		line-height: 16px;
		padding: 10px 5px
	  }
	  .input-group {
		    margin-top: 8px !important;
		}
	  .mobile-cart{
	  	padding-top: 10px !important;
	    padding-bottom: 10px !important;
	    font-size: 13px !important;
	    color: #fff !important;
	    border-radius: 50% !important;
	    width: 35px !important;
	    background: #da4b52 !important;
	    height: 35px !important;
	    text-align: center !important;
	  }
}
@media (min-width: 768px) {
	.nav>li>a {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 15px
   }
   .input-group {
	  margin-top: 2px !important;
	}
	.mobile-cart{
	padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 13px !important;
    color: #fff !important;
    border-radius:0px !important;
	width:auto !important;
	height:auto !important;
	}
}
@media (min-width: 992px) {
	.nav>li>a {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 15px
   }
   .input-group {
	  margin-top: 2px !important;
	}
	.mobile-cart{
	padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 13px !important;
    color: #fff !important;
    border-radius:0px !important;
	width:auto !important;
	height:auto !important;
	}
}
@media (min-width: 1200px) {
	.nav>li>a {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 15px;
   }
   .input-group {
	  margin-top: 2px !important;
	}
	.mobile-cart{
	padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 13px !important;
    color: #fff !important;
    border-radius:0px !important;
	width:auto !important;
	height:auto !important;
	}
}





/*--------------------------------------------------------------
# Slider section
--------------------------------------------------------------*/
        /*
-----------------------------------
    Code snippet by @maridlcrmn
    Credits images: www.unsplash.com
-----------------------------------
*/

#thumbnail-preview-indicators {
  position: relative;
  overflow: hidden;
}
#thumbnail-preview-indicators .slides .slide-1, 
#thumbnail-preview-indicators .slides .slide-2,
#thumbnail-preview-indicators .slides .slide-3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
    #thumbnail-preview-indicators,
    #thumbnail-preview-indicators .slides,
    #thumbnail-preview-indicators .slides .slide-1, 
    #thumbnail-preview-indicators .slides .slide-2,
    #thumbnail-preview-indicators .slides .slide-3 {
      height: 480px;
    }
#thumbnail-preview-indicators .slides .slide-1 {
  background-image: url(../images/1.jpg); 
}
#thumbnail-preview-indicators .slides .slide-2 {
  background-image: url(../images/2.jpg);
}
#thumbnail-preview-indicators .slides .slide-3 {
  background-image: url(../images/3.jpg);
}
#thumbnail-preview-indicators .carousel-inner .item .carousel-caption {
  top: 20%;
  bottom: inherit;
}
#thumbnail-preview-indicators .carousel-indicators li,
#thumbnail-preview-indicators .carousel-indicators li.active {
  position: relative;
  width: 100px;
  height: 8px;  
}
#thumbnail-preview-indicators .carousel-indicators li > .thumbnail {
  position: absolute;
  top: 0;
  width: 100px;
  display: none;
  opacity: 0;
  left: 50%;
  margin-top: -80px;
  margin-left: -50px;
}
#thumbnail-preview-indicators .carousel-indicators li:hover > .thumbnail,
#thumbnail-preview-indicators .carousel-indicators li.active > .thumbnail {
  display: block;
  opacity: .8;
}
#thumbnail-preview-indicators .carousel-indicators li.active > .thumbnail:hover{
  opacity: 1;
}
@media screen and (max-width : 480px) {    
    #thumbnail-preview-indicators .carousel-indicators li,
    #thumbnail-preview-indicators .carousel-indicators li.active {
      width: 50px;
      height: 8px;
      position: relative;
    }
    #thumbnail-preview-indicators .carousel-indicators li > .thumbnail {
       width: 50px;
       left: 50%;
       margin-top: -50px;
       margin-left: -25px;
    }
}









/*--------------------------------------------------------------
# Product section
--------------------------------------------------------------*/
.product-section{
	padding:50px 0 55px 0;
	width:100%;
	background:#f6f6f6;
	font-size:13px;
}
@font-face {
  font-family: 'Philosopher';
  src:  url('../fonts/Philosopher.ttf');
}
.product-item{
	background:#fff;
	width:100%;
	float:left;
	border:1px solid #DFDFDF;
}
.product-item img{
	min-height:200px;
}
.product-detail hr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    width: 100%;
    border-top: 1px solid #dcd3d3;
}
.offer-success {
    border-color: #5cb85c;
}
.offer {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    overflow: hidden;
}
.offer-success .shape {
    border-color: transparent #5cb85c transparent transparent;
}
.shape {
    border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.shape {
    border-style: solid;
    border-width: 0 70px 70px 0;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    height: 0px;
    width: 0px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.shape-text {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    position: relative;
    right: -25px;
    top: -1px;
    white-space: nowrap;
    -ms-transform: rotate(30deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.pro-stars{
	margin:5px 0;
	float:left;
	clear:both;
	font-size:13px;
}
.product-price{
    float: left;
}
.price-off{
	font-size:18px;
	text-decoration:line-through;
	color:#7f7f7f;
	margin-right:15px;
	float:left;
}
.price-actual{
	font-size:18px;
	text-decoration:none;
	color:#da4b52;
	float:left;
}
.btn-add-to-cart a{
	border:1px solid #da4b52;
	padding:4px;
	float:left;
	text-align:center;
	color:#fff;
	display:block;
	font-size:13px;
	background:#da4b52;
	width:100%;
	margin:10px auto 0px auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-add-to-cart a:hover,.btn-add-to-cart a:focus{
	background:#fff;
	color:#da4b52;
	text-decoration:none;
}
.btn-detail a{
	border:1px solid #7f7f7f;
	padding:4px;
	float:right;
	text-align:center;
	color:#7f7f7f;
	display:block;
	font-size:13px;
	background:#fff;
	width:100%;
	margin:10px auto 0px auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-detail a:hover,.btn-detail a:focus{
	background:#da4b52;
	color:#fff;
	border:1px solid #da4b52;
	text-decoration:none;
}
.product-item:last-child{
	margin-top:20px;
}
.best-selling{
	position:absolute;
	bottom:0;
	background-color: rgba(49, 49, 49, 0.5);
	width:100%;
	color:#fff;
	z-index:99;
	text-align:center;
	font-size:20px;
	padding:10px 0;
	font-family: Philosopher;
}
.see-all a{
	border:1px solid #DA4B52;
	padding:8px 4px;
	float:right;
	text-align:center;
	color:#fff;
	display:block;
	font-size:17px;
	background:#DA4B52;
	width:100%;
	margin:30px auto 0px auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.see-all a:hover,.see-all a:focus{
	background:#fff;
	color:#da4b52;
	border:1px solid #\#DA4B52;
	text-decoration:none;
}






/*--------------------------------------------------------------
# Arrival section
--------------------------------------------------------------*/
.arrival-section {
    padding: 0px 0 55px 0;
    width: 100%;
    background: #f6f6f6;
    font-size: 13px;
}
.arrival-section h1
{
	color: #7f7f7f;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    font-family: Philosopher;
}
.pro-dec{
	padding:0 10px 10px 10px;
	float:left;
	width:100%;
}
.arrival-tabs{
	border-bottom:0px !important;
}
.arrival-tabs a{
	padding:15px 25px !important;
	background:#da4b52 !important;
	margin-right:5px !important;
	color:#fff !important;
	border-radius:0px !important;
	border:0px !important;
	font-size: 14px !important; 
}
.arrival-tabs>li.active>a{
    padding: 15px 25px !important;
    background: #FFFFFF !important;
    color: #DA4B52 !important;
    border-radius: 0px !important;
	border-bottom: 2px solid #DA4B52 !important;
}






/*--------------------------------------------------------------
# Signup section
--------------------------------------------------------------*/
.signup-section{
	background:url('../images/bg-1.jpg') no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
	width:100%;
	padding:0;
}
.whitetext{
	color:#fff;
}
.signup-section p
{
	color: #fff;
}
.overlay{
	background-image:url("../images/ovelay.png");
    width: 100%;
    background-repeat: repeat;
    height: 100%;
    left: 0;
    padding: 70px 0 100px 0;
}
.signup-form{
	margin-top:20px;
}








/*--------------------------------------------------------------
	#Brand section
--------------------------------------------------------------*/
.brand-section {
    padding: 50px 0 55px 0;
    width: 100%;
    background: #fff;
}









/*--------------------------------------------------------------
	#Footer top
--------------------------------------------------------------*/
.footer-top{
	background:#313131;
	padding:0 0 40px 0;
	width:100%;
}
.footer-top p{
	font-size:14px;
	color:#EAEAEA;
}
.footer-top h4{
	font-size:16px;
	color:#7f7f7f;
	text-transform:uppercase;
	font-weight:500;
	margin-top: 40px;
	margin-bottom:20px;
}
.recent-tags a{
	padding:5px;
	border:1px solid #da4b52;
	border-radius:0px;
	color:#fff;
	font-weight:300;
	font-size:13px;
	margin:5px 3px;
	text-decoration:none;
	background:#da4b52;
	float:left;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.recent-tags a:hover,.recent-tags a:focus{
	background:#3E3D3D;
	text-decoration:none;
	border-radius:1px;
	color:#fff;
	border:1px solid #3E3D3D;
}
.quick-links a{
	width:100%;
	color:#7f7f7f;
	padding:6px 0;
	font-size:13px;
	font-weight:300;
	text-decoration:none;
	border-bottom:1px solid #3E3D3D;
	clear:both;
	float:left;	
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.quick-links a:hover,.quick-links a:focus{
	color:#da4b52;
	text-decoration:none;
}
.newsletter-block{
	background:#3e3d3d;
	padding:0px 15px 15px 15px;
	float:left;
}
.newsletter-block p{
	color:#7f7f7f;
	margin:20px 0;
	font-size:13px;
}
.newsletter-input{
	border-radius:0px !important;
	background:transparent !important;
	border:1px solid  #da4b52 !important;
}
.send-btn{
	color:#fff !important;
}
.payment-opt{
	float:left;
	margin-right: 8px;
    margin-top: 25px;
}






/*--------------------------------------------------------------
# Footer bottom
--------------------------------------------------------------*/
.copyright-bar{
	background: #222222;
	color:#e5e5e5;
    padding: 30px 0;
    width: 100%;
    font-size: 13px;
    text-align:left;
    font-weight:300;
}
.copyright-bar a{
	color:#da4b52;
}
.copyright-bar a:hover,.copyright-bar a:focus{
	color:#fff;
}
.copyright-text{
	line-height:2;
}
.social-icons a{
	float:right;
	margin:0 5px;
	padding:5px 10px;
	font-size:14px;
	color:#7f7f7f;
	background:#transparent;
}
.social-icons a:hover,.social-icons a:focus{
	background:#da4b52;
	padding:5px 10px;
	color:#fff;
}













/*--------------------------------------------------------------
# Blog Area
--------------------------------------------------------------*/
.blog-section{
	padding:50px 0 55px 0;
	width:100%;
	background:#f6f6f6;
	clear:both;
}
.about-blog{
	padding:0 10px;
	float:left;
	margin: 15px 0 10px 0 !important;
	text-align:left
}
.category {
    color: #7f7f7f;
    font-size: 13px;
    line-height: 2;
    font-weight: 300;
    margin: 10px 0;
}
.padding10{
	padding:0 10px !important;
}
.blog-3-cols{
	margin-bottom:10px;
	width:100%;
	float:left;
	clear:both;
}







/*--------------------------------------------------------------
# Store
--------------------------------------------------------------*/
.store{
	margin-bottom:10px;
	width:100%;
	float:left;
	clear:both;
}






/*--------------------------------------------------------------
# Product Detail
--------------------------------------------------------------*/
.product-detail-section{
	padding:50px 0 55px 0;
	width:100%;
	background:#f6f6f6;
	clear:both;
}
.padding0{
  padding:0px !important;
}
#custom_carousel .item {

    color:#000;
    background-color:#eee;
    padding: 0;
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px;
    border:2px solid transparent;
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-bottom:1px solid #DA4B52;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}
#custom_carousel a{
	padding:0px;
}
.product-detail-section{
	margin-bottom:10px;
	width:100%;
	float:left;
	clear:both;
}
.instock{
	padding:5px;
	text-align:center;
	color:#fff;
	float:left;
	font-size:14px;
	background:#da4b52;
	border-left: 2px solid #313131;
}
.product-detail-section h2{
	color:#da4b52;
	font-size:22px;
}
.prod-desc{
	margin-top: 25px;
    clear: both;
    float: left;
}
.btn-add-2-cart a {
    border: 1px solid #da4b52;
    padding: 10px;
    float: left;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 16px;
    background: #da4b52;
    width: 100%;
    margin: 20px auto 0px auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-add-2-cart a:hover, .btn-add-2-cart a:focus {
    background: #fff;
    color: #da4b52;
    text-decoration: none;
}
.btn-buy-now a {
    border: 1px solid #7f7f7f;
    padding: 10px;
    float: right;
    text-align: center;
    color: #7f7f7f;
    display: block;
    font-size: 16px;
    background: #fff;
    width: 100%;
    margin: 20px auto 0px auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-buy-now a:hover, .btn-buy-now a:focus {
    background: #da4b52;
    color: #fff;
    border: 1px solid #da4b52;
    text-decoration: none;
}
.no-of-item{
	width:70px;
	height:50px;
	margin-top:15px;
}
.rating-text{
	font-size:13px;
	line-height:2;
	margin-left:10px;
	color:#7f7f7f;
}
.topmargin10{
	margin-top:15px;
}
.pro-features{
	background:#f6f6f6;
	width:100%;
}
.form-fields-large{
	margin:10px 0;
	width:100%;
}
.review-textarea{
	margin:10px 0;
	width:100%;
	height:200px;
}
.control-label{
	color:#7f7f7f;
	font-size:14px;
	font-weight:normal;
	clear:both;
	width:100%;
}
.required{
	color:#red;
}
#features ul li{
	font-size:14px;
	color:#7f7f7f;
	line-height:1.8;
	margin-left:-10px;
	list-style:square;
}











@media (min-width:320px){
	.img-center-xs{
		margin:0px auto;
		display:block;
	}
	.subscribe-btn{
		display: inline-block;
		height:70px;
		padding: 0 30px;
		background:#da4b52;
		border:1px solid #da4b52;
		margin:0px 0 0 -22px;
		font-size: 14px;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		float:right;
	}
	.subscribe-btn:hover,.subscribe-btn:focus{
		background:#313131;
		border:1px solid #313131;
	}
	.xs-margin-30{
		margin-top:30px;
	}
	.sm-margin-30{
		margin-top:30px;
	}
	.form-fields-sm{
		margin:10px 0;
		width:100%;
	}
}
@media (min-width:768px){
	.img-center-xs{
		margin:0px;
		display:block;
	}
	.subscribe-btn{
		display: inline-block;
		height:70px;
		padding: 0 30px;
		background:#da4b52;
		border:1px solid #da4b52;
		margin:0px 0 0 -22px;
		font-size: 14px;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		float:left;
	}
	.subscribe-btn:hover,.subscribe-btn:focus{
		background:#313131;
		border:1px solid #313131;
	}
	.xs-margin-30{
		margin-top:0px;
	}
	.sm-margin-30{
		margin-top:30px;
	}
	.form-fields-sm{
		margin:10px 0;
		width:70%;
	}
}
@media (min-width:992px){
	.img-center-xs{
		margin:0px;
		display:block;
	}
	.subscribe-btn{
		display: inline-block;
		height:70px;
		padding: 0 30px;
		background:#da4b52;
		border:1px solid #da4b52;
		margin:0px 0 0 -22px;
		font-size: 14px;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		float:left;
	}
	.subscribe-btn:hover,.subscribe-btn:focus{
		background:#313131;
		border:1px solid #313131;
	}
	.xs-margin-30{
		margin-top:0px;
	}
	.sm-margin-30{
		margin-top:0px;
	}
	.form-fields-sm{
		margin:10px 0;
		width:40%;
	}
}
@media (min-width:1200px){
	.img-center-xs{
		margin:0px;
		display:block;
	}
	.subscribe-btn{
		display: inline-block;
		height:70px;
		padding: 0 30px;
		background:#da4b52;
		border:1px solid #da4b52;
		margin:0px 0 0 -22px;
		font-size: 14px;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		float:left;
	}
	.subscribe-btn:hover,.subscribe-btn:focus{
		background:#313131;
		border:1px solid #313131;
	}
	.xs-margin-30{
		margin-top:0px;
	}
	.sm-margin-30{
		margin-top:0px;
	}
	.form-fields-sm{
		margin:10px 0;
		width:40%;
	}
}


