/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Courgette|Montserrat:400,700|Raleway:300i,400,500,600,600i,700,900');

 /* - General Style //---------------- */ 
.stoktayok{}
.stoktayok .uyaribaslik{
	margin-bottom: 20px;
	color: #F44336;
}
.stoktayok .btn-black{
	display: inline-block;
	padding: 10px 15px;
	background: #F44336;
	cursor: pointer;
	outline: 0;
}

aside{padding: 10px;
	background: #fff;
}

.gallery .gallery-item{}
.gallery .gallery-item a{
	display: block;
	padding: 10px;
	margin: 5px;
	background: #fff;
	border: 1px solid #eaeaea;
}
.gallery .gallery-item a img{
	border: 0!important;
}

.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

::-moz-selection {
 background-color: #ffaa66;
 color: #FFF;
}
::selection {
	background-color: #202d56;
	color: #FFF;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	background: #EAEAEA;
	color: #949494;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_2.gif) center no-repeat #fff;
}
.main {
	/*padding: 0 40px;
	margin-bottom: 40px;*/
	overflow: hidden;
	position: relative;
}
img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
a, a:focus, a:active, a:link, img {
	outline: none;
	text-decoration: none;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #c69d52;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
a:hover {
	color: #c69d52;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
br {
	font-size: 0;
	line-height: 0;
}
hr {
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #e1e1e1;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0;
}
.position-r {
	position: relative;
}
.align-center {
	text-align: center;
}

.border-right {
	border-right: 1px solid #e1e1e1;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
	color: #fff;
}
.dark-bg {
	background: #222;
	color: #fff;
}
.gray-bg {
	background: #f5f5f5;
}
.middle-800 p {
	display: inline-block;
	max-width: 800px;
}
.middle-580 p {
	display: inline-block;
	max-width: 580px;
}
/* - Headings Style   //---------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #182341;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}
h1 {
	font-size: 43px;
	letter-spacing: 1px;
	line-height: 40px;
}
h2 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: 700;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
}
h3 {
	font-size: 21px;
	line-height: 32px;
}
h2.heading {
	font-size: 25px;
	line-height: 32px;
}
h4 {
	font-size: 17px;
	line-height: 28px;
}
h5 {
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	line-height: 17px;
	font-weight: 600;
}
/* - Button Style  //----------------*/ 

.btn, button {
	padding: 13px 15px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
.btn.full {
	width: 100%;
	text-align: center;
}
.btn.big-width {
	padding: 13px 30px;
}
.btn.big {
	padding: 18px 30px;
}
.btn i.fa {
	font-size: 18px;
	margin: 0 5px;
}
.btn-black {
	color: #fff;
	background: #222;
	border: none;
}
.btn-black:hover {
	color: #fff;
	background: #202d56;
}
.btn-color {
	color: #fff !important;
	background: #58595c;
	border: none;
}
.btn-color:hover {
	color: #fff;
	/*background: rgba(236,150,81,0.85);*/
}
.btn-white {
	color: #222;
	background: rgba(255,255,255,1);
	border: none;
}
.btn-white:hover {
	color: #222;
	background: #202d56;
}
/* - Form Style */ 
select {
	background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #eaeaea;
	padding: 7px 24px 7px 5px;
	line-height: 18px;
}
.full select {
	width: 100%;
}
.main-form textarea {
	max-width: 100%;
}
.main-form input, .main-form textarea, .main-form select {
	background: #fff;
	padding: 8px 15px;
	width: 100%;
	border: 1px solid #eaeaea;
	min-height: 40px;
}
.main-form input.btn-black{
	color: #fff;
	background: #202d56;
	display: inline-block;
	width: auto;
	border: 0;
}
.check-box label {
	color: #222;
	display: inline;
	font-size: 15px;
	font-weight: 400;
}
.checkout-section .check-box input[type="checkbox"] {
	margin: 5px 0 0;
	min-height: 1px;
}
/* - Spacer Style  //---------------- */

.right-side {
	float: right;
}
.left-side {
	float: left;
}
.plr-20 {
	padding-left: 10px;
	padding-right: 10px;
}
.mlr_-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.ptb-95 {
	padding-top: 95px;
	padding-bottom: 95px;
}
.pt-95 {
	padding-top: 95px;
}
.pb-95 {
	padding-bottom: 95px;
}
.p-0 {
	padding: 0px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt-20 {
	margin-top: 20px;
	
}
.mb-20 {
	margin-bottom: 20px;
	
}
.mb-20-1 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bolder;
	
}
.m-0 {
	margin: 0px;
}

/* - Newsletter   //----------------- */
#newslater-popup {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}

.nl-popup-main {
    display: block;
    /*background: url(../images/popup.jpg) no-repeat top right;*/
    overflow: hidden;
    
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.nl-popup-inner {
    margin: 20px;
    display: inline-block;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.news-left-img {
    float: left;
}

.news-right-img {
	float: left;
}

#newslater-popup .newsletter-inner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 50px;
    position: absolute;
    top: 5%;
}

#newslater-popup .newsletter-inner .main_title {
    color: #202d56;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#newslater-popup .newsletter-inner span {
    color: #273747;
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: uppercase;
}
#newslater-popup .newsletter-inner input {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 2px solid #c7a284;
    padding: 15px;
    width: 380px;
    font-weight: 500;
    margin-top: 50px;
}
#newslater-popup .newsletter-inner button {
	background: #202d56;
    margin-left: 0px;
    position: relative;
    padding: 20px 120px
}

#newslater-popup .newsletter-inner button:hover {
	background: #222222;
}

#newslater-popup .newsletter-inner p {
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 35px;
}
#newslater-popup  button.mfp-close {
	background-color: #fff;
	color: #000;
	opacity: 1;
	top: 20px;
	right: 20px;
}
/*#newslater-popup button.mfp-close:hover, #newslater-popup button.mfp-close:focus {
	background-color: #cecece;
}*/
/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */

header#header.header-fixed  {
	background: #f5f5f5;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border: medium none;
    position: absolute;
    display: inline-block;
    transition: all 0.4s ease 0s;
    width: 100%;
    position: fixed;
    z-index: 3;
}

.header-top {
	border-top: 4px solid #c69d52;
   /* background: #ffffff;*/
}


.top-link ul li {
    float: left;
    padding-top: 35px;
    transition: all 0.4s ease 0s;
}

header#header.header-fixed .top-link ul li {
	padding-top: 15px;
}

.top-link ul li select {
    background-color: transparent !important;
    border: none;
    padding: 0 22px 0 9px;
    border-right: 1px solid #e1e1e1;
}

.top-link ul li:first-child select {
    padding-left: 0;
}

.top-link ul li:last-child select {
    border-right: none;
}

.welcome-msg {
	color: #202d56;
	padding-left: 10px;
}

/*.header-top-inner {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 6px;
}*/

.top-link.top-link-left {
    color: #000000;
    font-weight: 500;
}

/*.header-top {
    background: rgba(14, 16, 25, 0.5) none repeat scroll 0 0;
}*/

/*.homepage .header-middle {
	background: rgba(255,255,255,.85);
}
*/
.header-middle {
	background:#171717;
	/*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);*/
	position: relative;
	transition: all 0.4s ease 0s;
	border-bottom: 4px solid #c69d52;
}

.navbar-left {
    display: inline-block;
    float: none !important;
    margin-bottom: -7px;
    text-align: left;
}

