/*
Theme Name: Duptronics
Theme URI: http://www.duptronics.com
Author: Duptronics Inc.
Author URI: http://www.duptronics.com
Developer Name: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noonoos
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
	# Normalize
	# Typography
	# Elements
	# Forms
	# Accessibility
	# Alignments
	# Clearings
	# Widgets
	# Content
		## Posts and pages
		## Asides
		## Comments
	# Infinite scroll
    #CSS INDEX
    ===================
	
	1.  Theme Default CSS (body, link color, section etc)
	2. header area
		2.1  main-menu area
		2.2  mobile menu
		2.3  language area
		2.4  addcart area
		2.5  search area
		2.6  dropdown menu
	3. slider area
	4. our product area
	5. banner area
	6. latest post area
	7. block category area
	8. testimonial-area
	9. footer area
	10. Home 2 area
	11. Home 3 area
	12. Home 4 area
		12.1 category menu
		12.2 category mega menu
	13. Home 5 area
	14. Home 6 area
	15. Home 7 area
	16. Home 8 area
	17. Shop page area
	18. Product details area
	19. Checkout Page area
	20. Wishlist page area
	21. Shoping-cart area
	22. About us area
	23. Contact Page area
	24. Login page area
	25. 404 login page area
----------------------------------------------------------------------------------- */	

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300');
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;	
}
body {
    margin: 0;
  background: #fff;
  color: #7f7f7f;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;	
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
.hidden {
    display: none;
}
a {
    background-color: transparent;
}
a:hover  {
    background: transparent;
	text-decoration:;
}
a.active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
  margin: 1em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	appearance:button;
	-moz-appearance:button; /* Firefox */
	-webkit-appearance:button; /* Safari and Chrome */
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -moz-appearance:textfield; /* Firefox */
    -webkit-appearance:textfield; /* Safari and Chrome */
    appearance:textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
/*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Poppins', sans-serif;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/
*,
*:before,
*:after {
    box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
	padding: 0;
}
ol {
    list-style: decimal;
}
li > ul, 
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding: 0;
}
dt {
    font-weight: bold;
}
dd {  margin: 0 0 20px;}
td {  border-top: 1px solid #ededed;  padding: 6px 10px 6px 0;}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
img.size-full, img.size-large, img.wp-post-image {
  height: auto;
  max-width: 100%;
}
table{
	margin:20px 0;
	width:100%;
	border:1px solid #ddd;
	border-collapse:separate;
	border-left:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
table th, table td{
	padding:8px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	vertical-align:top;
	text-align:left;
	line-height: 1.5;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td{
	border-top:0
}
table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child{
	-webkit-border-radius:4px 0 0 0;
	-moz-border-radius:4px 0 0 0;
	border-radius:4px 0 0 0
}
table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child{
	-webkit-border-radius:0 4px 0 0;
	-moz-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0
}
table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child{
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px
}
table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child{
	-webkit-border-radius:0 0 4px 0;
	-moz-border-radius:0 0 4px 0;
	border-radius:0 0 4px 0
}
.post {
  clear: both;
}
/*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #FFFFFF;
	border: 2px solid #22354e;
	color: #fff;
	transition: 0.5s;
	border-radius: 2px;
	box-shadow: none;
	color: #000;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	height: 46px;
	line-height: 42px;
	padding: 0 30px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.4s ease-out 0s;
	white-space: nowrap;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #22354e;;
	border: 2px solid #22354e;;
	color: #000;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

select {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
.contact-form .wpcf7-form input[type="text"], 
.contact-form .wpcf7-form input[type="email"], 
.contact-form .wpcf7-form input[type="url"], 
.contact-form .wpcf7-form input[type="password"], 
.contact-form .wpcf7-form input[type="search"], 
.contact-form .wpcf7-form input[type="number"],
.contact-form .wpcf7-form input[type="tel"], 
.contact-form .wpcf7-form input[type="range"], 
.contact-form .wpcf7-form input[type="date"], 
.contact-form .wpcf7-form input[type="month"], 
.contact-form .wpcf7-form input[type="week"], 
.contact-form .wpcf7-form input[type="time"], 
.contact-form .wpcf7-form input[type="datetime"], 
.contact-form .wpcf7-form input[type="datetime-local"], 
.contact-form .wpcf7-form input[type="color"], 
.wpcf7-form textarea {
	color: #666;
	border: 1px solid #f2f2f2;
	padding: 0 15px;
	width: 100%;
	font-weight: 300;
	background: transparent;
	line-height: 43px;
	margin-top: 8px;
}
.wpcf7-form textarea {
	padding: 15px;
	line-height: 18px;
}
/*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/

a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  margin: 40px 0 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/

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

#secondary .widget {
	margin: 30px 0 0;
	overflow: hidden;
	background: rgba(144, 141, 146, 0.1);
	overflow: hidden;
	padding: 25px 15px;
}
footer .widget {
  color: #cccccc;
  margin: 0 0 60px;
  overflow: hidden;
}
.widget.woocommerce.widget_shopping_cart {
  overflow: inherit;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
#secondary aside.widget:first-child {
  margin-top: 0;
}
/*-------------------------------------------------------------- # Content --------------------------------------------------------------*/
/*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/

.sticky {
    display: block;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*-------------------------------------------------------------- ## Asides --------------------------------------------------------------*/

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

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*-------------------------------------------------------------- # Media --------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/* -------------------------------------------------------------   
1.  Theme Default CSS (body, link color, section etc) ---------------------------------------------------------------- */

html,
body {
    height: 100%;
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.alignleft {
  float: left;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
	margin-right: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
.nopadding-right {
    padding-right: 0;
}
.nopadding-left {
    padding-left: 0;
}
.nopadding {
    padding: 0;
}
a:focus {
	outline: 0px solid;
	text-decoration: none;
}
.nav > li > a:hover, 
.nav > li > a:focus {
  background: transparent;
}
.fix {
    overflow: hidden
}
p {
    margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {  color: #3f3f3f;   font-weight: 600;  margin: 0 0 15px;}
a {
	color: #22354e;
}
a { text-decoration: none;  transition: all 0.3s ease 0s;}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
}



.page-content > ol, .page-content > ul {
  margin: 0 0 20px 45px;
}
.main-container {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#scrollUp {
    background: #9d9d9d none repeat scroll 0 0;
    bottom: 100px; 
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 40px;
    font-weight: bold;
}
#scrollUp:hover {
    background: #FFFFFF;
    color: #fff;
}
.clear {
    clear: both
}
/*----------------------------------------*/
/*  2. header area 
/*----------------------------------------*/
.header_middel .container-fluid.padding-50 .row-2 {
	border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.scroll_logo,
.sticky-header .scroll_logo,
.mobile_logo,
.top-logo {
    display: -webkit-flex;
    display: flex;
	align-items: center;
	height: 100px;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;    
}


.sticky-header .top-logo,
.scroll_logo,
.mobile_logo {
	display: none;
}



.sticky-header .scroll_logo,
.sticky-header .top-logo {
	height: 70px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;    	
}

.top-header {
	background:#2a2926;
}

.header_middel {
	position: relative;
}
.top_header {
	position: absolute;
}

.top_header {
	position: absolute;
	z-index: 9999;
	right: 33px;
    top: 0;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;      
}
.sticky-header .top_header {
	top: -40px;
}

/*  2.1  mainmenu area 
/*----------------------------------------*/
.main-menu nav .main-ul > li:last-child a:after{
    border-right: 0;
}
.main-menu {
	clear: both;
	z-index: 10;
	position: relative;
}
.menu_one .main-menu {
	width: auto;
}
.menu_one .main-menu ul {
	display: block;
	margin: 0;
}
.top-detail {
	position: absolute;
	top: 0;
	right: 0;
}

.expand:hover .restrain {
    opacity: 1;
    transform: scaleY(1);
    z-index: 9999;
}


.restrain,
.restrain-lang.lang-change ul.sub-menu {
  opacity: 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  z-index: -99;
}

.header_bottom {
    position: relative;
}



.product-search.restrain {
	background: #FFF;
	padding: 0;
	position: absolute;
	right: -10px;
	text-align: left;
	top: 48px;
}
.menu_one .product-search.restrain {
	top: 100%;
}

.product-search input.form-control {
  background-color: #FFF;
  border: medium none;
  box-shadow: none;
  color: #8a8a8a;
  margin-top: 20px;
  outline: medium none;
  padding: 20px;
}
.header-search .btn {
    padding: 0;
}
/* 2.2 mobile menu -------------------------*/

.mean-container .mean-bar {
    background-color: #343434;
    margin-top: 0px;
    z-index: 1;
    border-left: 1px solid #343434;
    border-right: 1px solid #343434;
    width: 100%;
}
.mean-container a.meanmenu-reveal {
    padding: 10px 13px 10px;
}
.mean-container .mean-nav {
    background: #FAF8F8;
}
.mean-container .mean-nav ul li a {
    background: rgba(0, 0, 0, 0);
    color: #666;
    border-top: 1px solid #e0d8d8;
    text-transform: capitalize;
    line-height: 14px;
}
.mean-container .mean-nav ul li a.mean-expand {
    line-height: 22px;
    padding: 8px;
}
.mean-container .mean-nav ul li a:hover {} .mean-container .mean-nav ul li ul li a {
    border-top: 1px solid #e0d8d8;
}
.mean-container .mean-nav nav {
    padding: 0 10px;
}
.mean-container .mean-nav ul li a:hover {} .mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
}
span.mobile-menu-title {
    color: #fff;
    font-size: 16px;
    left: 18px;
    line-height: 18px;
    position: absolute;
    text-transform: uppercase;
    top: 18px;
    font-weight: 500;
}
a.meanmenu-reveal {
    float: right;
}


/*  2.5  search area 
/*----------------------------------------*/

.search-icon.fa.fa-search {
	font-size: 18px;
	color: #3f3f3f;
	padding: 13px 0 0 0;
}
.menu_one .search-icon.fa.fa-search {
	padding: 66px 0 20px 0;
	-webkit-transition: padding 0.4s ease-in-out;
	-moz-transition: padding 0.4s ease-in-out;
	-o-transition: padding 0.4s ease-in-out;
	transition: padding 0.4s ease-in-out;
}
.sticky-header .menu_one .search-icon.fa.fa-search {
	padding: 36px 0 36px 0;
}
.m-t-30 {
    margin-top: 30px;
}

.header-search.expand {
    position: relative;
    cursor: pointer;
}
.product-search.sub-menu {
    position: absolute;
    top: 100%;
    background: #3f3f3f;
    padding: 0;
    text-align: left;
    right: 0;
}
.product-search input.form-control {
  background-color: #FFF;
  border: medium none;
  box-shadow: none;
  color: #3f3f3f;
  margin-bottom: 20px;
  margin-top: 20px;
  outline: medium none;
  padding: 0 20px;
}
.header-search .btn-default {
  background: #FFF;
  border: 0 none;
  border-radius: 0;
  color: #3f3f3f;
  margin: 0;
}
.header-search .btn-default:hover {
  color: #FFFFFF;
}
.header-search .btn-default:active:focus {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    color: #ffffff;
}
.header-search .btn {
    padding: 0;
}
.header-search .btn:focus {
    outline: 0
}
.header-search .btn:active {
    box-shadow: none
}
.header-search button.btn.btn-default i {
    width: 120px;
    font-size: 36px;
    transition: .3s;
}
.header-search button.btn.btn-default i:hover {
    color: #FFFFFF;
    transition: .3s;
}

/*  2.6  dropdown menu  
/*----------------------------------------*/

.dropps-menu {
  padding-bottom: 36px;
  padding-left: 15px;
  position: relative;
}
.header-two .dropps-menu {padding-bottom: 37px;}
.header-3 .dropps-menu {padding-bottom: 28px;}
.dropps-menu a {
    color: #3f3f3f;
}
.dropps-menu a:hover {
    color: #FFFFFF;
}
.dropps-menu .language {
    right: 0;
    text-align: right;
}
.lang-all > a:hover,
.search-icon.fa.fa-search:hover {
    color: #FFFFFF;
    transition: .3s
}
.readon-red a {
    color: #3f3f3f;
}
.readon-red:hover {
    color: #ffffff;
    background: #362f2d;
    transition: .5s;
    border: 1px solid #3f3f3f;
}
.readon-red:hover a {
    color: #fff;
}
/* ---------------------------------------   
3. slider area 
/*----------------------------------------*/
.tp-caption.Fashion-BigDisplay, .Fashion-BigDisplay,
.main-container .tp-revslider-mainul > li, 
.main-container .rev_slider > ul > li, 
.main-container .tp-simpleresponsive > ul > li, 
.main-container .tp-revslider-mainul > li, 
.main-container .tp-simpleresponsive > ul > li {
font-weight: 700;
}
/* ---------------------------------------   
4. our product area 
/*----------------------------------------*/
.area-title {
    text-align: center;
    padding: 28px 0;
    position: relative;
}
.area-title h3 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #3f3f3f;
    background: #fff;
    padding: 0 20px;
    display: inline-block;
    letter-spacing: 4px;
    position: relative;
    z-index: 1;
}
.blog-inner .area-title h3 {
	background:#f6f6f6;
}
.area-title:before {
    content: "";
    width: 44px;
    height: 35px;
    position: absolute;
    background: url(img/title-top.png) no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
}
.area-title:after {
    content: "";
    width: 100%;
    border-top: 1px dashed #3f3f3f;
    position: absolute;
    left: 0;
    top: 50%
}
.main-container .home-tabs .home-tabs-title {
  border-bottom: 0 none;
  margin: 0 0 35px;
  text-align: center;
}
.main-container .home-tabs .home-tabs-title > li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}
.main-container .home-tabs .home-tabs-title > li > a {
    border: 0;
    border-radius: 0;
    line-height: 1.42857;
}
.main-container .home-tabs .home-tabs-title > li > a {
    border: 0 none;
    border-radius: 0;
    color: #747474;
    font-size: 12px;
    line-height: 1.42857;
    margin: 0 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    border: 1px solid #ebebeb;
    letter-spacing: 2px;
}
.main-container .home-tabs .home-tabs-title > li > a:focus,
.main-container .home-tabs .home-tabs-title > li > a:hover {
    background-color: inherit;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.main-container .home-tabs .home-tabs-title > li > a.active,
.main-container .home-tabs .home-tabs-title li a.active:focus,
.main-container .home-tabs .home-tabs-title li a.active:hover {
    border: medium none;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.main-container .home-tabs .wpb_content_element .wpb_wrapper >h3 {
    display: none;
}
.main-container .home-tabs .heightzero {
  height: 0;
  margin: 0;
  overflow: hidden;
}
.front-page .wpb_content_element {
  margin-bottom: 0;
}
.main-container .home-tabs .shop-products .group {
    width: 270px;
}
.page-template-front-page .main-container .home-tabs .shop-products .group .item-col,
.page-template-front-page .main-container .shop-products .group .item-col {
    width: 100%;
}
.main-container .home-tabs .shop-products .item-col {
    width: 270px;
    -webkit-transition: none;
    transition: none;
}
.main-container .home-tabs .shop-products .item-col.first {
    clear: none;
}
.main-container .tab-heading {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 26px;
    padding-bottom: 5px;
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3f3f3f;
    font-size: 18px;
    width: 100%;
	opacity:1;
}
.slick-slider .slick-next:before {
    content: "\f105";
}
.slick-slider .slick-prev::after {
	content: "";
	height: 15px;
	border-left: 1px solid #c2c2c2;
	position: absolute;
	top: 3px;
	right: 2px;
}
.slick-slider .slick-prev:hover:before,
.slick-slider .slick-next:hover:before {
    color: #FFFFFF;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
    top: -10px;

}

.brands-carousel.slick-slider .slick-prev {
	left: 40px;
	margin-left: 0;
}
.brands-carousel.slick-slider .slick-next {
	right: 40px;
	margin-right: 0;
}
.brands-carousel.slick-slider .slick-prev, 
.brands-carousel.slick-slider .slick-next {
	top: 50px;
	width:25px;
	height:50px;
}
.brands-carousel.slick-slider .slick-next::before, 
.brands-carousel.slick-slider .slick-prev::before {
	font-size: 50px;
}
.brands-carousel.slick-slider .slick-prev:after {
display: none;
}

.quickview-wrapper #quickview-content .slick-slider .slick-prev,
.quickview-wrapper #quickview-content .slick-slider .slick-next {
    top: 45%;
}
.quickview-wrapper #quickview-content .slick-slide img {
  margin: 0 auto;
  width: 80px;
}



.slick-slider .slick-prev {
  border-radius: 0;
  box-shadow: none;
  left: 48.5%;
  margin: 0;
}
.slick-slider .slick-next {
  border-radius: 0;
  left: auto;
  margin: 0;
  right: 48.5%;
}
.right-column .slick-slider .slick-next {
  margin-right: -25px;

}
.slick-slider .slick-dots li button:before {font-size:14px;}
.related.products .product-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* Home 3 */
.left-column.block-category .shop-products .product-content p {
  display: none;
}
.main-container .left-column .block-category .shop-products .item-col .product-wrapper .list-col4 .product-content {
  padding: 0 0 0 15px;
  width: 60%;
}
.main-container .left-column .block-category .shop-products .item-col .product-wrapper .list-col4 .product-content p {
  display:none;
}
.left-column .sidebar-block-title h3 {
  background: rgba(0, 0, 0, 0) url("img/title-top.png") no-repeat scroll 0 0;
  color: #3f3f3f;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-left: 35px;
  position: relative;
  text-transform: uppercase;
  word-wrap: break-word;
}
.left-column .sidebar-block-title h3::after {
  background: #f3f3f3 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 4px;
  left: 36px;
  position: absolute;
  width: 115px;
}
.left-column .testimonials1 .slick-slider .utmost-image {display:none;}
.main-container .left-column .testimonials1 {position:relative}
.main-container .left-column .testimonials1 .slick-slider ul.slick-dots { position: initial;}
.left-column .latest-posts .slick-slide {padding:0;}
.right-column .shop-products .product-single {margin-top:40px;}
.right-column .home-tabs .container {width:100%;}
.brand-home3 .brand-area {
  border: 1px solid #3f3f3f;
  margin-top: 0;
}
/* ---------------------------------------  5. banner area /*----------------------------------------*/

.main-container .full-width .row-container {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.banner-area {
    margin-top: 30px;
}
.banner-area a,
.single-banner a {
    position: relative;
    display: inline-block;
    width: 100%
}
.single-banner p {
    margin-bottom:30px;
}
.single-banner:last-child p {
  margin:0;
}
.banner-area a:hover:before,
.single-banner a:hover:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 15px solid rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: .3s;
}
.banner-area a:before,
.single-banner a:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    opacity: 0;
    content: "";
    left: 0;
    overflow: visible;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    transition: .3s;
}
.single-banner a img {
  width: 100%;
}
/*----------------------------------------  6. latest post area /*----------------------------------------*/
.single .blog_header {
  margin-bottom: 60px;
}
.blog-page.single {
  margin-bottom: 60px;
}
.latest-post-area .area-title h3 {
    background: #f6f6f6;
}
.post-thumb {
  max-width: 100%;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.post-thumb:after {
    content: "";
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    z-index: 1;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    pointer-events: none;
}
.latest-post:hover .post-thumb:after,
.single-post:hover .post-thumb:after {
    width: 100%;
    height: 100%;
}
.all-singlepost {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.single-post {
	margin-bottom: 15px;
}
.post-thumb-info {
    padding: 25px 15px;
    border: 1px solid #f1f1f1;
}
.post-time span,
.post-time a {
    font-size: 14px;
    letter-spacing: 1.1px;
    color: #3f3f3f;
    text-transform: uppercase;
    font-weight: 400;
}
.post-time a:hover {
    color: #FFFFFF
}
.postexcerpt p {
  color: #6d6d6d;
  line-height: 25px;
}
.post-time {
    margin: 0 0 10px;
}
.blog-page .post-time {
	margin: 0 0 10px 0;
}
.read-more {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	color: #000;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	background: #FFFFFF;
	border-radius: 45px;
	border: 1px solid #000;
	margin-top: 20px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width: 100px;
	text-align: center;
}
.read-more:hover {
	color: #22354e;
	border: 1px solid #22354e;
}

.latest-post-area .all-singlepost {
    margin: 30px 0 0
}
.latest-post {
	background: #fff;
}
.post-content {
	padding: 15px 10px;
	border: 1px solid #f2f2f2;
}

/*----------------------------------------  6. latest post widget /*----------------------------------------*/
.recent-posts .post-wrapper, .recent-comments .post-wrapper {
  display: block;
  overflow: hidden;
}
.recent-posts .rcnt-post-thumb, .recent-comments .comnt-thumb {
  float: left;
  width: 25%;
}
#secondary .widget .recent-posts .rcnt-post-thumb a, #secondary .widget .recent-comments .comnt-thumb a {
  display: block;
}
.recent-posts .post-info, .recent-comments .post-info {
  float: left;
  padding-left: 10px;
  width: 70%;
}
#secondary .widget .recent-posts .post-info .post-title.recent-post-s, #secondary .widget .recent-comments .post-info .post-title.recent-post-s {
  margin: 0 0 5px;
}
#secondary .widget .recent-posts .post-info .post-title.recent-post-s a, #secondary .widget .recent-comments .post-info .post-title.recent-post-s {
	display: block;
	font-size: 14px;
	line-height: 14px;
	/* color: #797979; */
	border: 0 none;
	margin: 0;
	padding: 0;
}

