/*
-----------------------------------------------------------------------
    Importing Styles
-----------------------------------------------------------------------
*/
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(flaticon.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);

@font-face {
	font-family: Gothic-Century;
	src: url(../fonts/gothic.ttf);
}

/*
-----------------------------------------------------------------------
    Common Css Styles
-----------------------------------------------------------------------
*/
body {
	color: #454545;
	font-family: 'Gothic-Century', sans-serif;
	line-height: 1.857;
	overflow-x: hidden;
}

.wrapper {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-family: 'Gothic-Century', sans-serif;
	line-height: 1.1;
}

p {
	color: #989898;
	line-height: 1.857;
}

a {
	color: #000000;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img {
	max-width: 100%;
}

.width-full {
	width: 100%;
}

.color-theme {
	color: #e20687 !important;
}

.color-theme2 {
	color: #dd290f !important;
}

.color-black {
	color: #1c1c1c !important;
}

.color-white {
	color: #ffffff !important;
}

.color-gray {
	color: #989898 !important;
}

.color-gray-white {
	color: #a7a7a7 !important;
}

.bgcolor-black {
	background-color: #1c1c1c !important;
}

.bgcolor-theme {
	background-color: #e20687 !important;
}

.bgcolor-gray {
	background-color: #989898 !important;
}

.bgcolor-gray-white {
	background-color: #a7a7a7 !important;
}

/*--- Theme Overlay Style ---*/

.theme-overlay {
	background-image: url(../images/photos/parallax-1.jpg);
	position: relative;
}