/*.header-fixed .header-middle {
	background: rgba(26,26,26,.8);
    width: 100%;
}*/

.header-fixed .navbar-header .navbar-brand {
    padding: 7px 0;
}

.navbar-header .navbar-brand img {
    height: 100px;
    transition: all 0.4s ease 0s;
}

.header-fixed .nav > li > a {
    padding: 17px 18px;
}

header#header.header-fixed .navbar-header .navbar-brand img {
    height: 40px;
}

/*.navbar-header .navbar-brand {
	height: auto;
	padding: 20px 0;
	margin-top: 0 !important;
	margin-left: 0 !important;
}*/

.navbar-header {
	float: none;
}

.navbar-header .navbar-brand {
    display: inline-block;
    float: none;
    height: auto;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 22px 0;
}

.navbar {
	margin-bottom: 0px;
	border: none;
	border-radius: 0;
}
header.navbar {
	position: relative;
	position: absolute;
    width: 100%;
    z-index: 1;
}
.search-box {
	position: relative;
}
.header-right-link > ul > li {
	float: left;
	padding: 0 5px;
	position: relative;
	overflow: hidden;/* padding: 25px 0 18px; */
}

.header-right-link > ul > li:last-child {
	padding-right: 0;
	margin-right: -15px;
}
.header-right-link ul li:hover {
	overflow: visible;
}
.header-right-link ul li.main-search {
	overflow: visible;
}
.search-box input.input-text {
	background: transparent;
	border: 1px solid #e1e1e1;
	width: 0;
	opacity: 0;
	padding: 6px;
	margin-top: -3px;
	position: absolute;
	right: 0;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.search-box:hover input.input-text, .search-box input.input-text:focus {
	width: 250px;
	opacity: 1;
}
.search-box button.search-btn {
	background: url("../images/sprite.png") no-repeat scroll -11px -86px transparent;
	border: none;
	height: 31px;
	width: 25px;
	position: absolute;
	right: 0;
	top: 0;
}

.search-box button.search-btn:hover {
	background-position: -11px -125px;
}
.header-right-link > ul > li > a, .header-right-link > ul > li > .header_search_toggle.desktop-view {
	padding: 30px 0 28px;
	display: inline-block;
	transition: all 0.4s ease 0s;
	float: left;
	margin: 0 5px;
}

header#header.header-fixed .header-right-link > ul > li > a, 
header#header.header-fixed .header-right-link > ul > li > .header_search_toggle.desktop-view {
	padding: 15px 0 4px;
}

.header-right-link > ul > li > a span {
	background: url("../images/sprite.png") no-repeat scroll 0 0 transparent;
	height: 31px;
	width: 25px;
	display: inline-block;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.header-right-link ul li.account-icon > a span {
	background-position: -14px -245px;
}
.header-right-link ul li.cart-icon > a span {
	background-position: -14px -9px;
	position: relative;
}
.header-right-link ul li.account-icon:hover > a span {
	background-position: -14px -283px;
}
.header-right-link ul li.cart-icon:hover > a span {
	background-position: -14px -49px;
}
.header-right-link ul li.cart-icon > a span small.cart-notification {
	background: #202d56;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	height: 15px;
	line-height: 13px;
	position: absolute;
	right: -3px;
	text-align: center;
	top: 0;
	width: 15px;
}
/* Navigation Menu Style */

.navbar-nav > li > a {
	padding: 20px 20px;
	/*text-transform: uppercase;*/
	font-weight: 600;
	color: #fff;
	font-size: 16px;
}

.navbar-nav > li.dropdown > a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #202d56;
    border-style: solid;
    border-width: 11px;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
}

.navbar-nav > li.dropdown:hover > a::after {
    opacity: 1;
}


.nav > li {
	position: inherit;
}
.nav > li:hover > a, .nav > li.active > a, .nav > li > a:focus {
	background: none;
	color: #fff;
}
.header_search_toggle.mobile-view {
	display: none;
}


.header-link-dropdown {
	background: rgba(34, 34, 34, 0.92);
	border-top: 3px solid #202d56;
	color: #fff;
	position: absolute;
	width: 320px;
	display: inline-block;
	right: 0;
	top: 94px;
	padding: 35px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	z-index: 3;
}

header#header.header-fixed .header-link-dropdown {
	top: 60px;
}