.recent-posts .post-info .post-date.recent-post-s, .recent-comments .post-info .post-date.recent-post-s {
  color: #7e7e7e;
  font-size: 11px;
  font-style:italic;
}
#secondary .widget .recent-posts ul li, #secondary .widget .recent-comments ul li {
  margin-bottom: 15px;
  padding: 0;
}
.recent-posts ul li a, .recent-comments ul li a {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.recent-posts ul li a:hover, .recent-comments ul li a:hover{
	color: #EC4445;
}
.recent-comments .post-info p{
	line-height: 16px;
	margin-bottom: 0;
}
#secondary input[type="text"] {
	border: 1px solid #ddd;
	box-sizing: border-box;
	height: auto;
	padding: 0 15px;
	width: 100%;
	margin: 0;
}

/*----------------------------------------  7. block category area /*----------------------------------------*/

.block-category {
    margin: 0 0 40px;
}
.block-category .block-title h3 {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 18px;
    color: #3f3f3f;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 4px;
    position: relative;
    z-index: 1;
    padding: 8px 20px;
    border: 1px solid #ebebeb;
}
.block-image {
    margin-right: 30px;
}
.category-info h3 a {
    font-size: 12px;
    color: #3f3f3f;
    margin-top: 10px;
}
.category-info p {
    font-size: 13px;
    color: #6d6d6d;
    letter-spacing: 1.1px;
    margin-top: 8px;
    line-height: 22px;
}
.category-info h3 a:hover {
    color: #FFFFFF;
}
.cat-price {
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 30px;
}
span.old-price {
    color: #545454;
    text-decoration: line-through;
    font-size: 10px;
}
.single-block {
    overflow: hidden;
    margin-bottom: 40px;
}
.block-content .single-block:last-child {
    margin-bottom: 0px
}
.cat-rating a {
    font-size: 12px;
    color: #3f3f3f;
}
.cat-rating a:hover {
    color: #FFFFFF;
}
.main-container .block-category .shop-products .item-col .product-wrapper .list-col4 .product-img {
  float: left;
  width: 40%;
}
.main-container .block-category .shop-products .item-col .product-wrapper .list-col4 .product-content {
  float: left;
  padding: 0 0 0 30px;
  text-align: start;
  width: 50%;
}
.main-container .block-category .shop-products .item-col .product-wrapper .list-col4 .product-content .rating-price {
  display: block;
  margin: 0;
  padding: 0;
}
.main-container .block-category .shop-products .item-col .product-wrapper .list-col4 .product-content .rating-price .price-boxes {
  color: #545454;
  font-size: 13px;
  font-weight: 700;
  padding: 0 0 10px;
}
.main-container .block-category .shop-products .item-col .product-wrapper .list-col4 .product-content h2 {
  line-height: 14px;
  margin: 0 0 15px;
}
.main-container .block-category .shop-products .item-col .product-wrapper .list-col4 span.onsale,
.main-container .block-category .shop-products .item-col .product-wrapper .list-col4 .action-zoom,
.main-container .block-category .shop-products .item-col .product-wrapper .list-col4 .product-single .actions,
.main-container .block-category .shop-products .item-col .product-wrapper .list-col4 .product-single .price-box,
.main-container .block-category .shop-products .item-col .product-wrapper .list-col8{
  display:none;
}