.theme-overlay:before {
	content: "";
	position: absolute;
	background-color: rgba(226, 6, 135, 0.85);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.theme-overlay.overlay-black:before {
	background-color: rgba(0, 0, 0, 0.85);
}

.theme-overlay.overlay-black-light:before {
	background-color: rgba(0, 0, 0, 0.25);
}

.theme-overlay.overlay-white:before {
	background-color: rgba(255, 255, 255, 0.75);
}

.theme-overlay.overlay-white-deep:before {
	background-color: rgba(255, 255, 255, 0.95);
}

.theme-overlay.overlay-theme:before {
	background-color: rgba(226, 6, 135, 0.96);
}

.theme-overlay.overlay-deep:before {
	background-color: rgba(226, 6, 135, 0.96);
}

.theme-overlay h1,
.theme-overlay h2,
.theme-overlay h3,
.theme-overlay h4,
.theme-overlay h5,
.theme-overlay h6 {
	color: #ffffff;
}

.theme-overlay p {
	color: #eeeeee;
}

.theme-overlay.overlay-white h1,
.theme-overlay.overlay-white h2,
.theme-overlay.overlay-white h3,
.theme-overlay.overlay-white h4,
.theme-overlay.overlay-white h5,
.theme-overlay.overlay-white h6 {
	color: #1c1c1c;
}

.theme-overlay.overlay-white p {
	color: #a4a4a4;
}

.layer-overlay {
	position: relative;
	z-index: 1;
}

.layer-overlay:before {
	background-color: rgba(226, 6, 135, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-img {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.img-2 {
	background-image: url(../images/photos/parallax-2.jpg);
}

.img-3 {
	background-image: url(../images/photos/parallax-3.jpg);
}

.lh-22 {
	line-height: 22px;
}

.lh-26 {
	line-height: 26px;
}

.lh-32 {
	line-height: 32px;
}

.lts-0 {
	letter-spacing: 0;
}

.lts-1 {
	letter-spacing: 1px;
}

.ttu {
	text-transform: uppercase;
}

.ttc {
	text-transform: capitalize !important;
}

.ttl {
	text-transform: lowercase;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-b {
	font-weight: 700 !important;
}

.fw-xb {
	font-weight: 900 !important;
}

.fs-italic {
	font-style: italic;
}

.ff-lato {
	font-family: 'Lato', sans-serif !important;
}

.ff-roboto {
	font-family: 'Roboto', sans-serif !important;
}

.ff-rcondensed {
	font-family: 'Roboto Condensed', sans-serif !important;
}

.ff-montserrat {
	font-family: 'Montserrat', sans-serif !important;
}

.ff-raleway {
	font-family: 'Raleway', sans-serif !important;
}

.pagination-style > li > a,
.pagination-style > li > span {
	color: #e20687;
}

.pagination-style > li > a:hover {
	color: #e20687;
}

.pagination-style > .active > a,
.pagination-style > .active > a:focus,
.pagination-style > .active > a:hover,
.pagination-style > .active > span,
.pagination-style > .active > span:focus,
.pagination-style > .active > span:hover {
	background-color: #e20687;
	border-color: #e20687;
	color: #ffffff;
}

/*--- Section Title Styles ---*/

.section-title {
	margin-bottom: 30px;
}

.section-title .icon {
	color: #e20687;
	font-size: 44px;
	margin-bottom: 30px;
}

.section-title .title {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 26px;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase;
}

.section-title .title span {
	color: #e20687;
}

.section-title .sub-title {
	color: #989898;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 26px;
}

.section-title .sub-title a:hover {
	color: #e20687;
}

.sub-title.sub-title-center {
	margin-left: auto;
	margin-right: auto;
	max-width: 550px;
}

.inner-title .title {
	color: #111111;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

.inner-title .title span {
	color: #e20687;
}

.inner-title .title.small-title {
	font-size: 18px;
}

.preloader {
	/*    display: none;*/
	background-color: #ffffff;
	/*    background-image: url(../images/photos/preloader.gif);*/
	/*    background-position: center center;*/
	/*    background-repeat: no-repeat;*/
	-webkit-background-size: 75px 75px;
	background-size: 75px 75px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

/*--- Line Styles ---*/

.line-bottom {
	position: relative;
}

.line-bottom:before {
	background-color: #e20687;
	bottom: -15px;
	content: "";
	height: 2px;
	position: absolute;
	width: 80px;
}

.line-bottom:after {
	background-color: #ffffff;
	bottom: -15px;
	content: "";
	height: 2px;
	left: 3px;
	position: absolute;
	width: 5px;
}

.line-center {
	position: relative;
}

.line-center:before {
	background-color: #e20687;
	bottom: -15px;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	max-width: 80px;
	position: absolute;
	right: 0;
	width: 100%;
}

.line-center:after {
	background-color: #e20687;
	bottom: -15px;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	max-width: 80px;
	position: absolute;
	right: 0;
	width: calc(100% - 99%);
}

/*--- Flaticon Reset Styles ---*/

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	margin: 0;
}

[class^="flaticon-"],
[class*=" flaticon-"] {
	line-height: 1.19;
}

/*--- Btn Styles ---*/

.btn-theme {
	background-color: #e20687;
	border: 1px solid #e20687;
	color: #ffffff;
	display: inline-block;
	font-family: 'Gothic-Century', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.67;
	padding: 15px 42px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-theme:hover,
.btn-theme.btn-black {
	background-color: #111111;
	border: 1px solid #111111;
	color: #ffffff;
}

.btn-theme.btn-black:hover {
	background-color: #e20687;
	border: 1px solid #e20687;
	color: #ffffff;
}

.btn-theme.btn-theme2 {
	background-color: #e20687;
	border: 1px solid #e20687;
	color: #ffffff;
}

.btn-theme.btn-theme2:hover {
	background-color: #e20687;
	border: 1px solid #e20687;
	color: #ffffff;
}

.btn-theme.btn-white {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #e20687;
}

.btn-theme.btn-white:hover {
	background-color: #111111;
	border: 1px solid #111111;
	color: #ffffff;
}

.btn-theme.btn-gray {
	background-color: #c6c7c7;
	border: 1px solid #c6c7c7;
	color: #ffffff;
}

.btn-theme.btn-gray:hover {
	background-color: #111111;
	border: 1px solid #111111;
	color: #ffffff;
}

.btn-theme.btn-bdr {
	background-color: transparent;
	border: 1px solid #e20687;
	color: #e20687;
}

.btn-theme.btn-bdr:hover {
	background-color: #e20687;
	color: #ffffff;
}

.btn-black.btn-bdr {
	background-color: transparent;
	border: 1px solid #111111;
	color: #111111;
}

.btn-black.btn-bdr:hover {
	background-color: #111111;
	border: 1px solid #111111;
	color: #ffffff;
}

.btn-white.btn-bdr {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.btn-white.btn-bdr:hover {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #e20687;
}

.btn-gray.btn-bdr {
	background-color: transparent;
	border: 1px solid #c6c7c7;
	color: #a4a4a4;
}

.btn-gray.btn-bdr:hover {
	background-color: #c6c7c7;
	border: 1px solid #c6c7c7;
	color: #ffffff;
}

.btn-sm {
	padding: 9px 25px;
}

.btn-xs {
	font-size: 11px;
	padding: 5px 15px;
}

.btn-round {
	border-radius: 25px;
}

.btn-theme.pull-left,
.btn-theme.pull-right {
	display: inline-block;
	line-height: 1.4;
}

/*--- Owl Carousel Styles ---*/

.owl-theme .owl-controls {
	margin-top: 15px;
	position: static;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
	background: rgba(240, 240, 240, 0.85);
	border-radius: 0;
	display: inline-block;
	margin: 0;
	padding: 4px 14px;
	text-align: center;
}

.owl-carousel .owl-controls .owl-prev {
	margin-right: 2px;
}

.owl-carousel .owl-controls .owl-next {
	margin-left: 2px;
}

/*--- Owl Column Styles ---*/

.owl-carousel.owl-column .owl-controls {
	display: none;
}

.owl-carousel.owl-column.owlnav-true .owl-controls {
	display: inline;
}

.owl-carousel.owl-column.owldots-true .owl-controls {
	display: inline;
}

.owl-carousel.owl-column .owl-controls .owl-nav,
.owl-carousel.owl-column .owl-controls .owl-dots {
	display: none !important;
}

.owl-carousel.owl-column.owlnav-true .owl-controls .owl-nav {
	display: block !important;
}

.owl-carousel.owl-column.owldots-true .owl-controls .owl-dots {
	display: block !important;
}

/*--- Owl Nav Style One ---*/

.owl-carousel.owlnav-true .owl-controls .owl-prev,
.owl-carousel.owlnav-true .owl-controls .owl-next {
	background: rgba(240, 240, 240, 0.85);
	border-radius: 0;
	display: inline-block;
	margin: 0;
	padding: 4px 14px;
	text-align: center;
}

.owl-carousel.owlnav-true .owl-controls .owl-prev {
	margin-right: 2px;
}

.owl-carousel.owlnav-true .owl-controls .owl-next {
	margin-left: 2px;
}

/*--- Owl Nav Style Two ---*/

.owl-carousel.owlnav-true.owl-nav2 .owl-controls {
	display: inline;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next {
	background: rgba(240, 240, 240, 0.85);
	border-radius: 0;
	margin: 0;
	margin-top: -22px;
	padding: 10px 12px;
	position: absolute;
	text-align: center;
	top: 50%;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev i,
.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next i {
	color: #666666;
	font-size: 20px;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next {
	right: 0;
}

/*--- Owl Nav Style Three ---*/

.owl-carousel.owlnav-true.owl-nav3 .owl-controls {
	display: inline;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next {
	background: rgba(240, 240, 240, 0.85);
	border-radius: 0;
	margin: 0;
	margin-top: -22px;
	opacity: 0;
	padding: 10px 12px;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev i,
.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next i {
	color: #666666;
	font-size: 20px;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next {
	right: 0;
}

.owl-carousel.owlnav-true.owl-nav3:hover .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav3:hover .owl-nav .owl-next {
	opacity: 1;
}

/*--- Owl Nav Style Four ---*/

.owl-carousel.owlnav-true.owl-nav4 .owl-controls {
	display: inline;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next {
	background-color: #f5f5f5;
	border: 1px solid #e9e9e9;
	left: auto;
	padding: 0 10px;
	position: absolute;
	top: -60px;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev {
	right: 30px;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next {
	right: 0;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev i,
.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next i {
	font-size: 14px;
}

/*--- Owl Dots Style ---*/

.owl-carousel .owl-controls .owl-dots {
	text-align: center;
	display: inline-block;
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 5px;
}

.owl-carousel .owl-controls .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.owl-carousel .owl-controls .owl-dots .owl-dot span {
	background-color: #ffffff;
	border: 5px solid #e20687;
	border-radius: 50%;
	display: inline-block;
	height: 16px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	width: 16px;
}

.owl-carousel .owl-controls .owl-dots .owl-dot:hover span,
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
	background-color: #ffffff;
	border-color: #1c1c1c;
}

/*--- Blockquote Style ---*/

.blockquote-style {
	border-left: 3px solid #c9c9c9;
	margin: 20px 0;
	padding: 30px;
}

.blockquote-style p {
	font-size: 16px;
	font-style: italic;
}

.blockquote-style1 {
	background-color: #f9f9f9;
	border-left: 5px solid #f2f2f2;
	margin: 20px 0;
	padding: 30px;
}

.blockquote-style1 p {
	font-size: 16px;
	font-style: italic;
}

/*--- Thumb Overlay effect ---*/

.thumb-caption {
	position: relative;
	overflow: hidden;
}

.overlay-effect {
	background-color: rgba(226, 6, 135, 0.75);
	color: #ffffff;
	height: 100%;
	left: 0;
	padding: 15px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	width: 100%;
}

.box-area:hover .overlay-effect {
	background-color: rgba(226, 6, 135, 0.9);
}

.box-effect-white .box-area:hover .overlay-effect {
	background-color: rgba(255, 255, 255, 0.75);
}

.box-area .overlay-effect.overlay-effect2 {
	opacity: 0;
}

.box-area:hover .overlay-effect.overlay-effect2 {
	opacity: 1;
}

.box-area .overlay-effect.overlay-effect3 {
	border-radius: 0 30px 30px 0;
	bottom: 0;
	height: auto;
	margin: 10px 0;
	opacity: 1;
	text-align: left;
	top: auto;
	width: auto;
}

.overlay-effect h1,
.overlay-effect h2,
.overlay-effect h3,
.overlay-effect h4,
.overlay-effect h5,
.overlay-effect h6,
.overlay-effect p {
	color: #ffffff;
	margin: 0;
}

/*--- Boxed Layout Style ---*/

.boxed-layout-style {
	background-color: #aeaeae;
}

.boxed-layout-style .wrapper {
	background-color: #ffffff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
	max-width: 1200px;
}

.boxed-layout-style .container {
	padding: 0 15px;
}

.boxed-layout-style .mega-header {
	margin: 0 auto;
	max-width: 1200px;
}

.boxed-layout-style .mega-header .header-main.header-fixedtop {
	left: 0 !important;
	margin: 0 auto !important;
	max-width: 1200px;
	right: 0;
}

.wide-layout-style .mega-header .header-main.header-fixedtop {
	left: 0 !important;
	right: 0;
	width: 100% !important;
}

/*
-----------------------------------------------------------------------
    Side Toggle  Menu style
-----------------------------------------------------------------------
*/

.side-toggle-menu .cbp-spmenu {
	background-color: #ffffff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
	overflow-y: scroll;
}

.side-toggle-menu .side-menu-btn {
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 50% 0 0 50%;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	height: 42px;
	left: auto;
	line-height: 42px;
	padding-left: 9px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 30%;
	width: 42px;
	z-index: 999;
}

.side-toggle-menu .side-menu-btn:hover {
	background-color: rgba(0, 0, 0, 0.45);
}

.sidemenu-dropdown {
	cursor: pointer;
}

.sidemenu-dropdown-active {
	display: none;
}

.side-toggle-menu .cbp-spmenu a {
	color: #000000;
	border-bottom: 1px dotted #d9d9d9;
	font-weight: 500;
}

.side-toggle-menu .cbp-spmenu a:hover {
	color: #ffffff;
}

.side-toggle-menu .cbp-spmenu a.logo {
	background-color: #101010;
	border: none !important;
}

.side-toggle-menu .cbp-spmenu a.logo:hover {
	background-color: #101010;
}

.side-toggle-menu .cbp-spmenu a i {
	color: #ffffff;
}

.side-toggle-menu .cbp-spmenu:hover a.side-menu-btn-close {
	cursor: pointer;
}

.side-toggle-menu .cbp-spmenu a.side-menu-btn-close {
	background-color: transparent;
	border: none;
	border-radius: 50%;
	display: inline-block;
	margin-top: 5px;
	padding: 0 7px;
	position: absolute;
	right: 0;
}

.side-toggle-menu .cbp-spmenu a.side-menu-btn-close:hover {
	background-color: rgba(0, 0, 0, 0.55);
}

.side-toggle-menu .copy-right-sidemenu {
	border-top: 1px dotted #d3d3d3;
	bottom: 30px;
	color: #aeaeae;
	font-size: 12px;
	left: 0;
	margin: 0;
	padding-top: 30px;
	position: absolute;
	right: 0;
	text-align: center;
}

.side-toggle-menu .copy-right-sidemenu a {
	border: none !important;
	display: inline-block;
	font-size: 13px;
	padding: 0;
	text-decoration: none;
}

.side-toggle-menu .copy-right-sidemenu a:hover {
	background-color: transparent !important;
}

/*
-----------------------------------------------------------------------
    Main Header style
-----------------------------------------------------------------------
*/

.mega-header {
	background: #ffffff;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.mega-header .header-bar {
	background-color: #f7f7f7;
	padding: 7px 0 8px;
}

.mega-header .header-bar .social-icons {
	float: right;
	text-align: right;
}

.mega-header .header-bar .social-icons li {
	margin-right: 7px;
}

.mega-header .header-bar .social-icons li a {
	background-color: #f8f8f8;
	border-color: #f8f8f8;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
	height: 32px;
	width: 32px;
}

.mega-header .header-bar .social-icons li:hover a,
.mega-header .header-bar .social-icons li a:hover {
	background-color: #e20687;
	border-color: #e20687;
}

.mega-header .header-bar .social-icons li a i {
	color: #afafaf;
	line-height: 30px;
}

.mega-header .header-bar .social-icons li a:hover i {
	color: #ffffff;
}

.mega-header .header-bar .side-toggle-menu {
	float: right;
	margin-left: 15px;
	position: relative;
}

.mega-header .header-bar .side-toggle-menu:before {
	background-color: #ecebeb;
	content: "";
	height: 52px;
	left: -12px;
	position: absolute;
	top: -7px;
	width: 1px;
}

.mega-header .header-bar .side-toggle-menu:after {
	background-color: #f7f7f7;
	content: "";
	height: 52px;
	left: -11px;
	position: absolute;
	top: -7px;
	width: 1px;
}

.mega-header .header-bar .side-toggle-menu .side-menu-btn {
	background-color: transparent;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	color: #afafaf;
	height: 32px;
	line-height: 30px;
	padding-left: 0;
	position: inherit;
	text-align: center;
	top: 0;
	width: 32px;
}

.mega-header .header-bar .side-toggle-menu .side-menu-btn:hover {
	background-color: #e20687;
	color: #ffffff;
}

.mega-header .header-top {
	position: relative;
	padding: 20px 0;
	background: #ffffff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.header-fixedtop {
	position: fixed !important;
	top: 0;
	width: 100%;
}

.header-fixedtop .header-top {
	display: none;
	opacity: 0;
	padding: 0;
}

.mega-header .logo {
	margin-left: -15px;
	position: relative;
	padding: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.mega-header .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.mega-header .header-top .search-form .form {
	position: relative;
	margin-top: 25px;
	padding-left: 30px;
}

.mega-header .header-top .form input[type="text"],
.mega-header .header-top .form input[type="password"] {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 24px;
	font-size: 13px;
	padding: 7px 50px 7px 15px;
	border: 1px solid #cccccc;
	background: #ffffff;
}

.mega-header .header-top .form select {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 24px;
	font-size: 13px;
	padding: 7px 15px;
	border: 1px solid #cccccc;
	border-right: none;
	color: #888888;
	background: #ffffff center right no-repeat;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}

.mega-header .header-top .form-group {
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.mega-header .header-top .medium {
	width: 150px;
}

.mega-header .header-top .form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #000000;
	line-height: 40px;
	color: #ffffff;
	font-size: 14px;
}

.mega-header .header-top .form button:hover {
	background: #e20687;
}

.mega-header .header-top .large {
	width: 320px;
}

.mega-header .header-top .user-links {
	position: relative;
	margin-top: 25px;
}

.mega-header .header-top .user-links a {
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 30px;
	padding: 5px 0;
	display: inline-block;
	margin: 0 5px;
	color: #565656;
}

.mega-header .header-top .user-links a:hover,
.mega-header .header-top .user-links a.active {
	color: #e20687;
}

/*--- Header Top Infos Styles ---*/

.header-top-infos > ul {
	display: inline-block;
	float: right;
}

.header-top-infos > ul > li {
	border-right: 1px solid #d3d3d3;
	float: left !important;
	display: inline-block;
	padding: 0 30px;
}

.header-top-infos > ul > li:last-child {
	border: none;
	padding-right: 5px;
}

.header-top-infos > ul > li:last-child {
	border: none;
}

.header-top-infos {
	font-size: 14px;
	line-height: 20px;
	color: #36404b;
	margin-top: 15px;
}

.header-top-infos p {
	margin-bottom: 5px;
}

.header-top-infos li div {
	display: inline-block;
}

.header-top-infos li div img {
	float: left !important;
	margin-right: 10px;
	margin-top: 5px;
}

.header-top-infos li div p {
	float: left;
}

/*--- Main Menu Styles Start ---*/

.mega-header .header-main {
	background: #e20687;
	left: 0 !important;
	padding: 0;
	position: relative;
	right: 0 !important;
	width: 100% !important;
}

.mega-menu {
	position: relative;
	z-index: 5;
}

.toggleMenu {
	display: none;
	padding: 20px 18px 0 0;
}

.mainmenu {
	list-style: none;
	*zoom: 1;
}

.mainmenu:before,
.mainmenu:after {
	content: " ";
}

.mainmenu:after {
	clear: both;
}

.mainmenu ul {
	list-style: none;
	min-width: 180px;
}

.mainmenu li a {
	color: #ffffff;
	display: inline-block;
	font-family: "Gothic-Century", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	padding: 16px 15px;
	outline: 0 none;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.mainmenu li.dropdown a {
	padding: 16px 40px 16px 15px;
}

.mainmenu li a:hover {
	color: #ffffff;
	background-color: #e20687;
}

.mainmenu li.dropdown-toggle a {
	color: #ffffff;
	background-color: #e20687;
}

.mainmenu li {
	position: relative;
}

.mainmenu > li {
	float: left;
}

.mainmenu > li.dropdown .parent:after {
	color: #ffffff;
	font-family: 'FontAwesome';
	content: "\f107";
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 33%;
	width: 10px;
	z-index: 5;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.mainmenu > li.dropdown li .parent:after {
	display: block;
	top: 22%;
}

.mainmenu > li.dropdown li.dropdown-toggle .parent:after {
	transform: rotate(-90deg);
}

.mainmenu > li > a {
	display: block;
}

.mainmenu li ul {
	position: absolute;
	left: -9999px;
}

.mainmenu > li.dropdown-toggle > ul {
	left: 0;
}

.mainmenu li li.dropdown-toggle ul {
	left: 100%;
	top: 0;
}

.mainmenu li li a {
	background-color: #e20687;
	border-top: 1px solid rgba(255, 255, 255, 0.55);
	display: block;
	padding: 7px 15px;
	position: relative;
	text-transform: capitalize;
	z-index: 100;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.mainmenu li.dropdown li a {
	padding: 7px 15px;
}

.mainmenu li.dropdown li a:hover {
	padding: 7px 14px 7px 18px;
}

.mainmenu li li a:hover {
	background-color: #e20687;
}

.mainmenu li.dropdown-toggle li li a {
	background-color: #e20687;
	border-top: 1px solid rgba(255, 255, 255, 0.55);
	z-index: 200;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.mainmenu li.dropdown-toggle li li a:hover {
	background-color: #e20687;
}

.mainmenu li.dropdown-toggle li.dropdown-toggle a {
	background-color: #e20687;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.mainmenu li.dropdown a {
		padding: 16px 16px 16px 15px;
	}
	
	.mainmenu > li.dropdown .parent:after {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.active {
		display: block;
	}
	
	.mainmenu {
		background-color: #ffffff;
	}
	
	.mainmenu > li {
		float: none;
	}
	
	.mainmenu li a {
		color: #777777;
		border-top: 1px solid #f0f0f0;
	}
	
	.mainmenu li.dropdown a {
		padding: 10px 30px 10px 15px;
	}
	
	.mainmenu > li.dropdown .parent:after {
		color: #e20687;
	}
	
	.mainmenu > li.dropdown:hover .parent:after {
		color: #ffffff;
	}
	
	.mainmenu > li.dropdown.dropdown-toggle .parent:after {
		color: #ffffff;
		top: 12%;
	}
	
	.mainmenu > li.dropdown a:hover:after {
		color: #ffffff;
	}
	
	.mainmenu ul {
		display: block;
		width: 100%;
	}
	
	.mainmenu > li.dropdown-toggle > ul,
	.mainmenu li li.dropdown-toggle ul {
		position: static;
	}
	
	.toggleMenu {
		float: right;
		height: 56px;
		width: 60px;
	}
	
	.toggleMenu em {
		background-color: #ffffff;
		float: right;
		height: 3px;
		margin: 0 0 4px;
		width: 25px;
	}
}

.header-main .appoint-inner {
	text-align: right !important;
}

.header-main .appoint-btn a {
	background-color: #e20687;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-family: 'Gothic-Century', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 56px;
	padding: 0 35px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.header-main .appoint-btn a:hover {
	background: #ea3fa4;
}

.header-main .appoint-inner .user_menu {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #cccccc;
	position: absolute;
	right: 0;
	top: 56px;
	z-index: 999999999;
	width: 200px;
	text-align: center;
	border-radius: 0 0 6px 6px;
	opacity: 0;
	height: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	overflow: hidden;
}
.header-main .appoint-inner .user_menu.show {
	opacity: 1;
	height: auto;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header-main .appoint-inner .user_menu li {
	display: block;
	padding: 0;
	text-align: center;
}
.header-main .appoint-inner .user_menu li a {
	border-bottom: 1px solid #cccccc;
	display: block;
	font-size: 13px;
	line-height: normal;
	padding: 10px 20px;
}
.header-main .appoint-inner .user_menu li:last-child a {
	border-bottom: 1px solid transparent;
}
.loading_img {
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
/*
-----------------------------------------------------------------------
    Main Head Section
-----------------------------------------------------------------------
*/

section.main-head {
	display: block;
	position: relative;
	padding: 25px 0;
	background: url('../images/main-head/prints.png') no-repeat top right;
	/*background-position: top right;*/
	-webkit-background-size: contain;
	background-size: contain;
}

section.main-head:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(225, 225, 225, 0.75);
	top: 0;
	left: 0;
}

section.main-head .main-head-wrapper {
}

section.main-head .main-head-wrapper .title {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 26px;
	color: #e20687;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 25px 0;
	font-weight: bold;
}

section.main-head .main-head-wrapper .products-wrapper {
}

section.main-head .main-head-wrapper .products-wrapper ul {
	list-style-position: inside;
}

section.main-head .main-head-wrapper .products-wrapper ul li {
	list-style-type: disc;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

section.main-head .btn-wrapper a {
	margin-top: 25px;
	background-color: #e20687;
	border: none;
	font-family: 'Gothic-Century', sans-serif;
	font-size: 14px;
}

section.main-head .btn-wrapper a:hover {
	background-color: #ea3fa4;
}

@media all and (min-width: 992px) {
	section.main-head:before {
		display: none;
	}
	
	section.main-head .btn-wrapper a {
		margin-top: 100px;
	}
}
.blink_me {
	animation: blinker 1s linear infinite;
	color: red;
}
@keyframes blinker {
	50% {
		opacity: 0;
	}
}
/*
-----------------------------------------------------------------------
    Info Section
-----------------------------------------------------------------------
*/

section.info {
	/*background-color: gray;*/
	color: white;
	padding: 25px 0;
	background: gray url('../images/photos/info-background.png') fixed top center;
	-webkit-background-size: cover;
	background-size: cover;
	/*background-position: top center;
    background-attachment: fixed;*/
}

section.info .title {
	font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
}

section.info .text {
	font-weight: bold;
	padding-top: 25px;
	font-size: 14px;
	text-shadow: 1px 1px 1px black;
	letter-spacing: 1px;
}

/*
-----------------------------------------------------------------------
    Welcome Section
-----------------------------------------------------------------------
*/

.welcome-content {
	position: relative;
}

.welcome-content .title {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.welcome-content p {
	color: #989898;
	font-size: 14px;
}

.welcome-content .feature-list {
	font-family: "Gothic-Century", sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.welcome-content .feature-list a {
	color: #e20687;
}

.welcome-content .feature-list a:hover {
	color: #1c1c1c;
}

.welcome-content .feature-list a i {
	margin-right: 15px;
}

.welcome-content .welcome-feature {
	background-image: url(../images/welcome/1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 35px 20px 40px 30px;
	position: relative;
	min-height: 230px;
	margin-bottom: 25px;
}

.welcome-content .welcome-feature.img-6 {
	background-image: url(../images/welcome/1.jpg);
}

.welcome-content .welcome-feature::before {
	background-color: rgba(226, 6, 135, 0.95);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.welcome-content .welcome-feature .icon {
	bottom: -30px;
	position: absolute;
	right: -25px;
	z-index: 0;
}

.welcome-content .welcome-feature .icon i {
	color: #ffffff;
	font-size: 100px;
}

.welcome-content .welcome-feature .content {
	border-left: 1px solid #cb835f;
	/*    min-height: 115px;*/
	padding-left: 15px;
	position: relative;
	z-index: 1;
}

.welcome-content .welcome-feature .content .title {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 1px;
}

.welcome-content .welcome-feature .content .title span {
	color: #111111;
}

.welcome-content .welcome-feature .content ul li {
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 1px;
}

.welcome-content .welcome-feature .content ul li em {
	font-family: 'Gothic-Century', sans-serif;
}

/*--- welcome-content-style2 ---*/

.welcome-content.style-two {
	margin-top: -125px;
	position: relative;
	z-index: 99;
}

.welcome-content.style-two .welcome-feature {
	padding: 30px 20px 40px 30px;
}

.welcome-content.style-two .welcome-feature .content .title {
	font-size: 20px;
	margin-bottom: 13px;
}

.welcome-content .welcome-feature .content ul li:first-child {
	margin-bottom: 13px;
}

/*
-----------------------------------------------------------------------
    Widget Styles
-----------------------------------------------------------------------
*/

.login-icon {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.login-title {
	/*    background-color: black;*/
	height: 45px;
	line-height: 45px;
	border-bottom: none !important;
	word-break: break-all;
	white-space: nowrap;
}

.iconbox-widget {
	position: relative;
	display: inline-block;
	/*    background-color: yellow;*/
	/*    float: left;*/
}

.iconbox-widget .icon {
	left: 0;
	position: absolute;
	top: 4px;
}

.iconbox-widget .icon i {
	color: #e20687;
	font-size: 44px;
	line-height: 36px;
}

.iconbox-widget .box-contenet {
	padding-left: 56px;
}

.iconbox-widget .box-contenet .title {
	margin-bottom: 8px;
	margin-top: 0;
}

.iconbox-widget .box-contenet .title a {
	color: #e20687;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.iconbox-widget .box-contenet .sub-title {
	color: #989898;
}

.iconbox-widget .box-contenet .sub-title a {
	color: #989898;
}

.header-top-widget {
	margin-top: 15px;
}

.header-top-widget .header-widget {
	float: right;
}

.header-top-widget .header-widget .iconbox-widget {
	display: inline-block;
	margin-right: 55px;
}

.header-top-widget .header-widget .iconbox-widget:last-child {
	margin-right: 0;
	vertical-align: top;
}

.header-top-widget .header-widget .iconbox-widget .box-contenet .title {
	font-family: 'Gothic-Century', sans-serif;
	margin-bottom: 8px;
	font-weight: 700;
}

.header-top-widget.headerwidget-style2 .header-widget .iconbox-widget .box-contenet .title {
	border-bottom: 1px dashed #cccccc;
	font-family: 'Gothic-Century', sans-serif;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 2px;
	padding-bottom: 8px;
}

.header-widget .widget-search {
	text-align: center;
}

.header-widget .widget-search input {
	height: 32px;
	padding-top: 0;
}

.header-widget .widget-search button {
	background-color: #ecebeb;
	border-color: #eeeeee;
	font-size: 14px;
	height: 31px;
	width: 42px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.header-widget .widget-search button:hover {
	background-color: #e20687;
	border-color: #e20687;
}

.header-bar .widget-tags {
	margin-top: 0;
}

.header-bar .widget-tags a {
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 0;
	margin-right: 7px;
	text-transform: uppercase;
}

.header-bar .widget-tags a:before {
	background-color: #ecebeb;
	content: "";
	height: 52px;
	left: -7px;
	position: absolute;
	top: -7px;
	width: 1px;
}

.header-bar .widget-tags a:last-child:after {
	background-color: #ecebeb;
	content: "";
	height: 52px;
	right: -6px;
	position: absolute;
	top: -7px;
	width: 1px;
}

/*--- Widget Sidebar ---*/

.widget {
	margin-bottom: 30px;
}

.widget .widget-title {
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 36px;
	margin-bottom: 25px;
	position: relative;
	text-transform: uppercase;
}

.widget .widget-title:before {
	background-color: #f7f7f7;
	bottom: -12px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 70px;
}

.widget .widget-title:after {
	background-color: #e20687;
	bottom: -12px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 35px;
}

.widget-search input {
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	height: 48px;
	outline: medium none;
	padding-left: 20px;
	padding-top: 3px;
	width: calc(100% - 58px);
}

.widget-search button {
	background-color: #e20687;
	border: 1px solid #e20687;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	color: #ffffff;
	font-size: 17px;
	height: 48px;
	line-height: 18px;
	margin-left: -5px;
	outline: none;
	padding: 0;
	text-align: center;
	width: 58px;
}

.widget-links li a {
	color: #a5a6a7;
	font-size: 14px;
	line-height: 40px;
	padding-left: 15px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.widget-links li:hover a {
	color: #e20687;
}

.widget-links li a:before {
	color: #e20687;
	content: "\f0da";
	font-family: "FontAwesome";
	font-size: 15px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 3px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.widget-news .widget-news-post {
	display: inline-block;
	margin-bottom: 12px;
	margin-top: 10px;
	padding-bottom: 7px;
	position: relative;
	width: 100%;
}

.widget-news .widget-news-post:last-child {
	margin-bottom: 10px;
}

.widget-news .widget-news-post .thumb {
	left: 0;
	position: absolute;
	top: 0;
}

.widget-news .widget-news-post .content {
	padding-left: 85px;
}

.widget-news .widget-news-post .content .title {
	display: inline-block;
	margin-bottom: 0;
	margin-top: -10px;
}

.widget-news .widget-news-post .content .title a {
	color: #a5a6a7;
}

.widget-news .widget-news-post .content .meta-date {
	color: #e20687;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
}

.widget-gallery {
	display: inline-block;
	margin-top: 15px;
}

.widget-gallery .widget-gallery-item {
	float: left;
	padding: 0 10px 10px 0;
	position: relative;
	width: 33.333%;
}

.widget-gallery .widget-gallery-item img {
	display: block;
	position: relative;
	width: 100%;
}

.widget-tags {
	display: inline-block;
	margin-top: 12px;
}

.widget-tags a {
	border: 1px solid #f2f2f2;
	color: #989898;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 3px 10px 0;
	padding: 4px 10px 5px;
	position: relative;
	text-transform: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.widget-tags a:hover {
	background-color: #e20687;
	color: #ffffff;
}

.widget-appointment {
	display: inline-block;
	margin-top: 15px;
}

/*
-----------------------------------------------------------------------
    Social Icons Styles
-----------------------------------------------------------------------
*/

.social-icons li {
	display: inline-block;
	margin-right: 20px;
}

.social-icons li:last-child {
	margin-right: 0;
}

.social-icons li a {
	border: 2px solid #ffffff;
	display: inline-block;
	height: 38px;
	text-align: center;
	width: 38px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.social-icons li a:hover {
	border: 2px solid #e20687;;
}

.social-icons li a i {
	color: #ffffff;
	font-size: 17px;
	line-height: 38px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.social-icons li a:hover i {
	color: #e20687;
}

/*--- Social Icons Theme Color ---*/

.social-icons.icons-theme li {
	margin-right: 2px;
}

.social-icons.icons-theme li a {
	background-color: #e20687;
	border-color: #e20687;
	border-radius: 4px;
	height: 34px;
	width: 34px;
}

.social-icons.icons-theme li a:hover {
	background-color: #1c1c1c;
	border-color: #1c1c1c;
}

.social-icons.icons-theme li a i {
	color: #ffffff;
	line-height: 31px;
}

.social-icons.icons-theme li a:hover i {
	color: #ffffff;
}

/*
-----------------------------------------------------------------------
    Service Section
-----------------------------------------------------------------------
*/
.service-thumb img {
	float: left;
	max-width: none;
}

.service-post {
	background-color: #f9f9f9;
	border: 1px solid #f2f2f2;
	border-bottom: 3px solid #e9e9e9;
	margin-bottom: 30px;
	position: relative;
	/*min-height: 325px;*/
	min-height: 472px;
	max-height: 472px;
	overflow: hidden;
}

.service-post:after {
	border-bottom: 3px solid #e20687;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.service-post:hover:after {
	width: 100%;
}

.service-post .thumb {
	margin-bottom: 25px;
}

.service-post .thumb img {
	width: 100%;
}

.service-post .content {
	padding: 0 15px 15px 105px;
}

.service-post .content .title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
}

.service-post .content a.btn-link {
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #e20687;
	padding: 5px 10px;
}

.service-post .content .btn-link:hover {
	background-color: #ea3fa4;
}
.service-post .details {
	text-align: center;
}

.service-post .icon-box {
	background-color: #e20687;
	border: 2px solid #e20687;
	border-radius: 50%;
	font-size: 35px;
	height: 70px;
	left: 20px;
	position: absolute;
	text-align: center;
	width: 70px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	color: white;
}

.service-post:hover .icon-box {
	background-color: #ffffff;
	color: #e20687;
}

.service-post .icon-box .icon {
	color: #ffffff;
	line-height: 64px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.service-post:hover .icon-box .icon {
	color: #e20687;
}

/*--- Services Style Two ---*/

.services-style2 .service-post .icon-box {
	display: none;
}

.services-style2 .service-post .content {
	padding: 0 30px 25px;
}

/*--- Services Style Three ---*/

.services-style3 .service-post .thumb {
	display: none;
}

.services-style3 .service-post .content {
	padding: 25px 40px 25px 105px;
}

.services-style3 .service-post .icon-box {
	top: 27px;
}

/*--- Services Style Four ---*/

.services-style4 .service-post {
	text-align: center;
}

.services-style4 .service-post .thumb {
	margin-bottom: 0;
}

.services-style4 .service-post .icon-box {
	display: none;
}

.services-style4 .service-post .content {
	padding: 25px 40px 25px 40px;
}

.services-style4 .service-post .content .title {
	font-size: 20px;
	margin-bottom: 15px;
}

.services-style4 .service-post .content p {
	margin-bottom: 15px;
}

/*--- Service Post Details ---*/

.service-post-details .service-post .content .title-details {
	font-size: 28px;
}

.service-post-details .service-post.post-details {
	margin-bottom: 50px;
}

.service-post-details .service-post.post-details:hover:after {
	width: 0;
}

/*--- Footer Divider ---*/

section.footer-divider {
	display: block;
	width: 100%;
	height: 5px;
	background-image: url(../images/photos/line.png);
}

/*
-----------------------------------------------------------------------
    Footer Styles
-----------------------------------------------------------------------
*/

.footer-section {
	background-color: #36404b;
}

.footer-widget .footer-widget-title .widget-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 36px;
	margin-bottom: 35px;
	position: relative;
	text-transform: uppercase;
}

.footer-widget .footer-widget-title .widget-title:after {
	background-color: #e20687;
	bottom: -12px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 35px;
}

.footer-widget .footer-logo img {
	margin-bottom: 12px;
	margin-top: 10px;
}

.footer-widget .social-icons {
	margin-top: 20px;
}

.footer-widget .social-icons li {
	margin-right: 8px;
}

.footer-widget .social-icons li a {
	background-color: #e20687;
	border: 1px solid #e20687;
	border-radius: 4px;
	height: 24px;
	line-height: 24px;
	width: 26px;
}

.footer-widget .social-icons li a:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}

.footer-widget .social-icons li a i {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	position: relative;
	top: -2px;
}

.footer-widget .social-icons li a:hover i {
	color: #a7a7a7;
}

.footer-widget .widget-links li {
	border-bottom: 1px dotted #474e56;
}

.footer-widget .widget-links li a {
	color: #eeeeee;
	font-size: 14px;
	line-height: 40px;
	padding-left: 15px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.footer-widget .widget-links li:hover a {
	color: #e20687;
}

.footer-widget .widget-links li a:before {
	color: #e20687;
	content: "\f0da";
	font-family: "FontAwesome";
	font-size: 15px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 3px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.footer-widget .widget-contact {
	margin-top: 15px;
}

.footer-widget .widget-contact p {
	border-bottom: 1px dotted #474e56;
	color: #eeeeee;
	font-size: 14px;
	letter-spacing: 1.5px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.footer-widget .widget-contact p {
	border-bottom: 1px solid #474e56;
	color: #eeeeee;
	font-size: 14px;
	letter-spacing: 1.5px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.footer-widget .widget-contact p i {
	color: #eeeeee;
	margin-right: 8px;
}

.footer-widget .widget-contact p span {
	color: #e20687;
}

.footer-widget .widget-news .widget-news-post {
	border-bottom: 1px dotted #474e56;
	display: inline-block;
	margin-bottom: 0;
	margin-top: 10px;
	padding-bottom: 7px;
	position: relative;
}

.footer-widget .widget-news .widget-news-post .thumb {
	left: 0;
	position: absolute;
	top: 0;
}

.footer-widget .widget-news .widget-news-post .content {
	padding-left: 85px;
}

.footer-widget .widget-news .widget-news-post .content .title {
	display: inline-block;
	margin-bottom: 0;
	margin-top: -10px;
}

.footer-widget .widget-news .widget-news-post .content .title a {
	color: #eeeeee;
}

.footer-widget .widget-news .widget-news-post .content .meta-date {
	color: #e20687;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
}

.footer-copyright {
	background-color: #2c343d;
}

.copy-right {
	color: #eeeeee;
	font-family: "Gothic-Century", sans-serif;
	margin-bottom: 18px;
	margin-top: 18px;
}

.copy-right a {
	color: #e20687;
}

/*
-----------------------------------------------------------------------
    Testimonials Styles
-----------------------------------------------------------------------
*/

section.testimonials {
	background-image: url('../images/testimomials/testimomial-background.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

section.testimonials .section-title {
}

section.testimonials h5.sub-title.sub-title-center {
	font-size: 22px;
	max-width: 800px;
	/*    text-shadow: 1px 1px 1px lightgray;*/
	/*    color: black;*/
	/*    font-weight: bold;*/
}

.testimonial-post {
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	border-radius: 35px;
	margin-bottom: 30px;
	margin-top: 50px;
	padding: 25px 25px 25px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.item.pink .testimonial-post {
	background-color: #e20687;
	color: white;
	border: 1px solid #e20687;
}

.item.pink .testimonial-post:hover {
	border: 1px solid white;
}

.item.pink .testimonial-post p {
	color: white;
}

.item.pink .testimonial-post ul li .icon {
	color: white;
}

.testimonial-post:hover {
	border-color: #e20687;
}

.testimonial-post .thumb {
	display: none;
	margin-bottom: 20px;
	margin-top: -50px;
}

.testimonial-post .thumb img {
	border: 2px solid #f5f5f5;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.testimonial-post:hover .thumb img {
	border-color: #e20687;
}

.testimonial-post p {
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.testimonial-post .testimonial-name {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}

.testimonial-post .sub-title {
	color: #989898 !important;
	font-family: 'Gothic-Century', sans-serif;
	font-size: 13px;
	font-style: oblique;
	font-weight: 600;
	margin-bottom: 0;
}

.testimonial-post ul li {
	display: inline-block;
}

.testimonial-post ul li .icon {
	color: #e20687;
	font-size: 13px;
}

/*
-----------------------------------------------------------------------
    Inner Page Styles
-----------------------------------------------------------------------
*/

.page-title {
	background-image: url(../images/photos/innerpage-title.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
	position: relative;
}

.page-title:before {
	background-color: rgba(255, 255, 255, 0.65);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.page-title-content {
	text-align: center;
}

.page-title-content .title {
	color: #e20687;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 25px;
	margin-top: 0;
	text-transform: uppercase;
}

.page-title-content .bread-crumb {
	background-color: rgba(226, 6, 135, 0.75);
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 10px;
}

.page-title-content .bread-crumb li {
	display: inline-block;
	margin-right: 6px;
	position: relative;
}

.page-title-content .bread-crumb li:after {
	color: #ffffff;
	content: "\f0da";
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	right: -15px;
	top: 7px;
}

.page-title-content .bread-crumb li:last-child:after {
	display: none;
}

.page-title-content .bread-crumb li a {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 0 7px 25px;
}

.page-title-content .bread-crumb li:last-child a {
	margin-left: 5px;
	padding-left: 13px;
	padding-right: 20px;
}

.page-title-content p {
	color: #787878;
}

/*
-----------------------------------------------------------------------
    Contact Styles
-----------------------------------------------------------------------
*/

.service-post.contact-post {
	min-height: 205px;
}

.contact-section {
	position: relative;
}

.contact-section .form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-section .form-group-inner {
	position: relative;
	display: table;
	width: 100%;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.contact-section .form-group .icon-box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.contact-section .form-group .icon-box label {
	position: relative;
	display: inline-block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #3d3d3d;
	margin: 0;
	background: #ffffff;
	border-right: 1px solid #d0d0d0;
}

.contact-section .form-group label.error {
	display: none !important;
}

.contact-section .form-group .field-outer {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.contact-section .form-group-inner input[type="text"],
.contact-section .form-group-inner input[type="password"],
.contact-section .form-group-inner input[type="tel"],
.contact-section .form-group-inner input[type="email"],
.contact-section .form-group-inner select {
	border: none;
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 9px 15px;
	color: #222222;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.contact-section .form-group input[type="text"].error,
.contact-section .form-group input[type="password"].error,
.contact-section .form-group input[type="tel"].error,
.contact-section .form-group input[type="email"].error,
.contact-section .form-group select.error,
.contact-section .form-group textarea.error {
	background: rgba(226, 6, 135, 0.20);
}

.contact-section .form-group textarea {
	border: none;
	color: #222222;
	display: block;
	height: 102px;
	line-height: 22px;
	padding: 8px 15px;
	position: relative;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	width: 100%;
}

.contact-section button {
	background: transparent;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	color: #989898;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding: 8px 30px;
	position: relative;
	width: 100%;
}

.contact-section button {
	background: transparent;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	color: #989898;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	overflow: hidden;
	padding: 8px 30px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 100%;
}

.contact-section button:hover {
	background: #1c1c1c;
	border: 1px solid #c9c9c9;
	color: #ffffff;
}

.contact-section button:after {
	background-color: #1c1c1c;
	bottom: -6px;
	content: "";
	height: 20px;
	position: absolute;
	right: -12px;
	transform: rotate(-38deg);
	-webkit-transform: rotate(-38deg);
	width: 40px;
}

/*--- Form Send Alert ---*/

form #success .alert button {
	border: medium none;
	color: #000000;
	font-weight: 700;
	padding: 0;
	width: auto;
}

form #success .alert button:hover {
	background-color: transparent;
	color: #000000;
}

form #success .alert button:after {
	display: none;
}

/*
-----------------------------------------------------------------------
    Map Styles
-----------------------------------------------------------------------
*/

.map-section {
	position: relative;
	padding: 0;
	border: none;
}

.map-section .map-container {
	position: relative;
	width: 100%;
	height: 350px;
}

/*
-----------------------------------------------------------------------
    Scroll To Top
-----------------------------------------------------------------------
*/

.scroll-to-top {
	background: #e20687;
	border: none;
	border-radius: 50%;
	bottom: 15px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 14px;
	height: 38px;
	line-height: 36px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 38px;
	z-index: 100;
}

.scroll-to-top:hover {
	background: #ffffff;
	box-shadow: 0 0 5px 0 #e20687;
	color: #e20687;
}

a.tf-buy-now {
	color: #475564;
	margin-left: 10px;
}

a.tf-buy-now:hover {
	color: #c13e0a;
}

/*
-----------------------------------------------------------------------
    Cart Page
-----------------------------------------------------------------------
*/

section.cart-section {
	padding: 50px 0;
}

/* Shop Table */

form.cart-form {
}

form.cart-form table.shop-table {
	display: table;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 0 0 50px 0;
	text-align: left;
	width: 100%;
	border-radius: 5px;
}

/* Shop Table Thead */

form.cart-form table.shop-table thead {
	border: 1px solid rgba(0, 0, 0, .1);
}

form.cart-form table.shop-table thead tr {
}

form.cart-form table.shop-table thead tr th {
	padding: 10px 10px;
	min-width: 50px;
}

/* Shop Table Tdbody */

form.cart-form table.shop-table tbody {
}

form.cart-form table.shop-table tbody tr.cart-item {
}

form.cart-form table.shop-table tbody tr.cart-item td {
	padding: 10px 10px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	min-width: 50px;
}

/* Shop Table Remove */

form.cart-form table.shop-table tbody tr.cart-item td.product-remove {
}

form.cart-form table.shop-table tbody tr.cart-item td.product-remove a {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 21px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: white;
	background-color: #e20687;
	border: 1px solid gray;
	border-radius: 50%;
	padding: 0;
	margin: 0 auto 0 auto;
	/*    text-shadow: 1px 1px 1px #000;*/
	/*    box-shadow: 1px 1px 1px 0 #000;*/
}

form.cart-form table.shop-table tbody tr.cart-item td.product-remove a:hover {
	background-color: black;
	transition: .5s;
}

/* Shop Table Thumbnail */

form.cart-form table.shop-table tbody tr.cart-item td.product-thumbnail {
}

form.cart-form table.shop-table tbody tr.cart-item td.product-thumbnail a {
}

form.cart-form table.shop-table tbody tr.cart-item td.product-thumbnail a img {
	width: 75px;
}

/* Shop Table Product Name */

form.cart-form table.shop-table tbody tr.cart-item td.product-name {
}

form.cart-form table.shop-table tbody tr.cart-item td.product-name a {
}

/* Shop Table Product Price */

form.cart-form table.shop-table tbody tr.cart-item td.product-price {
}

form.cart-form table.shop-table tbody tr.cart-item td.product-price .price-amount {
}

form.cart-form table.shop-table tbody tr.cart-item td.product-price .price-amount .price-currency-symbol {
}

/* Shop Table Product Quantity */

form.cart-form table.shop-table tbody tr.cart-item td.product-quantity {
}

form.cart-form table.shop-table tbody tr.cart-item td.product-quantity .quantity input {
	width: 75px;
	padding: 0 5px;
}

/* Shop Table Product Subtotal*/

form.cart-form table.shop-table tbody tr.cart-item td.product-subtotal {
	font-weight: bold;
}

form.cart-form table.shop-table tbody tr.cart-item td.product-subtotal .price-amount {
}

form.cart-form table.shop-table tbody tr.cart-item td.product-subtotal .price-amount .price-currency-symbol {
}

/* Shop Table */

form.cart-form table.shop-table tbody tr td.actions {
	padding: 15px 25px 15px 25px;
}

form.cart-form table.shop-table tbody tr td.actions .coupon {
}

form.cart-form table.shop-table tbody tr td.actions .coupon label {
}

form.cart-form table.shop-table tbody tr td.actions .coupon input[type="text"] {
	padding: 0 5px;
	width: auto;
}

form.cart-form table.shop-table tbody tr td.actions .coupon input[type="submit"].update {
	float: right;
}

/* Collaterals */

.cart-collaterals {
	float: right;
	width: 50%;
}

.cart-collaterals .cart-totals {
}

.cart-collaterals .cart-totals h2 {
}

/* Collaterals Shop Table*/

.cart-collaterals .cart-totals table.shop-table {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .1);
}

.cart-collaterals .cart-totals table.shop-table {
}

.cart-collaterals .cart-totals table.shop-table tbody {
}

/* Collaterals Shop Table Subtotal */

.cart-collaterals .cart-totals table.shop-table tbody tr.cart-subtotal {
	height: 35px;
}

.cart-collaterals .cart-totals table.shop-table tbody tr.cart-subtotal th {
	padding-left: 15px;
}

.cart-collaterals .cart-totals table.shop-table tbody tr.cart-subtotal td {
}

.cart-collaterals .cart-totals table.shop-table tbody tr.cart-subtotal td .price-amount {
}

.cart-collaterals .cart-totals table.shop-table tbody tr.cart-subtotal td .price-amount .price-currency-symbol {
}

/* Collaterals Shop Table Order Total */

.cart-collaterals .cart-totals table.shop-table tbody tr.order-total {
	height: 35px;
}

.cart-collaterals .cart-totals table.shop-table tbody tr.order-total th {
	padding-left: 15px;
}

.cart-collaterals .cart-totals table.shop-table tbody tr.order-total td {
}

.cart-collaterals .cart-totals table.shop-table tbody tr.order-total td strong {
}

.cart-collaterals .cart-totals table.shop-table tbody tr.order-total td strong .price-amount {
}

.cart-collaterals .cart-totals table.shop-table tbody tr.order-total td strong .price-amount .price-currency-symbol {
}

/* Chackout */

.proceed-to-checkout {
	margin-top: 15px;
}

.proceed-to-checkout a {
}

/* Cart Media */

@media only screen and (max-width: 767px) {
	form.cart-form table.shop-table thead {
		display: none;
	}
	
	form.cart-form table.shop-table tbody tr.cart-item td {
		display: block;
		width: 100%;
		position: relative;
		text-align: right;
	}
	
	form.cart-form table.shop-table tbody tr.cart-item td:before {
		content: attr(data-title) ":";
		float: left;
	}
	
	form.cart-form table.shop-table tbody tr.cart-item td.product-remove:before,
	form.cart-form table.shop-table tbody tr.cart-item td.product-thumbnail:before {
		content: none;
	}
	
	form.cart-form table.shop-table tbody tr.cart-item td.product-thumbnail {
		text-align: left;
	}
	
	form.cart-form table.shop-table tbody tr.cart-item td.product-remove a {
		margin: 0 0 0 0;
	}
	
	form.cart-form table.shop-table tbody tr td.actions .coupon input[type="submit"],
	form.cart-form table.shop-table tbody tr td.actions .coupon input[type="submit"].update {
		display: block;
		float: left;
		margin-top: 10px;
	}
	
	.cart-collaterals {
		float: none;
		width: 100%;
	}
}

/*
-----------------------------------------------------------------------
    Checkout Page
-----------------------------------------------------------------------
*/

section.checkout {
}

section.checkout form.checkout-form {
}

section.checkout form.checkout-form abbr {
	color: #e20687;
}

section.checkout form.checkout-form h3 {
	text-transform: uppercase;
}

section.checkout form.checkout-form label {
	display: block;
}

section.checkout form.checkout-form input,
section.checkout form.checkout-form select {
	display: block;
	width: 100%;
	height: 32px;
	margin-bottom: 10px;
	padding-left: 7px;
}

section.checkout form.checkout-form textarea {
	display: block;
	width: 100%;
	min-height: 150px;
	padding-left: 7px;
}

section.checkout form.checkout-form .billing-wrapper {
	width: 50%;
	float: left;
	padding-right: 15px;
}

section.checkout form.checkout-form .additional-wrapper {
	width: 50%;
	float: right;
	padding-left: 15px;
	display: block;
}

/**/

section.checkout form.checkout-form .order-review-wrapper {
	display: block;
	clear: both;
	width: 50%;
	padding-right: 15px;
	padding-top: 25px;
}

section.checkout form.checkout-form .order-review-wrapper table {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .1);
}

section.checkout form.checkout-form .order-review-wrapper table th,
section.checkout form.checkout-form .order-review-wrapper table td {
	padding-left: 7px;
}

section.checkout form.checkout-form .order-review-wrapper table thead {
	border: 1px solid rgba(0, 0, 0, .1);
}

section.checkout form.checkout-form .order-review-wrapper table tbody {
	border: 1px solid rgba(0, 0, 0, .1);
}

section.checkout form.checkout-form .order-review-wrapper table tfoot {

}

section.checkout form.checkout-form .order-review-wrapper table tfoot .cart-subtotal {
	border: 1px solid rgba(0, 0, 0, .1);
}

section.checkout form.checkout-form .order-review-wrapper table tfoot .order-total {
	border: 1px solid rgba(0, 0, 0, .1);
}

/* Payment Method */
section.checkout form.checkout-form .payment-method-wrapper {
	width: 50%;
	text-align: left;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}

section.checkout form.checkout-form .payment-method-wrapper ul {
	display: block;
}

section.checkout form.checkout-form .payment-method-wrapper ul li {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	height: 50px;
	vertical-align: top;
}

section.checkout form.checkout-form .payment-method-wrapper ul li label {
	/*    float: right;*/
	display: inline-block;
	width: auto;
	padding-top: 3px;
	padding-left: 5px;
}

section.checkout form.checkout-form .payment-method-wrapper ul li img {
	width: 150px;
	vertical-align: top;
	margin-left: 5px;
}

section.checkout form.checkout-form .payment-method-wrapper ul li input {
	float: left;
	/*    display: inline-block;*/
	width: 18px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

section.checkout form.checkout-form .payment-method-wrapper .line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: black;
	margin: 25px 0;
}

section.checkout form.checkout-form .payment-method-wrapper .place-order {
}

section.checkout form.checkout-form .payment-method-wrapper .place-order input {
	display: block;
	/*    width: auto;*/
	/*    margin-top: 25px;*/
}

@media only screen and (max-width: 767px) {
	section.checkout form.checkout-form .billing-wrapper,
	section.checkout form.checkout-form .additional-wrapper,
	section.checkout form.checkout-form .order-review-wrapper {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	
	section.checkout form.checkout-form .payment-method-wrapper {
		width: 100%;
	}
}

/*
-----------------------------------------------------------------------
    Contact Page
-----------------------------------------------------------------------
*/

section.contact {
	margin-bottom: 50px;
}

section.contact h1 {
	color: #e20687;
	margin-top: 50px;
}

section.contact .contact-wrapper {
	margin-top: 25px;
	line-height: 42px;
	font-size: 16px;
}

section.contact .contact-wrapper i {
	color: #e20687;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e20687;
	border-radius: 50%;
	margin-right: 7px;
}

section.contact form.contact-form {
	margin-top: 25px;
	padding: 0 100px;
}

section.contact form.contact-form input,
section.contact form.contact-form textarea {
	width: 100%;
	margin-bottom: 25px;
	padding-left: 7px;
}

section.contact form.contact-form input[type="submit"] {
	width: auto;
	padding: 7px 25px;
	letter-spacing: 1px;
	text-indent: 1px;
}

@media only screen and (max-width: 767px) {
	section.contact .map-wrapper {
		margin-top: 25px;
	}
	
	section.contact form.contact-form {
		padding: 0;
	}
}

/*
-----------------------------------------------------------------------
    Shop Page
-----------------------------------------------------------------------
*/

section.shop {
	margin: 50px 0;
}

/*
-----------------------------------------------------------------------
    Single Product Page
-----------------------------------------------------------------------
*/
section.single {
	margin: 50px 0;
}

section.single h1 {
	color: #e20687;
	margin-bottom: 25px;
}

section.single h3 {
	margin: 0 0 10px 0;
	padding: 0;
}

.section.single .img-wrapper img {
	width: 100%;
	margin-bottom: 25px;
}

section.single .img-buttons-wrapper {
	margin: 25px 0;
	padding: 0;
}

section.single .buttons-wrapper {
}

section.single .buttons-wrapper button {
	background-color: transparent;
	box-shadow: none;
	border: none;
	padding: 5px 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: inline-block;
}

section.single .buttons-wrapper button.active {
	border: 1px solid #e20687;
	background-color: #e20687;
	color: white;
}

section.single .descr-wrapper {
}

section.single .descr-wrapper .tabcontent {
	border: 1px solid #e20687;
	padding: 25px 15px;
	margin-top: -1px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

section.single .descr-wrapper .tabcontent:nth-child(2),
section.single .descr-wrapper .tabcontent:nth-child(3) {
	display: none;
}

section.single .descr-wrapper .tabcontent ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

section.single .descr-wrapper .tabcontent table {
	width: 100%;
}

section.single .descr-wrapper .tabcontent table tbody tr:nth-child(odd) {
	background-color: lightgray;
}

section.single .descr-wrapper .tabcontent table tr td,
section.single .descr-wrapper .tabcontent table tr th {
	padding: 5px;
	border: 1px solid lightgray;
}

section.single .size-wrapper select,
section.single .artwork-name-wrapper input {
	height: 32px;
	padding-left: 7px;
	width: 200px;
	display: block;
}

section.single form.artwork-form h3 {
	margin-top: 25px;
}

abbr {
	color: #e20687;
}

section.single form.artwork-form .front img,
section.single form.artwork-form .back img {
	width: 250px;
}

@media only screen and (max-width: 767px) {
	section.single form.artwork-form {
		width: 100%;
		text-align: center;
	}
	
	section.single form.artwork-form select,
	section.single form.artwork-form input {
		margin: 5px auto 25px auto;
	}
}

.my-input {
	width: 250px;
}

.my-well {
	background-color: #414042;
	color: #ffffff !important;
}

.my-well h1,
.my-well h2,
.my-well h3,
.my-well h4,
.my-well h5,
.my-well h6 {
	color: #ffffff !important;
	margin: 0 !important;
}

section.single .price-wrapper .tabcontent {
	border: 1px solid #e20687;
	padding: 25px 15px;
	margin-top: -1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

section.single .price-wrapper .tabcontent:nth-child(2),
section.single .price-wrapper .tabcontent:nth-child(3) {
	display: none;
}

section.single .price-wrapper .tabcontent ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

section.single .price-wrapper .tabcontent table {
	width: 100%;
}

section.single .price-wrapper .tabcontent table tbody tr:nth-child(odd) {
	background-color: lightgray;
}

section.single .price-wrapper .tabcontent table tr td,
section.single .price-wrapper .tabcontent table tr th {
	padding: 5px;
	border: 1px solid lightgray;
}
.price-wrapper .product-price {
	font-size: 22px;
}
.primaryColor {
	color: #1fc5f3;
}

.larger {
	font-size: 150%;
}

/*FEATURED PRODUCTS CONTENT*/
.featured-products-content .swiper-container {
	position: relative;
}
.featured-products-content .swiper-container .swiper-wrapper {
	margin: 50px 0;
}
.featured-products-content .swiper-container .swiper-wrapper .swiper-slide {
	text-align: center;
}
.featured-products-content .swiper-container .swiper-wrapper .swiper-slide .img-wrapper img {
	width: 100%;
}
.featured-products-content .swiper-container .swiper-wrapper .swiper-slide .name {
	font-family: "Century-Gothic";
	letter-spacing: 1px;
}
.featured-products-content .swiper-container .swiper-pagination-bullet-active {
	background-color: #ad2080ff;
}
.featured-products-content .swiper-container .swiper-button-prev,
.featured-products-content .swiper-container .swiper-button-next {
	text-align: center;
	background-color: white;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px dashed #0042ad;
	margin-top: 15px;
}
@media only screen and (min-width: 769px) {
	.featured-products-content .swiper-container .swiper-button-prev,
	.featured-products-content .swiper-container .swiper-button-next {
		margin-top: 50px;
	}
}
.featured-products-content .swiper-container .swiper-button-prev i,
.featured-products-content .swiper-container .swiper-button-next i {
	line-height: 44px;
	font-size: 32px;
	color: white;
	position: relative;
}
.featured-products-content .swiper-container .swiper-button-prev:before,
.featured-products-content .swiper-container .swiper-button-next:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ad2080ff;
	left: 0;
	top: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
/*CONTENT*/
.front-page-content {
	position: relative;
	padding: 0 0 25px 0;
}
@media only screen and (min-width: 769px) {
	.front-page-content {
		padding: 0 0 35px 0;
	}
}
.front-page-content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../img/right-img.svg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center 15px;
	opacity: 0.25;
}
@media only screen and (min-width: 769px) {
	.front-page-content:before {
		display: none;
	}
}
.front-page-content .left-img-wrapper,
.front-page-content .right-img-wrapper {
	display: none;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.front-page-content .left-img-wrapper,
	.front-page-content .right-img-wrapper {
		display: inline-block;
		width: 20%;
		float: left;
	}
}
.front-page-content .left-img-wrapper img,
.front-page-content .right-img-wrapper img {
	width: 100%;
}
.front-page-content .left-img-wrapper img {
	margin-top: -50px;
}
.front-page-content .text-wrapper {
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.front-page-content .text-wrapper {
		float: left;
		width: 60%;
	}
}


/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height;
}

/* a11y */

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -40px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	-moz-transform: translate3d(0px, -50%, 0);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

/* Progress */

.swiper-pagination-progress {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000;
}

/* 3D Container */

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube */

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Scrollbar */

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.w-100 {
	width: 100% !important;
}
.d-block {
	display: block !important;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-inner > .item > img {
	margin: 0 auto;
}

/*--------- Tab Style ---------*/
.buttons-wrapper {
	padding-top: 30px;
}
.buttons-wrapper button {
	background-color: transparent;
	box-shadow: none;
	border: none;
	padding: 5px 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: inline-block;
	cursor: pointer;
}
.buttons-wrapper button.active {
	border: 1px solid #ad2080;
	background-color: #ad2080;
	color: white;
}
.descr-wrapper {
	padding-bottom: 30px;
}
.descr-wrapper .tabcontent {
	border: 1px solid #ad2080;
	padding: 25px;
	margin-top: -1px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.descr-wrapper .tabcontent:nth-child(2),
.descr-wrapper .tabcontent:nth-child(3) {
	display: none;
}
.descr-wrapper .tabcontent ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}
.descr-wrapper .tabcontent table {
	width: 100%;
}
.descr-wrapper .tabcontent table tbody tr:nth-child(odd) {
	background-color: lightgray;
}
.descr-wrapper .tabcontent table tr td,
.descr-wrapper .tabcontent table tr th {
	padding: 5px;
	border: 1px solid lightgray;
}
/*----------------- End Tab Style --------------------*/
/*
## Upload Page Design
******************************/
.preview {
	width: 60%;
}
.preview ol {
	padding: 0px;
	list-style: none;
}
.preview ol li {
	border: 1px solid #cccccc;
	border-radius: 6px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: right;
}
.preview ol li::after, .preview ol li::before {
	clear: both;
	content: "";
	display: table;
	table-layout: fixed;
}
.preview ol li p {
	float: left;
	margin-right: 15px;
	width: 66%;
	text-align: left;
}
.preview ol li img {
	order: 1;
	width: 29%;
}
.upload_area input.image_uploads {
	cursor: pointer;
	height: 28px;
	left: 15px;
	opacity: 0;
	position: absolute;
}
.btn.essence-btn {
	background-color: #ad2080;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	padding: 14px 40px;
	border-radius: 4px;
	text-transform: uppercase;
}
.size-wrapper {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 8px;
	vertical-align: top;
}
.cart-form .size-wrapper select {
	padding: 8px 12px;
	color: #787878;
	text-transform: uppercase;
}
.cart-form .size-wrapper select option {
	padding: 10px 15px;
}
.cart-form .size-wrapper input, .cart-form .size-wrapper textarea {
	color: #787878;
	font-size: 14px;
	border: 1px solid #ebebeb;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	padding: 0 15px;
	width: auto;
}
.cart-form .size-wrapper textarea {
	height: 90px;
	line-height: 1.6;
	padding: 10px 15px;
	text-transform: none;
}
.cart-form .size-wrapper-radio {
	margin-bottom: 10px;
}
.ui-widget.ui-widget-content {
	z-index: 999999 !important;
}
.upload_page {
	padding: 80px 0px;
}
.order_detail {
	border: 1px solid #ad2080;
	border-radius: 5px;
	float: right;
	padding: 10px 15px;
	width: 100%;
}
.btn.file-upload__label {
	font-size: 11px;
	height: auto;
	line-height: normal;
	min-width: auto;
	padding: 5px 15px;
}
.upload_area textarea {
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding: 10px 15px;
}
/* END Upload Page Design */
input#artwork {
	border: 1px solid #cccccc;
	border-radius: 6px;
	display: block;
	padding: 6px 12px;
}
.form-group label.checkbox-inline input {
	margin-right: 10px;
}

/*
## Cart page Design
************************/
.cart-summary {
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	box-shadow: 0 6px 11px 0 #e9e9e9;
	float: right;
	padding: 25px 30px;
	width: 45%;
}
.cart-table table {
	box-shadow: 0 6px 11px 0 #e9e9e9;
}
.cart-summary h5 {
	font-weight: bold;
	font-size: 22px;
}
.table td.cart_product_desc h5 {
	font-weight: bold;
	font-size: 22px;
}
.table td.cart_product_img img {
	height: 70px;
}
.table td.price, .table th.price {
	text-align: right;
	padding-right: 30px;
}
ul.summary-table {
	padding: 0;
	list-style: none;
	width: 100%;
}
ul.summary-table.order-details-form {
	width: 100%
}
ul.summary-table li {
	line-height: 2;
	font-size: 18px;
}
ul.summary-table li.total {
	border-top: 2px solid;
	color: #ad2080;
	font-size: 22px;
	margin-bottom: 25px;
	margin-top: 10px;
}
ul.summary-table li span:nth-child(2n) {
	float: right;
}
#remove-booking {
	padding: 20px 0;
	text-align: center;
}
#remove-booking button.remove {
	background: #da4453;
	border: medium none;
	border-radius: 100%;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	line-height: 0;
	height: 25px;
	width: 25px;
}
li.cart-icon a.user_box {

}

.section-padding-50, .section-padding-80 {
	padding: 50px 0;
}
.mb-15 {
	margin-bottom: 15px;
}
/*
## Order Details Page Design
********************************/
.cart-page-heading h2 {
	color: #ad2080;
}
.order-details-confirmation {
	border: 2px solid #ad2080ff;
	border-radius: 10px;
	padding: 40px;
	width: 100%;
}
.order-details-confirmation .order-details-form li:first-child {
	border-top: 2px solid transparent;
	color: #000000;
	font-size: 18px;
}
.order-details-confirmation .order-details-form li {
	-moz-box-align: center;
	-moz-box-pack: justify;
	align-items: center;
	border-top: 2px solid #ebebeb;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;
}
.order-details-confirmation .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #ad2080;
}
.order-details-confirmation .order-details-form li#pcheckout-list {
	border: medium none;
	display: block;
	padding: 0;
}
.order-details-confirmation .order-details-form li#pcheckout-list p {
	-moz-box-align: center;
	-moz-box-pack: justify;
	align-items: center;
	border-top: 2px solid #ebebeb;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;
}
.cart-page-heading h5 {
	font-weight: 500;
	font-size: 20px;
	font-family: "Century-Gothic";
}

/*
## Order Details page Style
*******************************/
.order_details_wrap {
	background: #f3f3f4;
}
.order_details_wrap .fll {
	float: left;
	margin-bottom: 25px;
}
.order_details_wrap .wrapper-content {

}
.order_details_wrap .ibox-title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffffff;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 3px 0 0;
	color: inherit;
	margin-bottom: 0;
	min-height: 48px;
	padding: 14px 15px 7px;
}
.order_details_wrap .ibox-content {
	background-color: #ffffff;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 0;
	color: inherit;
	padding: 15px 20px 20px;
}
.order_details_wrap .b-r {
	border-right: 1px solid #e7eaec;
}
.order_details_wrap .hr-line-dashed {
	background-color: #ffffff;
	border-top: 1px dashed #e7eaec;
	color: #ffffff;
	height: 1px;
	margin: 20px 0;
}
.order_details_wrap .download_btn {
	margin: 15px 0;
}
.order_details_wrap .text-navy {
	color: #1ab394;
}
.order_details_wrap label {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 5px;
	max-width: 100%;
	width: 145px;
}
.section-padding-50, .section-padding-80 {
	padding: 50px 0;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-15 {
	margin-top: 15px;
}.mb-15 {
	 margin-bottom: 15px;
 }