.header-right-link > ul > li:hover .header-link-dropdown {
	opacity: 1;
}
.header-right-link .link-dropdown-list > li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #434343;
}
.cart-dropdown a, .cart-dropdown strong {
	color: #a6a6a6;
}
.cart-dropdown ul li a:hover {
	color: #202d56;
}
.cart-dropdown .cart-list li .media {
	padding-right: 25px;
	margin-top: 0;
}
.cart-dropdown .media-body span {
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
}
.cart-dropdown .cart-list li .media .pull-left {
	width: 95px;
	padding-right: 20px;
}
.cart-dropdown .cart-list li .media .pull-left img {
	max-width: 100%;
}
.close-cart {
	color: #fff;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}
.cart-dropdown .input-text.qty {
	background-color: transparent;
	padding: 2px 13px;
}
.cart-dropdown .cart-price {
	font-weight: 500;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
}
.account-link-dropdown {
	width: 280px;
}
.header-link-dropdown .dropdown-title {
	color: #202d56;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.account-link-dropdown, .account-link-dropdown a {
	color: #a6a6a6;
}
.account-link-dropdown a:hover, .account-link-dropdown a.active {
	color: #202d56;
}
.account-link-dropdown .link-dropdown-list > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* --- Megamenu Style --- */
.megamenu-inner-top {
    display: inline-block;
    width: 100%;
}

.nav > li {
	overflow: hidden;
	position: relative;
}
.nav > li:hover {
	overflow: visible;
	position: inherit;
}
.megamenu {
	background: none repeat scroll 0 0 rgba(255, 255, 255);
	border-top: 3px solid #c69d52;
	color: #a4a4a4;
	opacity: 0;
	padding: 20px;
	position: absolute;
	top: 100%;
	z-index: 2;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.megamenu.full {
	left: 0;
	width: 100%;
}
.nav > li.level:hover .megamenu {
	opacity: 1;
}
.megamenu .sub-menu-level1 li.level2 {
	float: left;
	/*min-width: 180px;*/
}
.megamenu .level2 > a {
	display: inline-block;
	margin-right: 23px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	max-width: 100%;
}
.megamenu .sub-menu-level2 li.level3 > a {
	color: #fff;
	display: inline-block;
	padding: 4px 0;
}
.megamenu .sub-menu-level2 li.level3 > a:hover {
	color: #000;
}
.megamenu .sub-menu-level2 li.level3 > a span {
	float: left;
	font-size: 12px;
	margin-right: 9px;
	margin-top: -1px;
}
/*_______________________________________________________
// Contant  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */
.banner {
	overflow: hidden;
	position: relative;
	padding-top: 166px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.main-fixed .banner {
	/*border-bottom: 5px solid #efbf1c;*/
	padding-top: 115px;
}

.main-banner.owl-carousel .owl-wrapper-outer {
	display: inherit;
	margin-top: 0;
	padding-top: 0;
}
/* main-banner icon start */
.banner .owl-buttons .owl-next, .banner .owl-buttons .owl-prev  {
    background: url(../images/sprite.png) no-repeat scroll 0 0 !important;
    color: #2a2931;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -0-transform: translateY(-50%);
    overflow: visible;
    height: 55px;
    width: 55px;
    font-size: 0;
    margin-top: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -0-transition: all 0.3s ease-in-out 0s;
}

.banner .owl-buttons .owl-next {
    background-position: -100px -118px !important;
    right: 20px !important;
}

.banner .owl-buttons .owl-next:hover {
    background-position: -100px -178px !important;
}

.banner .owl-buttons .owl-prev {
    background-position: -100px -2px !important;
    left: 20px !important;
}

.banner .owl-buttons .owl-prev:hover {
    background-position: -100px -62px !important;
}

.banner .owl-next {
	right: -14px;
}
.banner .owl-prev {
	left: -14px;
}
/*.banner .owl-next:before, .banner .owl-prev:before {
	position: absolute;
	content: "";
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
 -0-transform: rotate(90deg);
	z-index: -1;
}
.banner .owl-next:before {
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	border-width: 50px 20px;
	bottom: -24px;
}
.banner .owl-prev:before {
	border-color: transparent transparent #fff #fff;
	border-style: solid;
	border-width: 50px 20px;
	top: -24px;
}
*/
.main-banner .owl-controls .owl-pagination {
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
 	-0-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main-banner .owl-pagination .owl-page > span {
	height: 12px;
	width: 12px;
	border-radius: 50%;
}
/* main-banner icon end */

.banner-detail {
    position: absolute;
    top: 30%;
    width: 100%;
    left: 6%;
}
.banner-detail .banner-detail-inner {
	color: #fff;
}
.banner-detail .banner-detail-inner .banner-title {
	color: #fff;
	font-size: 50px;
	font-family: "Courgette",cursive;
	line-height: 60px;
	margin-bottom: 40px;
}

.banner-1 .banner-title, .banner-3 .banner-title {
    color: #2a2931 !important;
}

.banner-detail .banner-detail-inner span.slogan {
	color: #fff;
	background: #efbf1c;
	padding: 5px 10px;
	display: inline-block;
	font-family: "Courgette",cursive;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.banner-detail .banner-detail-inner span.offer {
	/*background: rgba(185, 160, 111, 0.5);*/
	padding: 20px 70px;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 25px;
	letter-spacing: 3px;
	margin-bottom: 50px
}
.inner-banner {
	background: url(../images/inner-banner.jpg) no-repeat scroll center center;
	/*padding: 73px 0 60px;*/
}
.inner-banner .banner-detail {
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}
.inner-banner .banner-detail h1 {
    display: inline-block;
    float: left;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: left;
}
/* Bread-crumb CSS Start */

.bread-crumb {
    margin-top: 10px;
}

.bread-crumb ul li {
	display: inline-block;
}
.bread-crumb ul li a {
	color: #727290;
}
.bread-crumb ul li a, .bread-crumb ul li span {
	margin: 0 10px;
	font-weight: 600;
}
.bread-crumb ul li a:hover {
	color: #202d56;
}
.bread-crumb ul li:first-child {
	padding-left: 0;
}
.bread-crumb ul li span {
	color: #202d56;
}
/* Bread-crumb CSS End */

/* - Sub-banner Style  //---------------- */

.sub-banner-block .sub-banner:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	opacity: 0.6;
}
.sub-banner {
	background: #000;
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}

.effect {
    border: 1px solid #fff;
    opacity: 0.5;
    height: calc(100% - 30px);
    left: 15px;
    position: absolute;
    top: 15px;
    width: calc(100% - 30px);
}

.sub-banner .sub-banner-detail {
	position: absolute;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	text-align: center;
	width: 100%;
}


.sub-banner .sub-banner-detail .sub-banner-type {
	font-size: 15px;
	font-weight: 400;
	padding: 0 10px;
}
.sub-banner .sub-banner-detail .sub-banner-title {
	font-size: 40px;
	font-weight: 700;
}

.sub-banner-detail .sub-banner-title, .sub-banner-detail .sub-banner-subtitle,.sub-banner-detail .sub-banner-offer{
    font-family: "Courgette",cursive;
}
/*.sub-banner3 .sub-banner-detail .sub-banner-title, .sub-banner3 .sub-banner-detail .sub-banner-subtitle {
    padding-left: 10px;
}*/

.sub-banner .sub-banner-detail span.title-border {
	background: #202d56;
	height: 1px;
	width: 50px;
	height: 3px;
	display: inline-block;
}

.sub-banner .sub-banner-detail .sub-banner-subtitle {
	font-weight: 500;
	font-size: 30px;
	margin: 5px 0 30px;
}


.sub-banner.sub-banner1 .sub-banner-detail {
    top: 25%;
}
.sub-banner.sub-banner3 .sub-banner-detail {
	top: 80%;
}
.sub-banner.sub-banner3 .sub-banner-detail .sub-banner-subtitle{
	font-size: 25px;
	color: #2a2931;
}


.sub-banner4 .sub-banner-detail {
    /*left: 55%;*/
    text-align: center;
}

.sub-banner.sub-banner3 .sub-banner-detail .sub-banner-title, .sub-banner.sub-banner4 .sub-banner-detail .sub-banner-title  {
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom: -10px;
	
}
.sub-banner.sub-banner1 a {
	color: #182341;
}
.sub-banner.sub-banner2 a {
	color: #fff;
}

.sub-banner.sub-banner3 a {
	color: #2a2931;
}


.sub-banner-subtitle > span {
    color: #202d56;
}


.sub-banner-offer {
    background: #202d56 none repeat scroll 0 0;
    color: #242425;
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 5px 10px;
}
/* Product Box part */

.category-bar ul li {
	display: inline-block;
	padding: 0 10px;
}
.category-bar ul li.active {
	pointer-events: none;
}
.category-bar ul li a {
	color: #273747;
	position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.category-bar ul li.active a, .category-bar ul li:hover a {
	color: #202d56;
    border-bottom: 2px solid #202d56;
	padding-bottom: 0;
	display: inline-block;
	transition: none 0s ease 0s ;
}

.category-bar ul li.active a:after, .category-bar ul li:hover a:after {
    border-color: #202d56 transparent transparent;
    border-style: solid;
    border-width: 7px;
    bottom: -15px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}


.heading-part {
    position: relative;
}

.heading-part > span {
    border-bottom: 3px solid #202d56;
    position: absolute;
    top: 45px;
    width: 50px;
    left: calc(100% - 52%);
}

.pro_cat {
	position: relative;
}
.owl-carousel .owl-wrapper-outer {
	display: inline-block;
	padding-top: 7px;
	margin-top: -7px;
}
.product-listing .product-item, .blog-listing .blog-item {
	margin-bottom: 30px;
}
.blog-listing .blog-item {
	margin-bottom: 40px;
}
.product-item {
	position: relative;
}
.pro_cat .product-slider-main {
	position: absolute;
	top: 0;
	width: 100%;
}
.product-slider .item {
	padding-left: 15px;
	padding-right: 15px;
}
.product-image {
	background: #ffffff;
	position: relative;
	overflow: hidden;
	min-width: 70px;
	text-align: center;
}

.product-item:hover .product-image img {
	opacity: 0.7;
}
.product-image img {
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	width: 100%;
}
.sale-label {
    background: #ff4772 ;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    height: 47px;
    padding: 11px 7px;
   	left: 5px;
    position: absolute;
    transform: rotate(-45deg);
    width: 47px;
    top: 5px;
    z-index: 1;
}

.new-label {
    background: #202d56 ;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    height: 47px;
    padding: 11px 7px;
   	right: 5px;
    position: absolute;
    transform: rotate(45deg);
    width: 47px;
    top: 5px;
    z-index: 1;
}

.product-detail-inner {
	background: #fff;
	position: absolute;
	bottom: -50px;
	left: 60px;
	padding-top: 7px;
	border-bottom: 1px solid #dedede;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
.product-item:hover .product-detail-inner {
	bottom: 20px;
}
.product-item-details {
	margin-top: 20px;
}

.product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.special-products-block .product-item-details {
	margin-top: 0;
}
.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a, .special-products-block:hover .product-item-name a, .sidebar-contant ul li:hover .pro-detail-info a {
	color: #000;
}
.price-box {
	font-family: 'Montserrat', sans-serif;
}
.product-item-details .price-box .price {
	margin-right: 5px;
}
.price-box .price {
	font-size: 16px;
	font-weight: 700;
	color: #202d56;
}
.product-item-details .price-box .price.old-price {
	font-size: 14px;
	font-weight: 400;
	color: #949494;
}
/*.detail-inner-left ul {
	display: inline-block;
}
*/.product-item .detail-inner-left ul li {
	float: left;
	padding: 0 10px;
	position: relative;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
/*.product-item:hover .detail-inner-left ul li {
	padding: 0 10px;
}*/
/*.product-item:hover .detail-inner-left ul li:last-child {
	padding-right: 0;
}
.detail-inner-left ul li:first-child {
	padding-left: 0;
}
.detail-inner-left ul li:last-child {
	padding-right: 0;
}*/
.detail-inner-left ul li a {
	background: url("../images/sprite.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 25px;
	width: 30px;
	transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
}
.detail-inner-left ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	height: 25px;
	width: 1px;
	background: #dedede;
}
.detail-inner-left ul li button {
	background: url("../images/sprite.png") no-repeat scroll -117px -235px;
	height: 25px;
	width: 30px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
}
.detail-inner-left ul li button:hover {
	background-position: -117px -263px;
}
.detail-inner-left ul li.pro-wishlist-icon a {
	background-position: -117px -281px;
}
.detail-inner-left ul li.pro-wishlist-icon a:hover {
	background-position: -117px -305px;
}
.detail-inner-left ul li.pro-wishlist-icon.active a {
	background-position: -95px -305px;
}
.detail-inner-left ul li.pro-compare-icon a {
	background-position: -117px -330px;
}
.detail-inner-left ul li.pro-compare-icon a:hover {
	background-position: -117px -353px;
}

.detail-inner-left ul li.pro-rating-icon a {
    background-position: -117px -378px;
}

.detail-inner-left ul li.pro-rating-icon a:hover {
    background-position: -117px -402px;
}

.rating-summary-block {
	padding: 5px 0;
}
.rating-summary-block .rating-result {
	display: inline-block;
	position: relative;
	width: 74px;
}
.rating-summary-block.big .rating-result {
	width: 88px;
}
.rating-summary-block .rating-result:before {
	color: #c7c7c7;
	content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦" "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦" "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦" "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦" "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	left: 0;
	letter-spacing: 2px;
	line-height: 16px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.rating-summary-block .rating-result > span {
	display: block;
	overflow: hidden;
}
.rating-summary-block .rating-result > span::before {
	color: #202d56;
	content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦" "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦" "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦" "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦" "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	position: relative;
	z-index: 2;
}
.rating-summary-block .rating-result:before, .rating-summary-block .rating-result > span:before {
	font-size: 13px;
	height: 13px;
	line-height: 13px;
}
.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result > span:before {
	font-size: 17px;
	height: 17px;
	line-height: 17px;
}
.product-slider .owl-prev, .product-slider .owl-next, #brand-logo .owl-prev, 
#brand-logo .owl-next, .client-inner .owl-prev, .client-inner .owl-next {
	background: #fff;
	position: absolute;
	border: 2px solid #e1e1e1;
	height: 35px;
	width: 35px;
	text-align: center;
	margin-top: 0px;
	opacity: 1;
	top: 45%;
	padding: 4px 0px;
	font-size: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#brand-logo .owl-prev, #brand-logo .owl-next {
	margin-top: 0;
}
.product-slider .owl-prev:hover, .product-slider .owl-next:hover, #brand-logo .owl-prev:hover, 
#brand-logo .owl-next:hover, .client-inner .owl-next:hover, .client-inner .owl-prev:hover {
	border-color: #202d56;
}
.product-slider .owl-next, #brand-logo .owl-next, .client-inner .owl-next {
	right: -50px;
}
.product-slider .owl-prev, #brand-logo .owl-prev, .client-inner .owl-prev {
    left: -50px;
}
.product-slider .owl-prev i, .product-slider .owl-next i, #brand-logo .owl-prev i,
 #brand-logo .owl-next i, .client-inner .owl-prev i, .client-inner .owl-next i {
	color: #c2c2c2;
	font-size: 18px;
	line-height: 20px;
	font-family: FontAwesome;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.product-slider .owl-prev:hover i, #brand-logo .owl-prev:hover i, .client-inner .owl-prev:hover i {
	color: #202d56;
}
.product-slider .owl-next:hover i, #brand-logo .owl-next:hover i, .client-inner .owl-next:hover i {
	color: #202d56;
}


ul.social-icon{}
ul.social-icon li{
	float: left;
}
ul.social-icon li a{
	padding:6px;display:block;font-size:18px;
}
/*.product-slider .product-slider-main:hover .owl-prev, .product-slider .product-slider-main:hover .owl-next, #brand-logo:hover .owl-prev, #brand-logo:hover .owl-next {
	opacity: 1;
}*/
/* ------------------ */



.shop-list-view {
	margin-bottom: 40px;
	display: inline-block;
}
.shop-list-view .product-item {
	float: left;
	width: 280px;
	margin-right: 30px;
}
.shop-list-view .product-item-name {
	font-size: 16px;
}
.shop-list-view .price-box {
	margin: 3px 0 15px;
}
.shop-list-view .bottom-detail {
	margin-top: 15px;
	display: inline-block;
}
.shop-list-view .product-item-details, .product-detail-main .product-item-details {
	margin-top: 0;
}
/* Site Services Features Block css Star */

.ser-feature-block {
	border: 1px solid #e0e0e0;
	background: #fff;
	padding: 25px 0;
}
.ser-feature-block .col-md-4:last-child .feature-box {
	border: none;
}
.ser-feature-block .feature-box {
	/*color: #fff;*/
	text-align: center;
}

.ser-feature-block .feature-icon{
	background: url("../images/shipping_icon.png") no-repeat scroll 0 0;
	width: 45px;
	height:35px;
	display: inline-block;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.ser-feature-block .feature-box .ser-subtitle b,
.ser-feature-block .feature-box .ser-title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 5px;
	color: #2a2931;
	display:block;
}

/*.ser-feature-block .feature-box .ser-subtitle {
	color: #7792ac;
}*/

.ser-feature-block .feature-box:hover .ser-subtitle b,
.ser-feature-block .feature-box:hover .ser-title {
	color: #202d56;
}
.ser-feature-block .feature-icon.feature1 {
	background-position: 0 4px;
}
.ser-feature-block .feature-icon.feature2 {
	background-position: 0 -101px;
}
.ser-feature-block .feature-icon.feature3 {
	background-position: 0 -207px;
}
.feature-box:hover .feature-icon.feature1 {
	background-position: 0 -50px;
}
.feature-box:hover .feature-icon.feature2 {
	background-position: 0 -155px;
}
.feature-box:hover .feature-icon.feature3 {
	background-position: 0 -261px;
}
/* Site Services Features Block css Star */

/* - Perellex-Banner //---------------- */


.perellex-banner {
    background: url("../images/perellex.jpg") no-repeat  0 0;
}

.perellex-bg {
    text-align: center;
}

.perellex-bg  .perellex-title {
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.perellex-title > span {
    color: #202d56;
    font-weight: 700;
    text-transform: none;
}

.perellex-bg  .perellex-detail {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0;
 }




/* - Perellex-Banner Ends //---------------- */


/* Special Product Block css Star */
.special-products-block {
	position: relative;
	overflow: hidden;
	margin-top: -7px;
	padding-top: 7px;
}
.special-products-block .product-item {
	max-width: 338px;
	float: left;
	margin-right: 30px;
}
.special-products-block .pro-detail-main {
	margin-left: 368px;
	position: relative;
}
.special-products-block .product-item-details .product-item-name {
	font-size: 22px;
	margin-bottom: 15px;
}
.special-products-block .product-item-details .price-box .price {
	font-size: 20px;
}
.special-products-block .product-item-details .price-box .price.old-price {
	font-size: 16px;
}
.special-products-block .rating-summary-block {
	margin-top: 10px;
	margin-bottom: 10px;
}
.special-products-block .label-review {
	color: #8f8f8f;
	font-size: 12px;
	font-style: italic;
}
.bottom-detail ul li {
	border-right: 1px solid #ccc;
	display: inline-block;
	padding: 0 12px;
}
.bottom-detail ul li:first-child {
	padding-left: 0;
}
.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
	padding-right: 0;
	border-right: none;
}
.special-products-block .bottom-detail .pro-compare-icon {
	margin-top: 10px;
}
.special-products-block .pro-detail-main .bottom-detail {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.product-item-details .bottom-detail {
	/*border-top: 1px solid #dedede;*/
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
}
.product-detail-main .product-item-details .product-qty ~ .bottom-detail {
	border: none;
	padding: 0;
}
.product-detail-main .product-item-details .bottom-detail {
	display: inline-block;
}
.bottom-detail ul li span {
	background: url(../images/sprite.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 16px;
	width: 23px;
	margin-bottom: -2px;
	margin-right: 7px;
}
.bottom-detail ul li.pro-cart-icon span {
	background-position: -14px -328px;
}
.bottom-detail ul li.pro-wishlist-icon span {
	background-position: -14px -406px;
}
.bottom-detail ul li.pro-compare-icon span {
	background-position: -14px -482px;
}
.bottom-detail ul li.pro-email-icon span {
	background-position: -49px -462px;
}
.bottom-detail ul li.pro-wishlist-icon:hover span {
	background-position: -14px -445px;
}
.bottom-detail ul li.pro-compare-icon:hover span {
	background-position: -14px -520px;
}
.bottom-detail ul li.pro-email-icon:hover span {
	background-position: -49px -496px;
}
#special-pro .owl-prev, #special-pro .owl-next {
	position: absolute;
	top: -85px;
	font-size: 0;
}
#special-pro .owl-prev {
	right: 50px;
}
#special-pro .owl-next {
	right: 20px;
}
#special-pro .owl-prev:after, #special-pro .owl-next:after {
	color: #c2c2c2;
	font-family: FontAwesome;
	font-size: 28px;
	line-height: 55px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#special-pro .owl-prev:hover:after, #special-pro .owl-next:hover:after {
	color: #8a8a8a;
}
#special-pro .owl-prev:after {
	content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾";
}
#special-pro .owl-next:after {
	content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦";
}
/* Special Product Block css Star */