/*----------------------------------------  9. footer area /*----------------------------------------*/
.top-footer-area,
.info-footer {
    padding: 0;
    background: #22354e ;
}
.top-footer-area .widget h3.widget-title {
    font-size: 13px;
    color: #fff;
    margin-bottom: 25px;
}

#secondary ul, footer ul {
  list-style: outside none none;
  margin: 0;
}
footer .recent-posts ul li, footer .recent-comments ul li {margin-bottom:20px;}
footer .recent-posts ul li:last-child, footer .recent-comments ul li:last-child {margin-bottom:0;}
footer .recent-posts ul li a, footer .recent-posts ul li h3, footer .recent-comments ul li a, footer .recent-comments ul li h3 {
  color: #ccc;
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: inherit;
}
footer .recent-posts .post-info .post-date.recent-post-s, footer .recent-comments .post-info .post-date.recent-post-s {
  color: #CCC;
}
.widget  ul li a:hover {
    color: #FFFFFF;
}
.info-fcontainer {
  display: inline-block;
  width: 100%;
}
.infof-icon {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}
.infof-icon i {
    width: 30px;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

.info-fcontainer h3 {
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.info-fcontainer a,
.info-fcontainer p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.info-fcontainer a {
	display: inline-block;
}
.single-bannerfooter {
    border-right: 1px solid #363636;
}
.last-single {
    border: 0;
}

.single-bannerfooter a:hover {
    opacity: 0.6;
}
.address-footer {
	background: #000;
}
.address-footer address {
	float: left;
	margin-bottom: 0;
	font-size: 14px;
	color: #FFF;
    display: -webkit-flex;
    display: flex;
	align-items: center;
	height: 74px;
	/* margin-top: 20px; */
}
.footer-logo {
	margin-top: 75px;
}
.address-footer address a {
	color: #FFF;
	font-size: 14px;
}

.address-footer address a:hover {
    color: #ffffff;
}
.social-footer ul li {
    color: #ccc;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
}
.social-footer ul li a {
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #555;
    border-radius: 3px;
    margin-right: 15px;
    display: inline-block;
}
html.fancybox-lock {
    overflow: visible;
}



.main-area .ex-pro {
    margin-top: 40px;
}
.main-area .bn-pro {
    margin-top: 31px;
}
.main-area .banner-area {
    margin: 0 0 60px;
}
.slick-slider,.home .woocommerce .slick-slider {
  margin-bottom: 0;
}
.woocommerce .slick-slider {
  margin-bottom: 60px;
}
.main-area .block-image {
    margin-right: 20px;
    width: 45%;
}
.home-three .cart-toggler i {
    margin-top: 32px;
}
.main-area .block-category {
    margin: 76px 0 0
}
.block-category .bar-title {
    margin: 60px 0 40px;
}
.bar-ping {
    display: block;
    width: 11%;
    float: left;
    margin-right: 10px;
}
#secondary .widget .widget-title {
  color: #3f3f3f;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  word-wrap: break-word;
  background-size: contain;
}
#secondary aside.widget_text:first-child h3 {
  margin: 0;
}
.main-area .testimonial-area {
    background: none;
    overflow: hidden;
}
.bar-test {
    background: #f4f4f4;
    padding: 20px 10px;
    margin-top: 20px;
}
.main-area .latest-post-area {
    background: none;
    margin-top: 40px;
}
.main-area .product-content p {
    letter-spacing: 0.6px
}
.info-footer {
    padding: 0 0 50px 0;
}
.info-fcontainer {
	padding-top: 60px;
	padding-bottom: 60px;
}
.infof-content.footer-social {
	padding-top:95px;
}

.banner-area p a img {
  width: 100%;
}
.left-column p img {
    margin-bottom: 15px;
}

.breadcrumbs .home {
    float: left;
    margin-right: 10px;
}
.breadcrumbs a {
  color: #777777;
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}
.breadcrumbs span.separator {
	margin-right: 5px;
}
.breadcrumbs a:hover {
  color: #FFFFFF;
}

.breadcrumbs {
    margin: 15px 0;
}
.single .breadcrumbs {
    margin-bottom: 30px;
}

p.comment-form-rating label,
p.comment-form-comment label,
#commentform p {
    margin-bottom: 25px;
    max-width: 100%;
    color: #7f7f7f;
}
#commentform input[type="submit"] {
  font-size: 16px;
}
#commentform input[type="submit"]:hover {
  background:#FFFFFF;
  color:#FFF;
  border-color: transparent;
}
.comments-list ul li {
    margin-bottom: 25px;
}
li.threaded-comments {
    margin-left: 50px;
}
.comments-list-img {
    float: left;
    margin-right: 15px;
}
.comments-content-wrap {
    border: 1px solid #ddd;
    color: #42414f;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 15px 63px;
    padding: 10px;
    position: relative;
    border-radius: 3px;
}
.comments-content-wrap:before {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    content: "";
    display: block;
    height: 10px;
    left: -5px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 10px;
}
.comments-content-wrap p {
    color: #909295;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}
li.threaded-comments {
    margin-left: 50px
}
span.email-notes {
    color: #42414f;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.author-info.archives,
.single-post .post-thumb-info .author-info {
background: #f2f2f2 none repeat scroll 0 0;
margin: 20px 0;
padding: 20px;
float:left;
width:100%;
}
.author-info.archives .author-avatar,
.single-post .post-thumb-info .author-avatar {
  float: left;
  margin-right: 20px;
}
.author-info.archives .author-description,
.single-post .post-thumb-info .author-description {
  color: #787878;
  float: left;
  width: 83%;
}
.single-post .post-thumb-info .postexcerpt {
  margin: 20px 0;
}
.author-description > h2 {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 10px;
  color:#2d2d2d;
}
/* Blog Social Shearig */
.single .post-thumb-info .social-sharing .widget-title {
  color: #2d2d2d;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  margin: 0 20px 0 0;
  text-transform: capitalize;
  width: auto;
}
.single .post-thumb-info .social-sharing {
  border-bottom: 1px solid rgb(229, 229, 229);
  float: left;
  margin: 0 0 20px;
  padding: 0 0 20px;
  width: 100%;
}
.single .post-thumb-info .social-sharing .social-icons {
  float: left;
  margin: 0;
  padding: 5px 15px;
}
.single .post-thumb-info .social-sharing .social-icons li {
  float: left;
  list-style: outside none none;
  position: relative;
}
.single .post-thumb-info .social-sharing .social-icons li .social-icon.facebook {
  color: #3b579d;
}
.single .post-thumb-info .social-sharing .social-icons li .social-icon.twitter {
  color: #3acaff;
}
.single .post-thumb-info .social-sharing .social-icons li .social-icon.pinterest {
  color: #cb2027;
}
.single .post-thumb-info .social-sharing .social-icons li .social-icon.gplus {
  color: #d11717;
}
.single .post-thumb-info .social-sharing .social-icons li .social-icon.linkedin {
  color: #0097bd;
}
.single .post-thumb-info .social-sharing .social-icons li .social-icon.linkedin {
  color: #0097bd;
}
.single .post-thumb-info .social-sharing .social-icons li .social-icon {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}
.comment-form-comment {
    margin-bottom: 50px;
}
article.blog-post-wrapper.item-post .player {
    margin: 50px 0 0 0;
}
.comment-form-author > label {
  width: 100%;
}



.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
table.cart-table {
    margin-bottom: 65px;
    width: 100%;
}

.main-contact-area {
    margin: 50px 0;
}
.map {
    width: 100%;
    height: 350px;
    margin: 0 auto;
}
.main-contact-area aside {
    clear: both;
}
.main-contact-area .bar-title {
    margin-bottom: 20px;
}
.main-contact-area aside.sidebar-content {
    margin-top: 30px;
    display: inline-block
}
.vote-area input {
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.vote-area a {
    padding: 5px 10px;
    background: #3f3f3f;
    color: #fff;
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.vote-area a:hover {
    background: #FFFFFF
}
.contact-us-form {
  margin-top: 30px;
  overflow: hidden;
}
.sec-heading-area h2 {
    font-size: 18px;
    color: #3f3f3f;
}
span.legend {
    background: #fff;
    border: 1px solid #f2f2f2;
    font-size: 13px;
    left: 20px;
    padding: 0 3px;
    position: relative;
    top: 12px;
    color: #444443;
}
.form-top {
    border: 1px solid #f2f2f2;
    overflow: hidden;
    padding: 20px 20px 10px;
}
.sec-heading-area {
    margin-bottom: 10px;
}
.form-top label {
	color: #666;
	font-weight: normal;
	margin: 0 0 5px;
	font-size: 12px;
}
.form-top label sup {} .submit-form {
    border-top: 1px solid #f2f2f2;
    margin-top: 30px;
    padding-top: 15px;
    padding-right: 0;
}
.submit-form p {
    color: #eb340a;
    font-size: 11px;
    margin: 0 0 5px;
}
.main-container .submit-form p:first-child {
  margin-right: 25px;
}
.submit-form p sup {
    font-size: 14px;
    top: 0;
}
.submit-form {} .submit-form a.add-tag-btn {
    padding: 5px 25px 3px;
}
.yourmessage {
    border: 1px solid #ddd;
    padding: 3px;
    width: 100%;
    height: 130px;
}
.contact-form .form-control {
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    font-size: 12px;
    box-shadow: none;
    min-height: 25px;
    color: #666;
}
.row .cta_row:first-child {
	border-right: 2px solid #fff;
}
.submit-form.form-group.col-sm-12.submit-review {
    text-align: right
}
.submit-form.form-group.col-sm-12.submit-review a, .contact-form input[type="submit"] {
	background: #FFFFFF none repeat scroll 0 0;
	border: 2px solid transparent;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.42857;
	padding: 5px 35px;
	text-transform: uppercase;
	border-radius: 45px;
}
.submit-form.form-group.col-sm-12.submit-review a:hover,
.contact-form input[type="submit"]:hover {
    border: 2px solid #FFFFFF;
	background: transparent;
	color: #FFFFFF;
}

/* ----------------------------------------   25. 404 login page area -------------------------------------------- */
body.error404 .image-404 {
  float: left;
  padding: 100px 0;
  text-align: center;
  width: 100%;
}
.page-not-found {
    min-height: 480px;
    text-align: center;
}
.page-not-found h1 {
    font-size: 120px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #3f3f3f;
    font-weight: 700;
}
.page-not-found h2 {
    font-size: 18px;
    line-height: 1.35;
    color: #96a1a3;
    font-weight: 700;
}
.page-not-found a.go-to-home {
    font-size: 14px;
    color: #fff;
    background: #3f3f3f;
    border: 0;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 700;
    transition: .3s;
    display: inline-block;
    margin-top: 15px;
}
.page-not-found a.go-to-home:hover {
    background: #FFFFFF;
    color: #3f3f3f;
    transition: .3s;
}
/* Widget */

.search-form .screen-reader-text {
    display: none;
}
.sidebar .search-form input[type="search"] {
    height: 40px;
    padding-left: 15px;
    width: 100%;
}
.widgettitle {
    display: none
}





.cart_list a.product-name {
  text-align: start;
}
.main-container .page-content .entry-content .cart-form {
  position: relative;
}
.main-container .page-content .entry-content .cart-form .loading {
  background-color: #fff;
  background-image: url('../img/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.main-container .page-content .entry-content .cart-form.loading .loading {
  display: block;
}
.header-container .top-bar {
    border-bottom: 1px solid #d3d3d3;
    float: left;
    height: 42px;
    line-height: 41px;
    width: 100%
}
.atc-notice-wrapper {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    display: none;
    left: 50%;
    margin-left: -160px;
    max-width: 100%;
    position: fixed;
    top: 40%;
    width: 320px;
    z-index: 1000;
}
.atc-notice-wrapper .close {
    color: #909295;
    font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.atc-notice-wrapper .close:hover {
    color: #FFFFFF;
}
.atc-notice-wrapper h3 {
    border-bottom: 1px solid #d3d3d3;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.atc-notice-wrapper .product-wrapper {
    float: left;
    padding: 0 10px;
    width: 100%;
}
.atc-notice-wrapper .product-image {
    float: left;
    width: 25%;
}
.atc-notice-wrapper .product-info {
    float: left;
    padding-left: 20px;
    width: 75%;
}
.atc-notice-wrapper .product-info h4 {
    font-size: 15px;
    margin: 0 0 10px;
}
.atc-notice-wrapper .product-info .price {
    float: left;
    margin: 0;
    width: 100%;
}
.atc-notice-wrapper .product-info .price .special-price {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
.atc-notice-wrapper .product-info .price .old-price {
    color: #6e6e6e;
    font-size: 16px;
    margin-right: 10px;
    text-decoration: line-through;
}
.atc-notice-wrapper .buttons {
    background: #d3d3d3;
    float: left;
    margin: 10px 0 0;
    padding: 10px;
    width: 100%;
}
.atc-notice-wrapper .buttons .button {
    background: #FFFFFF;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: right;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-shadow: none;
}
.atc-notice-wrapper .buttons .button:hover {
    background: #909295;
}
.shop-products.list-view .item-col {
    margin: 0 0 35px;
    width: 100%;
}
.shop-products.list-view .item-col .product-wrapper .list-col8 .gridview {
    display: none;
}
.shop-products .item-col .product-wrapper .list-col8 .gridview {
    display: block;
}
.shop-products .item-col .product-wrapper .list-col4 .rating-price,
.shop-products .item-col .product-wrapper .list-col8 .listview {
    display: none;
}
.shop-products.list-view .item-col .product-wrapper .list-col8 .listview {
    display: block;
}
span.sale-text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #3f3f3f;
    color: #3f3f3f;
    font-size: 12px;
    height: 26px;
    left: 50%;
    line-height: 25px;
    margin-left: -25px;
    min-height: 25px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 5%;
    z-index: 10;
}
.shop-products .item-col .product-wrapper .actions .add_to_cart_inline {
    border: 0 none;
    margin: 0;
    padding: 0;
}



.sub-menu-columns ul.sub-menu li {
    display: inline-block;
    float: left;
    width: 200px;
}
.sub-menu-columns ul.sub-menu li:nth-child(odd) {
    float: left;
    margin-right: 10px;
}
.sub-menu-columns ul.sub-menu li:nth-child(even) {
    float: right;
}/* Blog */
h1.blogtitle a, .single-post h1.blogtitle {
	color: #3f3f3f;
	font-size: 24px;
	font-weight: 700;
}
h1.blogtitle a:hover {
	color: #FFFFFF;
}
.single-post h1.blogtitle {
	line-height: 1.2;
	margin-bottom: 30px;
}
.content-area h2 {
  font-size: 20px;
}
.content-area h3{
  font-size: 18px;
}
.blog-page .post-thumb-info .postexcerpt{
	margin:0;
}
/* Blog Comments */
.comments-area{
	overflow: hidden;
}
.author-description .author_link{
	color: #009fdd;
	font-size: 13px;
}
h3.comments-title{
	border-bottom: 1px solid #f1f0f0;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 30px;
	padding: 0 0 20px;
	position: relative;
	text-transform: uppercase;	
	color: #888;
}
.comments-area {
  float: left;
  margin: 20px 0 70px;
  width: 100%;
}
#commentform a{
	color: #666;
}
.comments-area .comments-title, 
.comments-area .comment-reply-title {
    border-bottom: 1px solid #f1f0f0;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
    text-transform: uppercase;
	color: #333;
}
.comments-area .comment-list {
    margin: 0;
    padding: 0;
}
.comments-area .comment-list li.comment {
    list-style: outside none none;
}
.comments-area .comment-list li.comment article.comment {
    margin: 0 0 30px;
}
.comments-area .comment-list li.comment article.comment .comment-avatar {
    float: left;
}
.comments-area .comment-list li.comment article.comment .comment-info {
    border: medium none;
    margin-left: 75px;
    position: relative;
}
.comments-area .comment-list li.comment article.comment .comment-info .reply {
    display: inline-block;
    float: right;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.comments-area .comment-list li.comment article.comment .comment-info .reply a {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: capitalize;
    transition: all 0.4s ease-out 0s;
    white-space: nowrap;
}
.comments-area .comment-list li.comment article.comment .comment-info .reply a:hover {
    background: #009fdd none repeat scroll 0 0;
    border-color: #009fdd;
    color: #fff;
}
#cancel-comment-reply-link:hover{
	color: inherit;
}
.comments-area .comment-list .comment-meta {
    color: #999;
    float: left;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 10px;
    width: 100%;
}
.comments-area .comment-list .comment-meta img {
    margin-right: 10px;
}
.comments-area .comment-list .comment-meta cite {
    float: left;
    margin-bottom: 10px;
}
.comments-area .comment-list .comment-meta cite .fn {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.comments-area .comment-list .comment-meta cite .fn a {
    color: #353535;
	font-style: normal;
}
.comments-area .comment-list .comment-meta cite .fn a:hover {
    color: #009fdd;
}
.comments-area .comment-list .comment-meta cite span {
    display: none;
}
.comments-area .comment-list .comment-meta time {
    clear: both;
    float: left;
    font-size: 12px;
    font-style: italic;
}
.comments-area .comment-list .comment-content {
    font-size: 14px;
}
.comments-area .comment-list .comment-content p:last-child {
    margin-bottom: 0;
}
.comments-area .comment-list ul.children{
	margin: 0 0 0 20px;
}

.comments-area .comment-respond {
    margin-top: 45px;
    width: 100%;
}
.comments-area .comment-respond .comment-form label {
    color: #999;
    display: block;
    margin: 0 0 5px;
}
.comments-area .comment-respond .comment-form .comment-notes, 
.comments-area .comment-respond .comment-form .form-allowed-tags {
    color: #999;
    font-size: 13px;
}
.comments-area .comment-respond .comment-input input{
	width: 100%;
	background: #fdfdfd none repeat scroll 0 0;
	border: 1px solid #f1f0f0;
	border-radius: 0;
	max-width: 100%;
	padding: 10px;	
	font-size: 14px;
	margin-bottom: 30px;
}
.comments-area .comment-respond .comment-form #comment {
    border: 1px solid #f1f0f0;
    height: 130px;
    width: 100%;
	background: #fdfdfd none repeat scroll 0 0;
	border-radius: 0;
	max-width: 100%;
	padding: 10px;	
	margin-bottom: 30px;
	font-size: 14px;
}
/* Blog pagination */
.main-container .blog-page .pagination {
  border-radius: 0;
  border-top: 1px solid #e5e5e5;
  float: left;
  margin: 0 0 50px;
  padding: 20px 0 0;
  width: 100%;
}
.main-container .blog-page .pagination ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.main-container .blog-page .pagination li {
  float:left
}
.main-container .blog-page .pagination a,
.main-container .blog-page .pagination span {
  display: block;
  text-align: center;
  padding: 0 10px;
  text-transform: uppercase;
background-color: #ebebeb;
color: #3f3f3f;
cursor: pointer;
font-family: "Lato",sans-serif;
font-size: 15px;
font-weight: 700;
height: 30px;
line-height: 30px;
text-decoration: none;
transition: all 0.3s ease 0s;
width: 35px;
}
.main-container .blog-page .pagination a i,
.main-container .blog-page .pagination span i {
height: 30px;
line-height: 30px;
}
.social-area .top-social a {
	/* line-height: 24px; */
	width: 24px;
	font-size: 16px;
	border-radius: 100%;
	height: 24px;
	display: flex;
	float: left;
	justify-content: center;
	align-items: center;
}
.social-area {
	margin-top: 30px;
}
.top-social a {
    line-height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    color: #FFF ;
    font-size: 24px;
    border: 1px solid #fff
}
.main-container .blog-page .pagination a.current,
.main-container .blog-page .pagination a:hover,
.main-container .blog-page .pagination span.current,
.main-container .blog-page .pagination span:hover {
  background: #FFFFFF;
  color:#FFF;
}

/*=========================================
Banner Css
=========================================*/
.post-thumb-info h2.post-title {
	font-size: 14px;
	text-transform: inherit;
}

.term-description p:first-line {
	color: #3f3f3f;

}
.term-description p {
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	line-height:1.5;
}

a.learn-more {
	color: #ffffff;
	text-decoration:none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.top-header {
	width: 100%;
	height: 32px;
	z-index: 2;
	/* border-bottom: 1px solid rgb(164, 177, 196, .5); */
}

.phone_no a.callto {
	color: #FFF;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	/* display: flex; */
	/* float: left; */
	/* align-items: center; */
	/* position: relative; */
	height: 32px;
	line-height: 32px;
	display: inline-block;
}
a.callto strong {
	font-weight: 600;
}
a.request_cons {
	color: rgb(15, 9, 9);
	line-height: 25px;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	background: transparent;
	border-radius: 25px;
	padding: 1px 10px;
	border: 2px solid #f00;
}

a.request_cons:hover {
    background: #f00;
    border: 2px solid transparent;
}

.services {
	position: relative;
	padding: 115px 30px 100px 30px;
	box-shadow: 0 0 20px 10px #f5f6f6;
}
.service-thumb {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
}
.services h2 .post-title {
    font-size: 25px;
    color: #302f2f;
}
.services p {
	font-size: 19px;
	color: #302f2f;
}

a.read_more_btn {
	font-size: 20px;
	color: #302f2f;
	line-height: 42px;
	position: absolute;
	bottom: 15px;
	border: 2px solid #302f2f;
	display: block;
	border-radius: 50px;
	width: 70%;
	margin: 0 auto;
	left: 0;
	right: 0;
}
a.read_more_btn {
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
}
  
.service-thumb ~ a.read_more_btn span,
a.read_more_btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-family: 'Poppins', sans-serif;
}
  
a.read_more_btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
  

.service-thumb:hover ~ a.read_more_btn span,
a.read_more_btn:hover span {
  padding-right: 25px;
}
.service-thumb:hover ~ a.read_more_btn span:after,
a.read_more_btn:hover span:after {
  opacity: 1;
  right: 0;
}
.servicetext {
	margin-bottom: 120px;
	text-align: center;
}
.servicetext p {
    font-size: 35px;
    color: #232a34;
    font-family: 'Poppins', sans-serif;
}
.servicetext p span {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}








.service-thumb {
	width: 100%;
	height: 180px;
    display: -webkit-flex;
    display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.service-thumb a {
	display: block;
	transition: inherit;
}
.service-thumb a.ser_thumb {
	width: 140px;
	line-height: 136px;
	background: #FFF;
    border-radius: 100%;
    position: relative;
}
.service-thumb a.ser_thumb:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.service-thumb a.ser_thumb {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
#post-607 .services:hover .service-thumb a.ser_thumb {
    box-shadow: 0 0 0px 5px #f4911e;
}

#post-605 .services:hover .service-thumb a.ser_thumb {
	box-shadow: 0 0 0px 5px #22354e ;
}

#post-603 .services:hover .service-thumb a.ser_thumb {
	box-shadow: 0 0 0px 5px #FFFFFF;
}

#post-597 .services:hover .service-thumb a.ser_thumb {
	box-shadow: 0 0 0px 5px #c6de15;
}

.service-thumb a.ser_thumb::after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 20px 10px #f0f0f0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
.services:hover .service-thumb a.ser_thumb::after {
    box-shadow: 0 0 20px 10px #f0f0f0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}



.service-thumb a img {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: -webkit-transform 600ms;
    transition: transform 600ms;
}
.services:hover .service-thumb a img {
    -webkit-transform: scale(1);
    transform: scale(1);
}


.ebit_consult_form {
	z-index: 99999;
}
.section-padding {
	padding: 105px 0;
}
.cta-row.section-padding {
	padding: 70px 0;
}
.post-title {
	font-size: 20px;
	color: #000;
	font-weight: 300;
}
a.tag-cloud-link,
.post-title a {
	color: #000;
}
a.tag-cloud-link:hover {
	color: #FFFFFF;
}
.home.service-row {
	background:#f7f7f7;
}

.section-padding-70 {
	padding: 70px 0;
}


.padding-top-120 {
	padding-top: 120px;
}

.request-consult {background:#22354e ;}
.request-consult p {
	font-size: 21px;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	margin: 12px 0 0 0;
	text-align: center;
	font-weight: 400;
}


.request-consult a.request_cons {
    line-height: 40px;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    border: 2px solid #FFFFFF;
    background: transparent;
    display: block;
    width: 288px;
    text-align: center;
    padding: 4px 0 0 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.page-template-front-page a.consultation_free {
    
}
a.consultation_free {
	color: #fff;
	line-height: 28px;
	font-size: 20px;
}
a.consultation_free img {
	width: 28px;
	margin-top: -1px;
}
a.request_cons::after {
	position: absolute;
	content: '';
	background: url(img/arrow.png)no-repeat 0 0;
	top: -10px;
	left: -150px;
	width: 112px;
	height: 70px;
	-webkit-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	-webkit-transform: rotate(35deg);
	    -ms-transform: rotate(35deg);
	        transform: rotate(35deg);
}
a.consultation_free {
	text-transform: uppercase;
	width: auto;
	padding: 0 30px;
}


.top-header a.request_cons::after {
	background: url(img/arrow-header.png)no-repeat 0 0;
	top: -3px;
	left: -111px;
	width: 70px;
	height: 77px;
	-webkit-transform: rotate(10deg);
	    -ms-transform: rotate(10deg);
	        transform: rotate(10deg);
	background-size: 74px;
}
.top-header a.request_cons:hover::after {
	top: -3px;
	left: -90px;
	-webkit-transform: rotate(5deg);
	    -ms-transform: rotate(5deg);
	        transform: rotate(5deg);
}
a.request_cons:hover::after {
	top: 4px;
	left: -105px;
	-webkit-transform: rotate(16deg);
	    -ms-transform: rotate(16deg);
	        transform: rotate(16deg);
}

.section-padding-30 {
	padding: 30px;
}
.section-title {
	font-size: 25px;
	
	color: #000;
	margin-bottom: 35px;
}
.section-padding-25 {
	padding-top: 25px;
}
.cat-heading h1 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 230px 0 85px 0;
	text-transform: capitalize;
	margin: 0;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
.cat-heading h1::before {
	position: absolute;
	left: 0;
	bottom: 70px;
	width: 200px;
	background: #FFF;
	height: 3px;
	content: "";
	right: 0;
	margin: 0 auto;
}

#secondary .searchform {
	position: relative;
}
#secondary input#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0 5px;
	border-radius: 0;
	background: #2c3642;
	border: 0 none;
	color: #fff;
	font-size: 14px;
	line-height: 44px;
	height: 44px;
}
#sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	-webkit-transition: top 0.3s ease 0s;
	-moz-transition: top 0.3s ease 0s;
	-o-transition: top 0.3s ease 0s;
	transition: top 0.3s ease 0s;
	-ms-transition: top 0.3s ease 0s;
}

.padding-top-70 {
    padding-top: 70px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-top-30 {
    padding-top: 30px;
}

.footer_bg_img {
	position: relative;
	padding-bottom: 155px;
}
.footer_bg_img::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(img/wave_landing.png) no-repeat;
	height: 155px;
	content: "";
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}


/* Navigation */
.main-header {
		position: relative;
}
.mobile-menu {
	height: 100px;
    display: -webkit-flex;
    display: flex;
	align-items: center;
	justify-content: center;

}
.menu_text,.menu_close {
	float: left;
	font-size: 22px;
	margin-right: 21px;
	text-transform: uppercase;
	line-height: 70px;
	font-style: italic;
	color: #000;
}
.menu_close {
	display: none;
}
.mobile-menu-open .menu_text {
	opacity: 0; 
}
.mobile-menu-open .menu_close {
	display: block;
	position: relative;
	z-index: 3;
	left: -56px;
	color: #FFF;
}

.hamburger_phone, .hamburger.opened {
	cursor: pointer;
	height: 50px;
	position: relative;
	z-index: 999;
}
.hamburger.opened {
	background: #FFF;
}

.hamburger {
	display: table-cell;
	height: 50px;
	position: relative;
	transition: all 0.4s ease 0s;
	vertical-align: middle;
	width: 50px;
	cursor: pointer;
	background: #22354e ;
	border-radius: 100%;
	z-index: 99;
}
.hamburger_phone {
	display: inline-block;
	height: 43px;
	position: relative;
	transition: all 0.4s ease 0s;
	vertical-align: middle;
	width: 43px;
    cursor: pointer;
    background: #22354e ;
	border-radius: 100%;
	margin-right: 5px;
    float: left;
    z-index: 99;
    top: 5px;
}


.mobile-menu-open .hamburger_phone .fontmenu {
    display: none;
}
.mobile-menu-open .hamburger_phone .backmenu {
	display: block;
}
.hamburger_phone .backmenu {
	display: none;
}
.hamburger_phone a.callto {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.sticky-header .hamburger_phone a.callto {
	background-color: #22354e ;
}

.hamburger_phone a svg path{
    fill: currentcolor;
  }


.hamburger span {
	background: #FFF none repeat scroll 0 0;
	display: block;
	opacity: 1;
	position: absolute;
	right: 0;
	transform: rotate(0deg);
	transition: all 0.5s ease-in-out 0s;
	width: 70%;
	left: 0;
	margin: 0 auto;
	border-radius: 2px;
}


.hamburger span{height:6px;top:12px;}
.hamburger span:nth-child(2) {margin-top:10px;}
.hamburger span:nth-child(3){margin-top:20px;}
.hamburger.opened span:nth-child(1), 
.hamburger.opened span:nth-child(2), 
.hamburger.opened span:nth-child(3){margin-top:10px;}


.hamburger.opened span {
	background: #22354e  none repeat scroll 0 0;
}

.hamburger.opened span:nth-child(1) {
  transform: rotate(135deg);
}

.hamburger.opened span:nth-child(2) {
  opacity: 0;
  right: 0px;
}

.hamburger.opened span:nth-child(3) {
  transform: rotate(-135deg);
}
#phonemenu,
#mobilemenu {
	position: relative;
}
body.phone-menu-open,
body.mobile-menu-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.js_body__overlay {
	position: fixed;
	background: #000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	opacity: .75;
	filter: alpha(opacity=60);
	visibility: hidden;
	transition: none;
	z-index: 1;
}
.phone-menu-open .js_body__overlay,
.mobile-menu-open .js_body__overlay {
	visibility: visible;
	-webkit-transition: visibility 300ms ease-in-out 0s;
	-o-transition: visibility 300ms ease-in-out 0s;
	transition: visibility 300ms ease-in-out 0s;
}
.phone-menu-open .js_body__overlay, .js_body__overlay,
.mobile-menu-open .js_body__overlay {
	display: none;
}



.mobile-menu-wrapper{
    display: none;
}

.mobile-menu-wrapper {
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	background-color: #22354e ;
	-webkit-transform: translate(100%, -100%);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 4;
    bottom: 0;
    padding-top: 80px;
}
.mobile-menu-open .mobile-menu-wrapper,
.phone-menu-open .phone-menu-wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
	opacity:1;
}

.mobile-drop.opened span:nth-child(2) {
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg)
}

.hamburger_wrap {
  display: none;
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}
#phonemenu,
#mobilemenu ul {
	display: block;
	margin: 0px 0px 0 0;
	width: 100%;
	list-style: none;
}
#phonemenu li {
    margin: 0;
    padding: 0;
}
#mobilemenu ul ul {
	margin: 0;
}