/* Custom News Letter CSS Start */
.newsletter {
	background: #c59d15;
	padding: 30px 0;
}
/*.newsletter-inner {
	background: #fff;
	padding: 75px 30px;
	text-align: center;
}*/

.newsletter-icon {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.newsletter-inner .main_title {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	text-transform: none;
}
.newsletter-inner span {
	/*display: inline-block;
	margin-bottom: 60px;*/
	color: #fff;
}
.newsletter-inner p {
	margin-bottom: 35px;
}
.newsletter-box {
	position: relative;
	margin: 15px 0;
	float: right;
}

.newsletter-box > a {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") repeat scroll -40px -290px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 30px;
    transition: none;
}

.newsletter-box > a:hover {
	background-position: -40px -318px;
}

.newsletter-inner input {
	width: 100%;
	border: none;
	padding: 8px;
	margin-bottom: 20px;
}

.newsletter-inner button {
    margin-left: 10px;
}
/* Custom News Letter CSS End */

/* Testimonial CSS Start */
.client-bg {
	/*background: url(../images/client-bg.jpg) repeat scroll 0 0;*/
	background: #fff;
}

.client-img {
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.client-main .item {
	max-width: 800px;
	display: inline-block;
}
.client-main .item p {
	font-size: 16px;
	font-style: italic;
	margin-top: 40px;
}
.client-main .item .client-title {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.client-sub-title {
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	position: relative;
}

.client-sub-title > span {
    border-bottom: 3px solid #202d56;
    left: calc(100% - 53%);
    position: absolute;
    top: 40px;
    width: 50px;
}

.owl-pagination {
	display: inline-block;
	margin-top: 20px;
}
.owl-pagination .owl-page {
	float: left;
	margin: 0 3px;
}
.owl-pagination .owl-page > span {
	background: #b7b8ba;
	display: inline-block;
	height: 4px;
	width: 20px;
}
.owl-pagination .owl-page.active > span, .owl-pagination .owl-page:hover > span {
	background: #202d56;
}
.client-main {
	position: relative;
}
.client-inner {
	padding: 0 10px;
}

/*.client-main .owl-buttons {
	display: none;
}*/
/*.client-main .owl-carousel {
	position: inherit;
}
.client-main .owl-prev, .client-main .owl-next {
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%) rotate(-90deg);
	-webkit-transform: translateY(-50%) rotate(-90deg);
 -0-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}*/
.client-main .owl-next {
	right: 0;
}
.client-main .owl-prev {
	left: 0;
}
/*.client-main .owl-next:before, .client-main .owl-prev:before {
	position: absolute;
	content: "";
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
 -0-transform: rotate(90deg);
	z-index: -1;
}
.client-main .owl-next:before {
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	border-width: 50px 20px;
	bottom: -22px;
}
.client-main .owl-prev:before {
	border-color: transparent transparent #fff #fff;
	border-style: solid;
	border-width: 50px 20px;
	top: -22px;
}*/
/* Testimonial CSS End */

/* Blog CSS Start */
.blog-media {
	overflow: hidden;
	background: #000;
	position: relative;
}
.blog-item .blog-media img {
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.blog-item:hover .blog-media img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.blog-item a.read {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.blog-item:hover a.read {
	opacity: 1;
	filter: alpha(opacity=100);
}
.blog-item a.read:after {
	content: "ÃƒÆ’Ã‚Â¯Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 16px;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	color: #ffffff;
	height: 45px;
	width: 45px;
	padding: 10px;
	text-align: center;
}
.blog-detail {
	margin-top: 60px;
}

.blog-detail .date {
	color: #2a2931;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.homepage .blog-detail .date {
	font-size: 48px;
}
.blog-detail .date > span {
    color: #202d56;
    font-size: 14px;
}

.blog-detail .blog-title a {
    font-size: 16px;
    font-weight: 700;
    color: #2a2931;
    text-transform: uppercase;
}

.blog-title {
    position: relative;
}

.blog-title > span {
    border-bottom: 3px solid #202d56;
    left: 0;
    position: absolute;
    top: 60px;
    width: 50px;
}

.blog-detail p {
    color: #949494;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 24px;
}
.blog-detail .post-info {
	margin-top: 25px;
}
/*.blog-detail .post-info ul li {
	display: inline-block;
	margin-right: 15px;
	font-style: italic;
}*/
.blog-detail .post-info ul li a {
    color: #182341;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-detail .post-info ul li a:hover {
	color: #202d56;
}

/* Blog CSS End */


/* Brand-Logo CSS Start */
.brand .item {
	text-align: center;
}
.brand .item img {
	/*opacity: 0.3;*/
}
.brand .item img:hover {
	opacity: 1;
}
/* Brand-Logo CSS End */

/* Sidebar CSS Start */
.sidebar-box {
    border: 1px solid #e1e1e1;
}
.gray-box {
	padding-bottom: 25px;
}
.sidebar-title {
	background: #1a1a1a;
    /*border-bottom: 3px solid #202d56;
    margin-bottom: 20px;*/
    padding: 8px 17px;
}

.sidebar-contant {
	margin-top: 20px;
}

.sidebar-title h3 {
	color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.listing-box ul li {
	border-bottom: 1px solid #ebebeb;
}
.listing-box ul li:last-child {
	border-bottom: none;
}
.listing-box ul li a {
	padding: 6px 17px;
	display: inline-block;
	width: 100%;
}
.listing-box ul li:first-child a {
	padding-top: 0;
}
.gray-box .sidebar-contant {
	padding: 0 17px;
}
.inner-title {
	color: #000;
	margin-bottom: 8px;
	display: inline-block;
	font-weight: 600;
	text-decoration: underline;
}
.sidebar-item ul li {
	display: inline-flex;
	padding: 7px 10px;
	margin-bottom: 5px;
}
.sidebar-item ul li:first-child {
	padding-top: 0;
}
.sidebar-item .pro-media {
	padding: 0 15px 0 0;
	width: 88px;
}
.sidebar-item-wide .pro-media {
	width: 110px;
}
.pro-detail-info .price-box .price {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-right: 5px;
	font-family: "Montserrat", sans-serif;
}
.pro-detail-info .rating-summary-block {
	padding: 0;
}
.sidebar-item .cart-link button {
	background-color: transparent;
	border: none;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 600;
}
.sidebar-item .cart-link button:hover {
	color: #202d56;
}
/* Sidebar CSS END */

/* Sorting CSS Start */
.shorting {
	border-bottom: 1px solid #ededed;
	padding-bottom: 15px;
}
.shorting .view {
	float: left;
	margin-right: 20px;
}
.list-types {
	display: inline-flex;
	float: left;
	margin: 3px 0px 0;
	padding: 0 5px;
}
.list-types.grid {
	border-right: 1px solid #dedede;
}
.list-types-icon {
	background: url(../images/grid-list.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 26px;
	width: 26px;
}
.grid-icon {
	background-position: 0 0;
}
.list-icon {
	background-position: -34px -2px;
}
.grid-icon:hover, .list-types.active .grid-icon {
	background-position: 0 -25px;
}
.list-icon:hover, .list-types.active .list-icon {
	background-position: -34px -25px;
}
.list-types a {
	display: inline-flex;
}
.shorting select {
	font-size: 14px;
}
.short-by, .select-item {
	float: left;
	position: relative;
}
.short-by > span, .show-item > span {
	float: left;
	margin: 5px 10px 3px;
}
.compare {
	float: right;
}
.compare .btn {
	padding: 9px 15px;
}
.pagination-bar {
	text-align: center;
	margin-top: 20px;
}
.pagination-bar ul {
	display: inline-flex;
}
.pagination-bar ul li {
	float: left;
	margin: 0 2px;
}
.pagination-bar ul li a {
	background: #f0f0f0;
	height: 35px;
	width: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
}
.pagination-bar ul li.active a {
	background: #292929;
	color: #fff;
}
/* Sorting CSS End */

/* Product Detail Page Start */

/* -- Product Zoom Slider Start -- */
.fotorama__nav--thumbs {
	margin-top: 15px;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
	height: auto !important;
	margin: 0 8px;
	opacity: 0.3;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
	opacity: 1;
}
.fotorama__img {
	position: relative;
	top: 0 !important;
}
.fotorama__thumb-border {
	display: none !important;
}
.fotorama__nav::before, .fotorama__stage::before {
	background-image: none;
}
.fotorama__nav::after, .fotorama__stage::after {
	background-image: none;
}
/* -- Product Zoom Slider End -- */

.product-detail-main .product-item-details .product-item-name {
	font-size: 22px;
	font-family: "Raleway", sans-serif;
	margin-bottom: 0;
}
.product-listing .shop-list-view .product-item {
	margin-bottom: 0;
}
.product-detail-main .price-box .price {
	font-size: 22px;
}
.product-detail-main .rating-summary-block {
	margin-bottom: 20px;
}
.product-info-stock-sku {
	margin-top: 5px;
	margin-bottom: 15px;
}
.product-info-stock-sku > div {
	display: inline-block;
	margin-right: 20px;
}
.product-info-stock-sku label {
	font-weight: 400;
}
.product-info-stock-sku .price-box {
	display: inline-block;
}
.product-info-stock-sku .info-deta {
	text-transform: uppercase;
	font-weight: bold;
}
.form-control {
	border-color: #dedede;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	height: 40px;
}
.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.product-qty {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.custom-qty {
	display: inline-flex;
}
.increase.items, .reduced.items {
	background: transparent;
	border: 1px solid #dedede;
	color: #888;
	padding: 13px 15px 12px;
	float: left;
}
.input-text.qty {
	border: 1px solid #dedede;
	max-width: 50px;
	padding: 4px 13px;
	float: left;
	text-align: center;
	margin: 0 -1px;
}
.share-link {
	margin-top: 30px;
}
.share-link label {
	font-weight: 400;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}
/* Product Page Tab CSS Start */
.nav-tabs {
	border-bottom: 1px solid #e1e1e1;
}
.nav-tabs > li > a {
	border-color: #eee #eee #ddd;
}
.product-detail-tab {
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.product-detail-tab .nav > li > a {
	background-color: transparent;
	text-decoration: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border: none;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	letter-spacing: -0.5px;
	color: #000;
}
.product-detail-tab .nav > li:first-child > a {
	padding-left: 0;
}
.nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {
	border: none;
	color: #202d56;
}
.tab_content {
	border: 1px solid #e1e1e1;
	border-top: 0;
	padding: 20px;
}
.Description, .items-Product-Tags, .items-Reviews, .comments-area-main {
	padding: 30px;
	line-height: 25px;
}
.tab_content ul li strong {
	font-weight: 500;
	color: #222;
}
.items-Description, .items-Product-Tags, .items-Reviews {
	display: none;
}
.items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected {
	display: block;
}
/* Product Page Tab CSS End */

/* Comment CSS START ------------------ */
.comment-list > li {
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}
.comments-area > .comment-list > li:first-child {
	border: none;
	padding-top: 0;
}
.comment-user {
	float: left;
	margin-right: 20px;
}
.comment-detail {
	display: table-cell;
	padding-bottom: 10px;
}
.comment-detail .user-name {
	text-transform: uppercase;
	color: #202d56;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1;
}
ul.child-comment {
	margin-left: 63px;
}
.comment-detail .post-info ul {
	display: inline-flex;
}
.comment-detail .post-info ul li {
	float: left;
	margin-right: 15px;
	font-size: 14px;
	padding: 0;
}
/* --------------- Comment CSS End ------------------ */

/* Product Detail Page CSS End */

.items-Reviews .main-form input, .items-Reviews .main-form textarea {
	border: none;
}
.checkout-section .input-box {
	margin-bottom: 23px;
}
.check-box span {
	display: inline-block;
	float: left;
	height: 18px;
	margin-right: 2px;
	width: 18px;
	z-index: 0;
}
.check-box.left-side {
	margin-top: 10px;
}
.forgot-password {
	color: #0040a5;
	text-decoration: underline;
	font-weight: 600;
	display: inline-block;
}
.contact-info .p-0 {
	border-right: 1px solid #e1e1e1;
}
.contact-info .p-0:last-child {
	border: medium none;
}
/* Cart Page CSS Start */
.commun-table th span {
	float: left;
	font-size: 14px;
	font-weight: 400;
	clear: both;
}
.commun-table td .product-title {
	min-width: 300px;
}
table.table {
	border: 15px solid #fff;
	border-top: none;
	margin-bottom: 0;
}
.complete-order-detail table.table {
	border-top: 15px solid #fff;
}
.commun-table .table thead tr th {
	background: #fff;
	border-bottom: none;
	padding: 22px 20px;
}
.cart-item-table .table tbody tr td {
	padding: 20px 25px;
	vertical-align: middle;
}
.cart-total-table .table tbody tr td {
	padding: 10px 25px;
	vertical-align: middle;
}
.cart-total-table .table thead tr th {
	padding: 15px 25px;
	vertical-align: middle;
}
.commun-table .table tbody tr:first-child td {
	border-top: medium none;
}
.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {
	max-width: 110px;
}
.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {
	text-align: center;
}
.commun-table th ul li {
	text-align: left;
	float: left;
	margin-right: 30px;
}
.commun-table th ul li .price {
	font-size: 14px;
}
.commun-table th ul li:last-child {
	margin-right: 0;
	float: right;
}
.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {
	text-align: left;
}
.commun-table .table tbody tr td i.cart-remove-item {
	color: #ff0000;
	font-size: 18px;
	cursor: pointer;
}
.commun-table tbody tr td .input-box select {
	width: 100px;
	padding: 5px;
}
.cart-total-table .table tbody tr td b {
	font-size: 16px;
	color: #222;
}
.cart-total-table .table tbody tr td .price {
	color: #222;
	font-size: 14px;
	font-weight: 500;
}
.estimate select {
	padding: 12px 10px;
}
/* Cart Page CSS Start */

/* Checkout Page CSS Start */

.checkout-step {
	display: inline-block;
	width: 100%;
}
.checkout-step ul {
	display: table;
	margin: 0px auto 25px;
}
.checkout-step ul li {
	float: left;
	font-size: 15px;
	color: #202d56;
	cursor: pointer;
}
.checkout-step ul li .step {
	float: left;
}
.checkout-step ul li .step .circle {
	background: #202d56;
	color: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 3px 11px;
	font-weight: 500;
	font-size: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.checkout-step ul li .step .line {
	background: #202d56 none repeat scroll 0 0;
	float: left;
	height: 7px;
	margin: 12px -1px 12px 0;
	width: 65px;
}
.checkout-step ul li:first-child .step .line {
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	width: 65px;
}
.checkout-step ul li:last-child .step .line {
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	width: 65px;
	background: #222;
}
.checkout-step ul li span {
	color: #202d56;
	display: inline-block;
	padding: 6px 15px 6px 6px;
	line-height: 20px;
}
.checkout-step ul li.step-done {
	color: #26537f;
}
.checkout-step ul li.active {
	color: #202d56;
}
.checkout-step ul li.step-done .step .circle, .checkout-step ul li.step-done .step .line {
	background: #26537f;
}
.checkout-step ul li.active .step .circle, .checkout-step ul li.active .step .line {
	background: #202d56;
}
.checkout-step li.active + li .circle, .checkout-step li.active + li + li .circle, .checkout-step li.active + li + li + li .circle, .checkout-step li.active + li .line, .checkout-step li.active + li + li .line, .checkout-step li.active + li + li + li .line {
	background: #222;
}
.checkout-step li.active + li span, .checkout-step li.active + li + li span, .checkout-step li.active + li + li + li span {
	color: #222;
}
.heading-bg h2.heading {
	background: #f0f0f0;
	padding: 8px 17px;
}
.checkout-section h2.heading {
	letter-spacing: 0px;
	font-weight: 500;
	text-align: center;
}
.payment-option-box {
	padding: 20px;
	border: 1px solid #e1e1e1;
}
.payment-option-box-inner {
	background: #fff;
	padding: 20px;
	display: inline-block;
	width: 100%;
}
.payment-top-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.paypal-box {
	border: 1px solid #ddd;
	float: left;
	padding: 10px;
	position: relative;
	margin-left: 10px;
}
.paypal-top {
	background: #fff;
	position: absolute;
	top: -15px;
	left: 5px;
	padding: 0 10px;
}
/* Checkout Page CSS End */

/* Login Register Page CSS Start */
.new-account .link {
	text-decoration: underline;
	color: #222;
}
.new-account .link:hover {
	color: #202d56;
}
/* Login Register Page CSS Start */

/* Account Page CSS Start */
.account-tab > .tab-title-bg {
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
}
.account-tab > span .sub-title {
	font-size: 18px;
}
.account-sidebar .sub-title span {
	background: url("../images/sprite.png") no-repeat scroll -97px -456px;
	display: inline-block;
	height: 21px;
	margin-bottom: -5px;
	width: 21px;
}
.account-sidebar.account-tab .account-tab-inner {
	padding: 0px;
	background: #f0f0f0 none repeat scroll 0 0;
}
.account-sidebar.account-tab > .tab-title-bg {
	padding: 12px 15px;
}
.account-sidebar ul {
	width: 100%;
}
.account-sidebar ul li {
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.account-sidebar ul li:last-child {
	border-bottom: none;
}
.account-sidebar ul li a {
	padding: 8px 15px;
	display: inline-block;
	width: 100%;
}
.account-sidebar ul li a .fa {
	position: absolute;
	right: 15px;
	top: 12px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.account-sidebar ul li a:hover {
	color: #26537f;
}
.account-sidebar ul li.active a, .account-sidebar ul li:hover a {
	color: #fff;
	background: #202d56 none repeat scroll 0 0
}
.account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
	color: #fff;
	right: 0px;
}
.account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #202d56;
	border-style: solid;
	border-width: 20px 22px 20px 15px;
	top: 0px;
	content: "";
	right: -36px;
	position: absolute;
}
.account-content { /* border: 1px solid #dbdbdb;  border-radius: 3px;*/
	padding: 0px 30px;
}
.account-content .heading-section {
	display: inline-block;
	width: 100%;
}
.account-content .heading-section .heading {
	padding: 2px 0px;
}
.account-content .heading-section .common-btn {
	margin-top: -4px;
}
.account-content p, .address-box p {
	margin-bottom: 0px;
	margin-top: 5px;
}
.account-content hr {
	margin-top: 5px;
}
.address-box .inner-heading {
	margin-bottom: 10px;
}
/* Account Page CSS Start */

/* Blog Page CSS Start */

.sidebar-box .search-box input.input-text {
    border: 1px solid #e1e1e1;
    color: #2a2931;
    margin-top: 0;
    opacity: 1;
    position: relative;
    width: 100% !important;
}
.sidebar-box .search-box button.search-btn {
	position: absolute;
	right: 0;
	top: 0;
}

.sidebar-box .search-box button.search-btn {
	background-position: -11px -84px; 
}
.sidebar-box .search-box button.search-btn:hover {
	background-position: -11px -124px; 
}
/* Blog Page CSS End */

/* About Page CSS Start */
.about-title {
	color: #6b6b6b;
	font-size: 35px;
	font-weight: 300;
	line-height: 55px;
}
/* About Page CSS End */

/* 404 Page CSS Start */
.error-block-main {
	border: 20px solid #f5f5f5;
	padding-top: 120px;
}
.error-block {
	min-height: 965px;
	position: relative;
	overflow: hidden;
}
.error-block > img {
	height: auto;
	left: -100%;
	margin: auto;
	position: absolute;
	right: -100%;
	top: 0;
}
.error-block-detail {
	text-align: center;
}
.error-block-bg {
	background: url(../images/404-bg.jpg) no-repeat scroll left top;
}
.error-block-detail .main-error-text {
	font-family: "Montserrat", sans-serif;
	font-size: 230px;
	color: #222;
	line-height: 180px;
	font-weight: 500;
	margin-bottom: 60px;
}
.error-small-text {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.error-slogan {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 30px;
}
.error-block-detail .social_icon {
	margin-bottom: 20px;
}
.big-btn a {
	display: inline-block;
	color: #000;
	background: #dcbd71;
	padding: 20px 50px;
	font-size: 14px;
}
.big-btn a:hover {
	background: #fff;
}
/* 404 Page CSS End */

/* Contact Page CSS Start */
.map .map-part .map-inner-part {
	min-height: 450px;
	width: 100%;
}
.contact-box .contact-icon {
	height: 27px;
	width: 27px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat scroll 0 0;
}
.contact-box span {
	display: inline-block;
	font-size: 15px;
	color: #1f1f1f;
	line-height: 1.1;
	margin-bottom: 20px;
	width: 100%;
}
.contact-box p {
	margin-bottom: 0;
}
.contact-box .contact-phone-icon {
	background-position: -101px -502px;
}
.contact-box .contact-mail-icon {
	background-position: -101px -543px;
}
.contact-box .contact-open-icon {
	background-position: -101px -583px;
}
.contact-info .no-padding {
	border-right: 1px solid #e1e1e1;
}
.contact-info .no-padding:last-child {
	border: none;
}
/* Contact Page CSS End */


/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/
.footer {
	padding: 40px 0;
	background: #171717;
}
.footer, .footer a, .footer p {
	color: #a4a4a4;
}
.footer a:hover {
	color: #c69d52;
}
/*.footer-top {
	background: #333;
	padding: 32px 50px;
}*/
.footer-top .f-logo {
	margin-right: 50px;
	float: left;
}

.footer-top-inner {
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.f-logo {
    margin-bottom: 20px;
}
.footer-top p {
    color: #a4a4a4;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 240px;
    text-align: left;
    width: 600px;
}
ul.social-icon li {
	display: inline-block;
}
ul.social-icon li i.fa {
	color: #202d56;
	padding: 6px;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 18px;
	height: 30px;
	width: 30px;
	text-align: center;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

/*.error-block-main ul.social-icon li i.fa {
	background: #dadada;
}*/

.social-link ul.social-icon li i.fa {
	/*color: #c7c7c7;*/
	background: #fff;
	font-size: 18px;
	height: 36px;
	width: 36px;
	padding: 10px;
}

.social-link ul.social-icon li i.fa, .error-block-main ul.social-icon li i.fa {
    background: #dadada none repeat scroll 0 0;
    color: #999999;
}

ul.social-icon li i.fa:hover {
	color: #fff;
}
ul.social-icon li i.fa.fa-facebook:hover {
	background: #3b5998;
}
ul.social-icon li i.fa.fa-twitter:hover {
	background: #1dcaff;
}
ul.social-icon li i.fa.fa-linkedin:hover {
	background: #0077b5;
}
ul.social-icon li i.fa.fa-instagram:hover {
	background: #ea4512;
}
ul.social-icon li i.fa.fa-rss:hover {
	background: #ff6600;
}
ul.social-icon li i.fa.fa-pinterest:hover {
	background: #c8232c;
}
.footer-middle {
	margin: 25px 0 35px 0;
}
.footer-static-block .title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	/*text-transform: uppercase;*/
	margin-bottom: 45px;
	position: relative;
}
.footer-static-block ul.address-footer li {
	margin-bottom: 10px;
}

.footer .title > span {
    border-bottom: 3px solid #c69d52;
    left: 0;
    position: absolute;
    top: 40px;
    width: 30px;
}

.footer hr {
	border-top: 1px solid #444;
}
.footer-static-block li i.fa {
	float: left;
	font-size: 20px;
	color: #c69d52;
	margin-top: 3px;
}
.footer-static-block li p {
	margin-left: 25px;
	margin-bottom: 15px;
}
ul.tagcloud li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

.sidebar-box ul.tagcloud li{
	display: inline-block;
	margin-right: 5px;
	padding-left: 8px
}
ul.tagcloud li a {
	border: 1px solid #444444;
	display: inline-block;
	padding: 5px 10px;
}
.sidebar-block ul.tagcloud li a {
	border-color: #ebebeb;
}
ul.tagcloud li a:hover {
	border-color: #202d56;
}

.footer-block-contant.link > li {
    padding: 1px 0;
}

.footer-static-block li a span {
	font-size: 9px;
	float: left;
	margin-top: -1px;
	margin-right: 9px;
}
.footer-static-block li a:hover span {
	color: #202d56;
}
.footer-static-block .field {
	margin-bottom: 5px;
}
.newsletter-box > input {
	background-color: #fff;
	border: 1px solid #444;
	width: 100% !important;
	padding: 5px;
}
.footer-bottom {
	margin-top: 20px;
}
.footer-bottom .site-link li {
	display: inline-block;
}
.footer-bottom .site-link li a {
	padding: 0 12px;
}
.copy-right {
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing: 0;
}
/*.payment {
	margin-top: 30px;
}*/
.payment ul li {
	display: inline-block;
	padding: 0 5px;
}
.payment ul li a {
	background: url(../images/sprite.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 28px;
	width: 46px;
}

.payment ul li.visa a {
	background-position: -90px -636px;
}
.payment ul li.visa2 a {
	background-position: -90px -770px;
}
.payment ul li.mastro a {
	background-position: -90px -681px;
}
.payment ul li.mastro2 a {
	background-position: -90px -725px;
}
.payment ul li.paypal a {
	background-position: -90px -814px;
}
/* Scroll-top Arrow CSS Start */
.scroll-top {
	bottom: 40px;
	position: fixed;
	right: 40px;
}
.scroll-top #scrollup i {
	color: #ffffff;
	font-size: 36px;
}
.scroll-top #scrollup {
	background: #c69d52;
	padding: 6px 10px;
	display: none;
	cursor: pointer;
}
/* Scroll-top Arrow CSS End */