#mobilemenu.align-center > ul {
    text-align: left;
  }
  #phonemenu li,
  #mobilemenu ul li {
	position: relative;
	display: block;
	border-bottom: 2px solid #d2d2d245;
}
#mobilemenu ul ul li {
	border-bottom: 2px solid transparent;
}

#phonemenu li a,
#mobilemenu ul li a,
#mobilemenu ul ul li a {
    width: 100%;
    border-bottom: 0;
}
#phonemenu > li,
#mobilemenu > ul > li {
    float: none;
}

#mobilemenu ul li li a {
	color: #FFF;
	display: block;
	font-size: 16px;
	padding: 5px 0 5px 25px;
	font-family: 'Poppins', sans-serif;
}
#mobilemenu > ul > li.has-sub > a:after,
#mobilemenu > ul > li.has-sub > a:before,
#mobilemenu ul ul > li.has-sub > a:after,
#mobilemenu ul ul > li.has-sub > a:before {
    display: none;
  }



  #mobilemenu .submenu-button {
	position: absolute;
	z-index: 9;
	right: 0;
	top: 3px;
	display: block;
	height: 30px;
	width: 30px;
	cursor: pointer;
	border: 2px solid #ff506e;
	border-radius: 100%;
}

#phonemenu .submenu-button {
	border: 0 transparent;
	top: 7px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
}

#mobilemenu ul ul .submenu-button {
	height: 30px;
    width: 30px;
	top: 2px;
}
#mobilemenu .submenu-button::after {
	position: absolute;
	top: calc(50% + -1.5px);
	right: calc(50% - 7.5px);
	width: 15px;
	height: 3px;
	display: block;
	background: #FFF;
	content: '';
}

#mobilemenu .submenu-button.submenu-opened:after {
    background: #FFF;
  }
#mobilemenu .submenu-button::before {
	position: absolute;
	top: calc(50% - 7.5px);
	right: calc(50% - 1.5px);
	display: block;
	width: 3px;
	height: 15px;
	background: #FFF;
	content: '';
}


#mobilemenu .submenu-button.submenu-opened:before {
    display: none;
}

#mobilemenu > ul > li > a {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	padding-left: 10px;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	font-family: 'Poppins', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}



#mobilemenu > ul > li.has-sub > a {
  padding-right: 35px;
}
#mobilemenu ul.sub-menu {
display: none;
}
#mobilemenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#mobilemenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#mobilemenu ul ul li:last-child > a,
#mobilemenu ul ul li.last-item > a {
  border-bottom: 0;
}
#mobilemenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#mobilemenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#mobilemenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

.mobile-wrapper {
	padding: 0 50px 140px 50px;
}

.phone-wrapper .callto,
.mobile-wrapper .callto {
	font-size: 22px;
}
.phone-menu-wrapper .request_cons,
.mobile-menu-wrapper .request_cons {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mobile-menu-wrapper a.request_cons {
	line-height: 48px;
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	border: 1px solid #FFF;
	background: #22354e;
	display: block;
	width: 80vw;
	text-align: center;
	text-transform: capitalize;
}

.mobile-menu-wrapper a.request_cons:hover {
	color: #22354e;
	border: 1px solid #FFF;
	background: #FFF;
}



.mobile-menu-wrapper .social-area .top-social a {
    line-height: 41px;
    width: 38px;
    font-size: 24px;
    background: #FFFFFF;
    color: #22354e ;
    height: 38px;
}

body.mobile-menu-open header#sticky-header {
    background-color: #22354e ;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}


img {
    text-indent: -9999px
}
.social-img, .social-img span, .social-area .top-social {
	display: inline-block;
}
.social-img span {
	font-size: 16px;
	color: #FFF;
	font-style: italic;
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 9;
	font-family: 'Poppins', sans-serif;
	position: relative;
	line-height: 1;
	top: 1px;
}

.phone_no span {
	position: relative;
	height: 21px;
	display: flex;
	width: 21px;
	float: left;
	top: 5px;
	margin-right: 5px;
}



.top-social a {
  -webkit-transition: transform .5s ease-out, ;
  -moz-transition: transform .5s ease-out, ;
  -ms-transition: transform .5s ease-out, ;
  -o-transition: transform .5s ease-out, ;
}





.social-area:hover .social-img span {
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index:0;
}
.social-img.open span {
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index:0;
}

.place-card.place-card-large {
	display: none;
}
.no_p_left {
    padding-left: 0;
}
.no_p_right {
    padding-right: 0;
}
.category-banner {
	background-color: #22354e;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.blog-page, .s-blog-page, .single .sidebar-border, .sidebar-border, .page-content.default-page {
	padding: 0 0 50px 0px;
	width: 100%;
	float: left;
}
.contactus_title {
	color: #5c5e5f;
	font-size: 28px;
}
.contact-from-wrapper label {
	display: block;
	margin-bottom: 15px;
	color: #5c5e5f;
	
}
.infof-content-1 strong {
	line-height: 32px;
	width: 100%;
}
.contact_hour_title, .contact_info_title {
	color: #232a34;
	font-size: 25px;
	font-weight: 800;
	float: left;
	margin-right: 5px;
}

.contact_info_title ,
.title_1 {
	width: 80px;
}
.infof-content-1 p {
	
}

.infof-content-3 p {
	float: left;
	color: #5c5e5f;
	font-size: 15px;
	font-weight: 600;
}
.map-custom {
	margin-top: 70px;
}
.contact_hour_title{
	display: block;
	float: none;
	margin-bottom:20px;
}
.no-padding {
	padding: 0;
}
.contact_hour {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	/* border-bottom: 1px solid #ddd; */
	/* margin-top: 20px; */
	padding-bottom: 20px;
}
.infof-content-1 {
	margin-bottom: 20px;
}
.opening_hour {
	margin: 0;
	padding: 0;
	list-style: none;
}
.opening_hour li {
	font-size: 16px;
	color: #5c5e5f;
	margin-bottom: 3px;
}
.opening_hour li strong  {
	color: #FFFFFF;
	font-weight: 600;
	width:130px;
	float: left;
	text-transform:capitalize;
}
.product-search .btn.btn-default {
	height: auto;
}
.main-menu nav {
	/* margin-right: 50px; */
}
.phone-menu-wrapper a.request_cons::after,
.mobile-menu-wrapper a.request_cons::after {
	display: none;
}


#wpcf7-f849-p839-o1 {
	width: 460px;
	margin: 0 auto;
}



/* Menu */
.mainmenu {
	text-align: right;
}
.mainmenu a {
	display: inline-block;
}
.mainmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mainmenu ul li {
	display: inline-block;
	padding: 0px 15px;
	position: relative;
}
.callto img {
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
}
.mainmenu ul li:last-child{
	/* padding-right: 0px; */
}
.mainmenu ul li a {
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
}

.menu_one .mainmenu ul li a {
	line-height: 87px;
}

.slider-area a {
    color: #FFF;
    text-decoration: none;
}


.sticky-header .menu_one .mainmenu ul > li > a {
	line-height: 67px;
	-webkit-transition: line-height 0.4s ease-in-out;
	-moz-transition: line-height 0.4s ease-in-out;
	-o-transition: line-height 0.4s ease-in-out;
	transition: line-height 0.4s ease-in-out;
}
.sticky-header .menu_one .mainmenu ul > li ul.sub-menu li a {
    line-height: 18px;
}


.mainmenu > ul > li > a {
	border-bottom: 3px solid transparent;
}
.mainmenu > ul > li > a{
	line-height: 97px;
}
.sticky-header .mainmenu > ul > li > a {
	line-height: 67px;
}



.mainmenu li a:hover {
	text-decoration:none;
	/* border-color: #FFFFFF; */
}

.mainmenu ul li a:hover, 
.mainmenu ul li ul.sub-menu li > a:hover, 
.mainmenu ul li.current-menu-parent > a, 
.mainmenu ul li.current-menu-item > a {
	text-decoration: none;
	/* border-color: #FFFFFF; */
	color: #FFFFFF;
}

.mainmenu ul li span{
	font-size: 30px;
	color: #e1e1e1;
	line-height: 124px;
}
.mainmenu ul li ul.sub-menu li {
	display: block;
	
}
.mainmenu ul li ul.sub-menu {
	background-color: #FAFAFA;
	visibility: hidden;
	z-index: 25;
	padding: 5px 0;
	display: block;
	height: auto;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	transform: translateY(-10px);
	top: 100%;
	line-height: 32px;
	width: 172px;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
	-moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
}
.mainmenu ul li ul.sub-menu.right-menu {
	right: 0;
}
.mainmenu ul > li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.32);
}
.mainmenu ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0%;
}
.mainmenu ul li ul.sub-menu ul.sub-menu.right-menu {
 left: initial;
 right: 100%;
}
.mainmenu ul li ul.sub-menu li a {
	line-height: 18px;
	font-size: 15px;
}

.sub-menu .menu-item-has-children {
    position:relative;
}    
.sub-menu .menu-item-has-children::before {
	content: "\f0fe";
	font-family: FontAwesome;
	right: 10px;
	position: absolute;
	top: 4px;
	transition: all 0.3s ease-in-out 0s;
}
 .sub-menu .menu-item-has-children:hover::before {
	content: "\f146";
}





.half-desktop {
	width: 50%;
	float: left;
}

.latest_post {
	width: 100%;
	float: left;
	/* clear: both; */
	/* display: table-cell; */
}
.newevents {
	margin-bottom:50px;
}


.footer-menu {
	/* display: block; */
	/* width: 100%; */
	/* float: left; */
	color: #000;
    display: -webkit-flex;
    display: flex;
	align-items: center;
	height: 74px;
	padding: 0 0 0 10px;
}
.footer-menu a {
	font-size: 14px;
	color: #fdfdfd;
}
.cta_row {
    color: #fff;
}
.cta_row h1 a {
	position: relative;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
}
.cta_row h1 {
    position: relative;
	margin-bottom: 30px;
}

.cta_row h1::after {
	position: absolute;
	bottom: -20px;
	left: 0;
	content: '';
	background: url(img/cta-bg.png);
	height: 12px;
	width: 447px;
    background-repeat: no-repeat;
    background-size: cover;
	right: 0;
	margin: 0 auto;
}


.doctor_name p,
.cta_row p {
	color: #fff;
}
#sticky-header.dasdas.hidden {
	display: block;
}

.home #sticky-header,
#sticky-header.sticky-header {
	border-bottom: 0 none;
}


.footer-payment {
	align-items: center;
    height: 74px;
    display: -webkit-flex;
    display: flex;
}
.footer-payment a img {
	width: 162px;
}
.scroll_logo img, .top-logo img {
	width: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}



.contact_us input[type="text"], .contact_us input[type="password"], .contact_us input[type="email"], .contact_us input[type="tel"], .contact_us textarea {
	border: 2px solid #8e969b;
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	padding: 5px 15px;
    border-radius: 5px;
    font-weight: 300;
}
.contact_map {
	margin-top: 100px;
	margin-bottom: -6px;
}

.phone_no {
	display: inline-block;
    margin-left: 20px;
    margin-right: 0;
}
#wpcf7-f879-p877-o1,
#wpcf7-f12-p629-o1 {
	width: 470px;
	margin: 30px auto 0;
}
.cv_articles {
	width: 100%;
	float: left;
	margin-top: 30px;
	display: inline-block;
	/* text-align: center; */
	margin-bottom: 20px;
}
.c_v a {
	font-size: 18px;
	color: #fff;
	background: #f2911f;
	padding: 6px 45px 6px 20px;
	border-radius: 5px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}
.c_v a i {
	position: absolute;
	right: 12px;
	top: 10px;
}
.m_r_30 {
    margin-right: 15px;
}

#page-sidebar {
	border: 2px solid #f2f2f2;
	margin-top: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

.review_icon {
	margin-bottom: 10px;
}

.doc_img {
	position: relative;
}
.doc_img p {
	position: absolute;
	font-style: italic;
	width: 200px;
	line-height: 23px;
	color: #555555;
}
.large_doc_img {
	width: 100%;
	float: none;
}
.thumb_doc_img {
	float: left;
	margin-right: 15px;
	width: calc(50% - 7.5px);
	margin-top: 15px;
}
.thumb_doc_img:last-child{
    margin-right: 0;
}
.thumb_doc_img:nth-child(4),
.thumb_doc_img:nth-child(7),
.thumb_doc_img:nth-child(10) {
	margin-right: 0;
}



.no-margin {
    margin: 0;
}




.padding-bottom-10 {
    padding-bottom: 10px;
}
.logo a {
	color: #fff;
	text-indent: -99999999999999px;
}

.footer-widget {
    color: #fff;
}

.info-fcontainer {
	padding-left: 120px;
}

.top-footer-area .row .footer-widget:nth-child(1) .info-fcontainer {
	padding-left: 0;
}

.blog-row {
	padding: 50px 0;
}
.one_half {
	width: 50%;
}
.service_title {
    position: relative;
    margin-bottom: 70px;
}

.service_title::after {
	position: absolute;
	width: 1070px;
	top: -20px;
	right: -70px;
	height: 78px;
	content: '';
	background-image: url('img/evinrude.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}


h1.cta-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 0;
	position: relative;
	z-index: 2;
}

h1.cta-title strong {
	font-size: 33px;
}


.grid {
    background: #EEE;
    max-width: 1200px;
  }
  
  /* clearfix */
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }
  
  /* ---- grid-item ---- */
  
  .grid-item {
    float: left;

  }

.grid-item { width: 25%; }



._1p3joamp {
	margin: 0px;
	overflow-wrap: break-word;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.375em;
	color: rgb(72, 72, 72);
}
._36rlri {
	display: inline-block;
}
._1thk0tsb {
	display: table-cell;
	vertical-align: top;
}
.titile_icon {
	width: 16px;
	margin-right: 8px;
	font-size: 14px;
}
._n5lh69r {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
.details_row {
	margin-top: 16px;
}
.appartment_details {
	margin-top: 24px;
}
.location {
	margin: 0px;
	overflow-wrap: break-word;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.375em;
	color: rgb(72, 72, 72);
}
.am_title {
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 32px;
}


.author_img {
	text-align: center;
}

.author_img img {
	border-radius: 100%;
    width: 64px;
    margin: 0 auto 6px;
}
.author_img p {
	margin-bottom: 12px;
	line-height: 1;
}

.grid-item {
	-moz-box-pack: center;
	-moz-box-align: center;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	background-color: rgb(0, 0, 0);
    position: relative;
}
.grid-item img {
	transform: scale(1);
    transition: -ms-transform 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}
.grid-item img:hover {
	transform: scale(1.05);
}
.gallery_area {
	position: relative;
}

#dynamic {
	position: absolute;
	bottom: 20px;
	right: 30px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	width: auto;
	cursor: pointer;
	border-style: solid;
	min-width: 48.541px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: 600;
	border-width: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: none;
	background: #ffffff;
	border-color: transparent;
	color: #484848;
	height: auto;
}

.padding-50 {
    padding-left: 50px;
    padding-right: 50px;
}
