/*
	Theme Name: Lion - WordPress Theme
	Theme URI: http://themeforest.net/user/DanyDuchaine
	Author: DanyDuchaine
	Author URI: http://themeforest.net/user/DanyDuchaine
	Description: The ultimate portfolio WordPress theme.
	Version: 1.0.4
	License: GPL2
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: white, light, responsive-layout, theme-options, translation-ready
	Text Domain: ds_string
*/


/**
 * Reset CSS
 */

a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background:#fff}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}


/**
 * Typography 
 */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Lato;
	font-size: 14px;
	line-height: 1.7;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	max-width: 100%;
}

textarea:focus,
input:focus{
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #2a2a2a;
	line-height: 1.5;
	font-weight: 300;
	font-family: Nunito, sans-serif;
	margin-bottom: 20px;
}

h1 {
	font-size: 31px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 16px;
}

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

p {
	margin-bottom: 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

ul, 
ol { 
	margin-bottom: 20px;
}

ul { 
	list-style: disc inside;
	margin-left: 30px;
}

ol { 
	list-style: decimal inside; 
	margin-left: 30px;
}

ul ul, 
ul ol,
ol ol, 
ol ul { 
	margin: 4px 0 5px 30px;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li { 
	margin-bottom: 6px;
}

li { 
	margin-bottom: 12px;
}

#footer .widget ul {
	margin-left: 0;
	list-style-type: none;
}

#footer .widget li {
	margin: 0 0 10px 0;
}

#footer .widget li.event,
#footer .widget li.cause {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#footer .widget .social-icons li {
	border: none;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b, strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 1.5em;
	margin-bottom: 30px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark, ins {
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse !important;
}

th {
	font-weight: bold;
	border-bottom: 1px solid transparent !important;
}

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

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

textarea {
	padding: 10px;
}

select {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px;
	line-height: 1;
}

textarea {
	overflow: auto;
	vertical-align: top;
	width: 98%;
}

a {
	color: #d84b42;
	text-decoration: none;
}

table { 
	border: 1px solid rgb(224, 224, 224);
	border-spacing: 0; 
	margin: 0 0 20px 0; 
	width: 100%; 
}
	table caption {
		font-weight: bold; 
		margin-bottom: 10px;
	}
	
	td {
		text-align: center;
		border: 1px solid rgb(224, 224, 224);
		padding: 5px;
		vertical-align: middle;
	}
	
	th {
		padding: 5px;
		text-align: center;
	}


/**
 * Floats and Clearing
 */

.fl { float: left; }
.fr { float: right; }

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
}


/**
 * WordPress Classes
 */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

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

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

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

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

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {

}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd {
	margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {

}

.site-main .gallery-columns-4 .gallery-item img {

}

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


/**
 * Layout 
 */

body {
	background: #e2e2e2;
}

#page-container {
	position: relative;
}

body.ds-loader-enabled #page-container {
	opacity: 0;
}

.wrapper {
	width: 1180px;
	max-width: 100%;
	margin: 0 auto;
}

body.wrapped .wrapper {
	width: 1400px;
}

body.wrapped #page-container {
	width: 1360px;
	margin-left: auto;
	margin-right: auto;
}

body.wrapped #header-bar,
body.wrapped #header-main,
body.wrapped #footer {
	padding-left: 50px;
	padding-right: 50px;
}

body.wrapped .wrapper,
body.wrapped .dslc-modules-section-wrapper,
body.wrapped .dslc-add-modules-section  { 
	width: 1180px;
}


/**
 * Header
 */

#header {
	font-family: "Lato";
}

.ds-header-pos-absolute #header {
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
}

	/**
	 * Header Bar
	 */

	#header-bar {
		line-height: 1;
	}

		/**
		 * Header Bar Nav
		 */

		#header-bar-nav {
			float: left;
			font-weight: bold;
			font-family: Nunito, sans-serif;
			font-size: 13px;
			z-index: 1030;
			position: relative;
		}

			#header-bar-nav ul {
				list-style-type: none;
				margin: 0;
				padding: 0;
			}

				#header-bar-nav a {
					color: #faebeb;
				}

				#header-bar-nav li:hover > a {
					color: #fff;
				}

					#header-bar-nav > ul > li > a > .header-bar-nav-item-wrap {
						padding: 0 21px;
						border-right: 1px solid #b53f37;
					}

					#header-bar-nav > ul > li:last-child > a > .header-bar-nav-item-wrap {
						border-right: 0;
					}

				#header-bar-nav li:hover {
					background-color: #c9443c;
				}

				#header-bar-nav > ul > li {
					float: left;
					position: relative;
					margin: 0;
				}

					#header-bar-nav .ds-icon {
						margin-right: 10px;
						color: #fff;
					}

					#header-bar-nav .header-bar-nav-sub,
					#header-bar-nav .sub-menu {
						background: #c9443c;
						display: none;
						list-style-type: none;
						margin: 0;
						opacity: 0;
						padding: 0;
						position: absolute;
						top: 100%;
						left: -1px;
						right: 0;
						min-width: 100%;
					}

					#header-bar-nav .sub-menu .sub-menu {
						top: 0;
						left: 100%;
						margin-left: -1px;
					}

					#header-bar-nav li:hover > .header-bar-nav-sub,
					#header-bar-nav li:hover > .sub-menu {
						display: block;
					}

						#header-bar-nav .header-bar-nav-sub li,
						#header-bar-nav .sub-menu li {
							display: block;
							float: none;
							padding: 0 20px;
							white-space: nowrap;
							margin-bottom: 0;
							position: relative;
						}

						#header-bar-nav .header-bar-nav-sub li:last-child > a,
						#header-bar-nav .sub-menu li:last-child > a {
							border-bottom: 0;
						}

							#header-bar-nav .header-bar-nav-sub li a,
							#header-bar-nav .sub-menu li a {
								border-bottom: 1px solid #b53d36;
								display: block;
								padding: 15px 0;
								line-height: 1;
								text-decoration: none;
							}

							#header-bar-nav .ds-icon.ds-subnav-arrow {
								color: #fff;
								font-size: 8px;
								margin-left: 10px;
								margin-right: 0;
								position: relative;
								top: -1px;
								vertical-align: middle;
							}

							#header-bar-nav li.current-menu-item .ds-icon.ds-subnav-arrow {
								color: #878787;
							}

					#header-bar-nav > ul > li > a {
						display: block;
						text-decoration: none;
						line-height: 46px;						
					}

		#header-bar-social {
			float: right;
		}

			#header-bar-social ul {
				list-style-type: none;
				margin: 0;
				padding: 0;
			}

				#header-bar-social li {
					margin: 0;
					padding: 0;
					margin-left: 20px;
					float: left;
				}

					#header-bar-social ul li a {
						color: #f9e6e4;
						display: block;
						font-size: 13px;
						line-height: 46px;
						padding: 0;
						text-align: center;
					}

					#header-bar-social ul li a:hover {
						color: #fff;
					}

	/**
	 * Header Main
	 */

	#header-main {
		padding: 40px 0;
	}

		/**
		 * Logo
		 */

		#logo {
			float: left;
		}

			#logo a {
				display: block;
			}

				#logo img {
					display: block;
				}

		body.header-style-2 #logo {
			float: none;
			text-align: center;
			margin-bottom: 40px;
		}

			body.header-style-2 #logo a {
				display: inline-block;
			}

		/**
		 * Mobile Navigation
		 */

		#mobile-nav {
			position: relative;
			display: none;
			float: right;
		}

			#mobile-nav select {
				cursor: pointer;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				opacity: 0;
				position: absolute;
				right: 0;
				top: 0;
				padding-top: 0;
				padding-bottom: 0;
				z-index: 10;
				height: 38px;
				width: 100%;
			}

			#mobile-nav-hook {
				color: #c1c1c1;
				font-size: 24px;
			}

		/**
		 * Navigation
		 */

		#navigation {
			float: right;
			z-index: 1030;
		}

			#navigation .menu {
				list-style: none;
				margin: 0;
				padding: 0;
				margin-top: 40px;
			}

				#navigation .menu > li {
					display: inline-block;
					margin: 0 0 0 30px;
					padding: 0;
					position: relative;
					line-height: 1;
					z-index: 1030;
				}

				#navigation .menu > li:first-child {
					margin-left: 0;
				}

					#navigation .menu > li > a {
						color: #b5b5b5;
						display: block;
						font-size: 18px;
						text-decoration: none;
						font-family: Nunito, sans-serif;
						padding-bottom: 5px;
						border-bottom: 2px solid transparent;
					}

					#navigation .menu > li.current-menu-item > a,
					#navigation .menu > li > a:hover {
						color: #353535;
						border-color: #e58680;
					}

					/* Subnav */

					#navigation .menu .ds-regular-menu ul {
						background: #fff;
						border: 1px solid #d7d7d7;
						display: none;
						list-style-type: none;
						margin: 0;
						opacity: 0;
						padding: 0;
						position: absolute;
						top: 100%;
						left: 0;
					}

						#navigation .menu .ds-regular-menu ul li {
							display: block;
							white-space: nowrap;
							margin: 0;
							padding: 0 20px;
							padding-left: 15px;
							position: relative;
						}

							#navigation .menu .ds-regular-menu ul li a {
								border-bottom: 1px solid #d7d7d7;
								color: #222222;
								display: block;
								font-size: 13px;
								line-height: 1;
								padding: 17px 0;
								text-decoration: none;
								font-family: "Open Sans";
							}

							#navigation .menu .ds-regular-menu ul li:last-child > a {
								border-bottom: 0;
							}

							#navigation .menu .ds-regular-menu ul li.current-menu-item > a,
							#navigation .menu .ds-regular-menu ul li > a:hover {
								color: #000;
							}

								#navigation .ds-icon.ds-subnav-arrow {
									color: #bfbfbf;
									font-size: 8px;
									margin-left: 10px;
									vertical-align: middle;
									position: relative;
									top: -3px;
									margin-right: 0;
								}

								#navigation .ds-regular-menu li.current-menu-item .ds-icon.ds-subnav-arrow {
									color: #878787;
								}

								/* Subsub nav */

								#navigation .menu .ds-regular-menu ul ul {
									left: 100%;
									margin-left: 0;
									top: -1px;
								}

								

				/* Subsub menu */

				/**
				 * Mega Menu
				 */

				 #navigation .menu .ds-mega-menu > ul {
					-moz-box-shadow: 0 5px 18px rgba(0,0,0,.19);
					-webkit-box-shadow: 0 5px 18px rgba(0,0,0,.19);
					box-shadow: 0 5px 18px rgba(0,0,0,.19);
					background: #fff;
					border: 1px solid #d7d7d7;
					border-radius: 3px;
					display: none;
					list-style-type: none;
					margin: 0;
					opacity: 0;
					padding: 0;
					position: absolute;
					top: 100%;
					left: 0;
				}

				 	#navigation .menu .ds-mega-menu ul li a {
						color: #222222;
						display: block;
						font-size: 13px;
						line-height: 1;
						padding: 17px 0;
						text-decoration: none;
						font-family: Nunito;
					}

					#navigation li.ds-mega-menu:hover ul {
						display: block;
					}

					#navigation .menu .ds-mega-menu {
						position: static;
					}

					#navigation .menu .ds-mega-menu ul,
					#navigation .menu .ds-mega-menu li {
						list-style-type: none;
						margin: 0;
						padding: 0;
						text-align: center;
					}

					#navigation .menu .ds-mega-menu > ul {
						border: 1px solid #dddddd;
						border-width: 1px 0;
						position: absolute;
						top: 65%;
						left: 0;
						right: 0;
						padding: 60px 90px;
						z-index: 999999;
						margin: 0 auto;
						max-width: 1360px;
					}

					body.header-style-2 #navigation .menu .ds-mega-menu > ul {
						top: 100%;
					}

					#navigation .menu .ds-mega-menu > ul > li {
						display: block;
						float: left;
						vertical-align: top;
						opacity: 1;
						width: 32%;
						padding: 0 5px;
					}

					#navigation .menu .ds-mega-menu.ds-mega-menu-2-col > ul > li { width: 49%; }
					#navigation .menu .ds-mega-menu.ds-mega-menu-4-col > ul > li { width: 24.4%; }
					#navigation .menu .ds-mega-menu.ds-mega-menu-5-col > ul > li { width: 20; }
					#navigation .menu .ds-mega-menu.ds-mega-menu-6-col > ul > li { width: 16.6%; }
					#navigation .menu .ds-mega-menu.ds-mega-menu-7-col > ul > li { width: 14.25%; }
					#navigation .menu .ds-mega-menu.ds-mega-menu-8-col > ul > li { width: 12.5%; }

					#navigation .menu .ds-mega-menu > ul > li:first-child {
					
					}

						#navigation .menu .ds-mega-menu > ul > li > a {
							border: 0;
							display: block;
							line-height: 1;
							padding: 0;
							text-decoration: none;
						}

					#navigation .menu .ds-mega-menu ul ul {
						margin: 0;
						padding: 0;
					}

						#navigation .menu .ds-mega-menu a {
							display: block;
							white-space: nowrap;
						}

						#navigation .menu .ds-mega-menu ul ul li a {
							border: 0;
							display: block;
							line-height: 1;
							padding: 5px 0;
							text-decoration: none;
						}

				/* Image */
				#navigation .ds-nav-img {
					display: block;
					margin-bottom: 17px;
				}

				/* Description */
				#navigation .ds-nav-desc {
					display: block;
					color: #959595;
					margin-top: 8px;
				}

				/* Subdescription */

				#navigation .ds-nav-sub-desc {
					display: block;
					font-size: 11px;
					font-weight: bold;
					color: #7a7a7a;
					margin-top: 9px;
				}

				/* Separator */

				.ds-mega-menu-separator {
					width: 100% !important;
					display: block;
					float: none;
					clear: both;
					height: 1px;
					background: #e0e0e0;
					padding: 0 !important;
					margin: 39px 0 !important;
				}

		body.header-style-2 #navigation {
			float: none;
			text-align: center;
			border-top: 1px solid #e0e0e0;
		}

		/**
		 * Header extra
		 */

		#header-extra {
			color: #a7a7a7;
			float: right;
			font-size: 12px;
			line-height: 1;		
			margin-left: 105px;
			position: relative;
			min-height: 1px;
		}

			#header-extra .ds-icon {
				color: #a7a7a7;
			}

			#header-extra .header-extra-item {
				border: 1px solid #d7d7d7;
				border-radius: 3px;
				cursor: pointer;
				display: block;
				float: left;
				line-height: 36px;
				padding: 0 12px;
				position: relative;
				text-decoration: none;
				margin-left: 9px;
			}

			#header-extra .header-extra-cart {
				padding-right: 14px !important;
			}

			#header-extra .header-extra-cart .ds-icon {
				
			}

				.header-extra-cart-amount {
					background: #8f67b0;
					border-radius: 50%;
					color: #fff;
					font-size: 11px;
					font-weight: bold;
					height: 22px;
					line-height: 22px;
					position: absolute;
					text-align: center;
					top: -8px;
					right: -8px;
					width: 22px;
				}

		#header-extra .header-extra-search {
			background: #fff;
			position: absolute;
			top: 0;
			right: 100%;
			z-index: 99999999;
			width: 37px;
			overflow: hidden;
			-webkit-transition: width 200ms linear;
			-moz-transition: width 200ms linear;
			-o-transition: width 200ms linear;
			-ms-transition: width 200ms linear;
			transition: width 200ms linear;
		}

			#header-extra .header-extra-search.active {
				width: 200px;
			}

			#header-extra .header-extra-search input {
				background: transparent;
				color: #c8c8c8;
				font-family: "Lato";
				font-size: 12px;
				line-height: 1;
				position: absolute;
				padding: 0;
				top: 0;
				left: 35px;
				right: 0
				bottom: 0;
				border: 0;
				margin-top: 10px;
			}

		#header-bottom-txt,
		#header-top-txt {
			padding: 40px;
		}

		#header-bottom-txt {
			border-width: 0 0 1px 0;
			border-style: solid;
		}

		#header-top-txt {
			border-width: 0 0 1px 0;
			border-style: solid;
		}

/**
 * Main
 */

#main {
	background: #fff;
	padding-bottom: 50px;
}

.dslc-page #main {
	background: transparent;
}
	
	/**
	 * Content
	 */

	#content {
		
	}

		#page-title {
			margin-bottom: 50px;
		}	

		h1.page-title,
		#page-title {
			border: 1px solid rgb(224, 224, 224);
			border-style: solid none solid none;
			padding: 20px 0;
			font-size: 26px;
			font-weight: 400;
			font-family: Nunito;
			line-height: 40px;
			margin: 0 0 40px 0;
		}

/**
 * Blog
 */

.blog-post {
	margin-bottom: 30px;
}

.blog-post:nth-child( 3n+3 ) {
	margin-right: 0;
}

.blog-post:nth-child( 3n+1 ) {
	clear: both;
}

.blog-post.sticky {
	background: #f8f8f8;
}

.blog-post:last-child {

}

	.blog-post-thumb {
	
	}

		.blog-post-thumb img {
			display: block;
		}

	.blog-post-meta {
		overflow: hidden;
		border: 1px solid #e0e0e0;
		border-width: 0 1px 1px 1px;
		padding: 15px 20px;			
	}

		.blog-post-meta-info {
			float: left;		
		}

			.blog-post-meta-avatar {
				margin-right: 15px;
				width: 38px;
				display: inline-block;
			}

				.blog-post-meta-avatar img {
					vertical-align: middle;
					width: 100%;
					border-radius: 50%;
				}

			.blog-post-meta-details {
				display: inline-block;
				vertical-align: middle;
				font-size: 12px;
				font-family: "Cantata One", serif;
			}

				.blog-post-meta-details a {
					color: inherit;
				}

				.blog-post-meta-author {
					display: block;
					color: #000;
					margin-bottom: 7px;
					line-height: 1;
				}

				.blog-post-meta-cats {
					display: block;
					color: #979797;
					line-height: 1;
				}

		.blog-post-meta-love {
			float: right;
			font-size: 12px;
			line-height: 38px;
		}

			.blog-post-meta-love .ds-icon {
				color: #d0d0d0;
				margin-right: 4px;
			}

			.blog-post-meta-love-num {
				color: #b0b0b0;
				font-family: "Arimo", sans-serif;
			}

		.blog-post-meta-author {
			
		}

		.blog-post-meta-date {
			
		}

	.blog-post-main {
		background-color: rgba(255, 255, 255, 0);
		border: 1px solid rgb(224, 224, 224);
		border-width: 0 1px 1px 1px;
		padding: 28px 20px;
		text-align: center;
	}

		h2.blog-post-title {
			color: #4d4d4d;
			font-size: 18px;
			font-weight: 400;
			font-family: Domine;
			line-height: 29px;
		}

			.blog-post-title a {
				color: inherit;
			}

		.blog-post-excerpt {
			color: #a6a6a6;
			font-size: 14px;
			line-height: 26px;
			font-weight: 400;
			font-family: Arimo;
			margin-bottom: 0px;
		}

		.blog-post-read-more {
			
		}	

		.blog-post-read-more:hover {
		
		}

			.blog-post-read-more .ds-icon {
				
			}

/**
 * Pagination
 */

.pagination,
.classic-pagination {
	margin-top: 30px;
}

	.pagination li {
		display: inline-block;
		margin: 0;
		padding: 0;
		margin-right: 10px;
	}

		.pagination li a {
			border-style: solid solid solid solid;
			border-radius: 3px;
			font-size: 11px;
			font-weight: 700;
			font-family: "Open Sans", sans-serif;
			padding-top: 12px;
			padding-bottom: 12px;
			padding-left: 12px;
			padding-right: 12px;
		}

		.pagination li.active a {
			background-color: #e66e65;
			border-color: #e66e65;
			border-width: 1px;
			color: #ffffff;
		}

		.pagination li.inactive a {
			background-color: #ffffff;
			border-color: #d9d9d9;
			border-width: 1px;
			color: #979797;
		}

/**
 * Comments
 */

 #comments {

 }

	.comments {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		.comment {
			
		}

			.comment-inner {
				border: 1px solid #dbdbdb;
				margin: 0 0 30px 0;
				padding: 40px 35px;
			}

				.comment-info {
					border-bottom: 1px solid #c7c7c7;
					font-size: 12px;
					font-weight: bold;
					font-style: italic;
					line-height: 34px;
					margin-bottom: 20px;
					padding-bottom: 20px;
				}

					.comment-meta {
						float: left;
						list-style-type: none;
						margin: 0;
						padding: 0;
					}

						.comment-meta li {
							display: block;
							float: left;
							margin: 0;
							margin-right: 20px;
							padding: 0;
						}

						.comment-author {

						}

							.comment-author-avatar {
								margin-right: 10px;
							}

								.comment-author-avatar img {
									vertical-align: middle;
								}

						li.comment-date {
							color: #86929e;
							display: block;
						}

					.comment-reply {
						display: block;
						float: right;
					}

				.comment-main {

				}

				.comments .children {
					list-style-type: none;
					margin: 0;
					padding: 0 0 0 90px;
				}

					.comments-children .comment {

					}

		.bypostauthor {

		}

 #respond {
	margin: 0 0 30px 0;
 }

	#reply-title {
		font-size: 20px;
		line-height: 1;
		margin: 0 0 28px 0;
	}

	#commentform {

	}

		.comment-form-name,
		.comment-form-email,
		.comment-form-website {
			float: left;
			width: 222px;
			margin: 0 20px 20px 0;
		}

		.comment-form-website {
			margin-right: 0;
		}

		.comment-form-comment {
			margin-bottom: 10px;
		}

			#commentform input[type=text],
			#commentform textarea {
				
			}

			#commentform textarea {
				height: 140px;
			}

/**
 * Footer
 */

#footer {
	padding: 60px 0;
}

	#footer-inner {

	}

		#footer-copyright {
			color: #606060;
			font-size: 14px;
			font-weight: 400;
			font-family: Arimo, sans-serif;
			line-height: 1;
		}

			#footer-copyright .wrapper {
				
			}

/**
 * Widgets
 */

.widget_tag_cloud {

}

	.widget_tag_cloud a,
	.widget_tag_cloud a:hover,
	.widget_product_tag_cloud a,
	.widget_product_tag_cloud a:hover {
		background: #ddd;
		border-radius: 3px;
		color: #fff !important;
		font-style: 12px;
		line-height: 1;
		display: inline-block;
		padding: 6px 5px;
		margin-right: 3px;
		text-transform: uppercase;
		font-style: normal;
	}

/**
 * Other
 */

input[type="submit"].wpcf7-submit {
	border: 0;
	background-color: #7c7c7c;
	border-radius: 3px;
	padding: 12px;
	color: #fff;
	font-size: 12px;
}

.screen-reader-text {
	display: none;
}

.separator-medium {
	height: 1px;
	margin: 30px 0;
}

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

#ascrail2000 {
	z-index: 99999999 !important;
}

h2.page-title-404 {
	text-align: center;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 20px;
}

/**
 * Lightbox Arrows
 */

.mfp-wrap,
.mfp-bg {
	z-index: 999999;
}

.mfp-arrow:after, 
.mfp-arrow .mfp-a, 
.mfp-arrow:before, 
.mfp-arrow .mfp-b {
	border: 0;
}

.mfp-arrow-left {
	background: transparent  url("images/slider-left-arrow.png") !important;
	width: 34px;
	height: 62px;
	opacity: 0.2;
	left: 70px !important;
}

.mfp-arrow-right {
	background: transparent  url("images/slider-right-arrow.png") !important;
	width: 34px;
	height: 62px;
	opacity: 0.2;
	right: 70px !important;
}

/**
 * Sticky Header
 */

#header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
}
	
	#header.sticky #header-bar {
		display: none;
	}

	#header-main {
		-webkit-transition: padding .3s;
		transition: padding .3s;
		position: relative;
	}

	#header.sticky #header-main {
		padding-top: 20px;
		padding-bottom: 20px;
	}

/**
 * Page Loader
 */

#page-loader-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	text-align: center;
	z-index: 999999999;	
	display: none;
}

body.ds-loader-enabled #page-loader-wrapper {
	display: block;
}

	#page-loader {
		position: absolute;
		left: 0;
		right: 0;
		top: 40%;
	}

	#page-loader span {
		border-radius: 50%;
		display: inline-block;
		height: 50px;
		margin: 3em;
		position: relative;
		vertical-align: middle;
		width: 50px;
		background-color: white;
    	-webkit-animation: pageLoader 0.4s infinite linear;
    	-moz-animation: pageLoader 0.4s infinite linear;
    	animation: pageLoader 0.4s infinite linear;
	}

    #page-loader span:before,
    #page-loader span:after {
		width: 100%; 
		height: 100%;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 0;
    }

    #page-loader span:before {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		content: '';
		width: 80%;
		height: 80%;
		background-color: white;
		top: 10%;
		left: 10%;
		box-shadow: 5px -3px 0 rgba(255,100,100,0.7),
			5px 5px 0 rgba(100,255,100,0.7),
			-3px 5px 0 rgba(100,100,255,0.7),
			-5px -5px 0 rgba(240,240,120,0.7);
    }

    #page-loader span:after {
    	-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		content: '';
		border: 3px solid white;
		z-index: 2;
		top: -3px;
		left: -3px;
    }

	@-webkit-keyframes pageLoader {
		0%   { -webkit-transform: rotate(0deg); }
		100% { -webkit-transform: rotate(360deg); }
	}

	@-moz-keyframes pageLoader {
		0%   { -moz-transform: rotate(0deg); }
		100% { -moz-transform: rotate(360deg); }
	}

	@keyframes pageLoader {
		0%   { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}

/**
 * LC Specific
 */

body.dslc-page #main .wrapper {
	width: auto !important;
}

body.dslc-page #main {
	padding: 0;
}

#dslc-content img {
	max-width: 100%;
}

.dslca-change-width-modules-area-options,
.dslca-change-width-module-options { 
	width: 118px !important;
}

.dslc-res-phone .dslc-posts-orientation-horizontal .dslc-post-thumb {
	width: 100% !important;
	margin-bottom: 15px !important;
}

.dslc-res-phone .dslc-posts-orientation-horizontal .dslc-post-main {
	width: 100% !important;
}

.dslc-modules-section.dslc-full .dslc-modules-section-wrapper {
	width: 100% !important;
}

/* LION PROJECTS */

#dslc-content .dslc-module-DS_Lion_Projects .dslc-projects .dslc-project-cats {
	font-style: normal;
}

	#dslc-content .dslc-module-DS_Lion_Projects .dslc-project-cats a {
		color: inherit;
	}

/* LION BLOG */

#dslc-content .ds-lion-blog-post-meta {
	border: 1px solid #e0e0e0;
	border-top: 0;
	overflow: hidden;
	padding: 15px 20px;
	line-height: 1;
}

	#dslc-content .ds-lion-blog-post-meta-info {
		float: left;		
	}

		#dslc-content .ds-lion-blog-post-meta-avatar {
			margin-right: 15px;
			width: 38px;
			display: inline-block;
		}

			#dslc-content .ds-lion-blog-post-meta-avatar img {
				vertical-align: middle;
				width: 100%;
				border-radius: 50%;
			}

		#dslc-content .ds-lion-blog-post-meta-details {
			display: inline-block;
			vertical-align: middle;
			font-size: 12px;
			font-family: "Cantata One", serif;
		}

			#dslc-content .ds-lion-blog-post-meta-details a {
				color: inherit;
			}

			#dslc-content .ds-lion-blog-post-meta-author {
				display: block;
				color: #000;
				margin-bottom: 7px;
			}

			#dslc-content .ds-lion-blog-post-meta-cats {
				display: block;
				color: #979797;
			}

	#dslc-content .ds-lion-blog-post-meta-love {
		float: right;
		font-size: 12px;
		line-height: 38px;
	}

		#dslc-content .ds-lion-blog-post-meta-love .ds-icon {
			color: #d0d0d0;
			margin-right: 4px;
		}

		#dslc-content .ds-lion-blog-post-meta-love-num {
			color: #b0b0b0;
			font-family: "Arimo", sans-serif;
		}

	#dslc-content .ds-lion-love-post-hook:hover .ds-icon,
	#dslc-content .ds-lion-love-post-hook.ds-love-post-loved .ds-icon {
		color: #d84b42 !important;
	}

/* Lion Products */

#dslc-content .ds-lion-product-extra {
	overflow: hidden;
}

	#dslc-content .ds-lion-product-added-to-cart {
		position: absolute;
		display: none;
		background-color: #54c13f;
		text-align: center;
		padding: 18px 19px;
		font-family: Nunito, sans-serif;
		font-weight: bold;
		font-size: 10px;
		line-height: 1;
		color: #fff;
		border-radius: 3px;
	}

		#dslc-content .ds-lion-product-added-to-cart .dslc-icon {
			margin-right: 7px;
		}

	#dslc-content .ds-lion-product-add-to-cart,
	#dslc-content .ds-lion-product-details {
		width: 50%;
		display: block;
		float: left;
		text-align: center;
		padding: 28px 0;
		font-family: Nunito, sans-serif;
		font-weight: bold;
		font-size: 12px;
		line-height: 1;
		color: #fff;
	}

		#dslc-content .ds-lion-product-add-to-cart a,
		#dslc-content .ds-lion-product-details a {
			color: inherit;
		}

	#dslc-content .ds-lion-product-extra .dslc-icon {
		margin-right: 7px;
	}

	#dslc-content .ds-lion-product-add-to-cart {
		background: #939393;
	}

	#dslc-content .ds-lion-product-details {
		background: #7c7c7c;
	}

	#dslc-content .ds-lion-product-price-secondary {
		line-height: 1;
		margin-right: 15px;
	}

/**
 * Lion Post Info
 */

#dslc-content .ds-lion-post-info {

}

	#dslc-content .ds-lion-post-info-meta {
		
	}

		#dslc-content .ds-lion-post-info-meta span {
			display: inline-block;
			margin: 0 10px;
			font-family: Nunito;
			font-size: 15px;
			font-weight: 300;
			line-height: 1;
			color: #222;
		}

		#dslc-content .ds-lion-post-info-meta span:first-child {
			margin-left: 0 !important;
		}

		#dslc-content .ds-lion-post-info-meta span:last-child {
			margin-right: 0 !important;
		}

		#dslc-content .ds-lion-post-info-meta a {
			color: #a3a3a3;
		}

		#dslc-content .ds-lion-post-info-meta-author {

		}

		#dslc-content .ds-lion-post-info-meta-cats {

		}

/* Lion Accordion */

.ds-accordion-slider {
	overflow: hidden;
}

.ds-accordion-slider img {
	max-width: none !important;
	width: 100%;
	height: 100%;
}

.ds-accordion-slide-shadow {
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	position: absolute;
	top: -100px;
	left: 0;
	right: -100px;
	bottom: -100px;
}

.ds-accordion-slide-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(54, 54, 54, 0.85);
	padding: 45px 0;
	text-align: center;
}

	.ds-accordion-slide-info-title {
		font-family: Nunito;
		font-size: 16px;
		color: #fff;
		line-height: 1;
	}

		.ds-accordion-slide-info-title a {
			color: inherit;
		}

	.ds-accordion-slide-info-desc {
		font-family: Nunito;
		font-size: 14px;
		color: #afaaaa;
		line-height: 1;
		margin-top: 15px;
	}

		.ds-accordion-slide-info-desc a {
			color: inherit;
		}

#dslc-content .dslc-widget li {
	border-style: solid;
}

#dslc-content .dslc-widget li:last-child {
	border-style: none;
	margin-bottom: 0 !important;
}

@media only screen and ( max-width: 1023px ) { 
 
 	.dslc-modules-section {
 		margin-left: 0 !important;
 		margin-right: 0 !important;
 	}
 
 }	


/**
 * Columns
 */

.ds-col {
	display: block;
	float: left;
	margin-right: 2.12766%;
}

.ds-1-col { width: 6.38297%; }
.ds-2-col { width: 14.89361%; }
.ds-3-col { width: 23.40425%; }
.ds-4-col { width: 31.91489%; }
.ds-5-col { width: 40.42553%; }
.ds-6-col { width: 48.93617%; }
.ds-7-col { width: 57.4468%; }
.ds-8-col { width: 65.95744%; }
.ds-9-col { width: 74.46808%; }
.ds-10-col { width: 82.97872%; }
.ds-11-col { width: 91.48936%; }
.ds-12-col { width: 100%; }

.ds-last-col {
	margin-right: 0;
}

/**
 * VERTICAL
 */

body.style-vertical #header {
	z-index: 99999;
}

body.style-vertical #logo {
	margin-right: -1px;
	border-right: 1px solid transparent;
}

	body.style-vertical #logo a {
		display: inline-block; /* So it can be centered */
	}

body.style-vertical #main .dslc-modules-section-wrapper,
body.style-vertical #main .dslc-add-modules-section {
	width: 1180px;
	max-width: 90%;
}

body.style-vertical #main .dslc-full .dslc-modules-section-wrapper {
	width: 100%;
	max-width: none;
}

body.style-vertical #main .dslc-modules-section-wrapper {
	
}

body.style-vertical {
	
}

body.style-vertical #main,
body.style-vertical #footer {
	margin-left: 220px;
}

body.style-vertical #header {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 220px;
	border-right: 1px solid #e5e5e5;
}

	body.style-vertical #header-bar {
		display: none;
	}

		body.style-vertical #header-bar-social {
			padding: 40px;
			padding-bottom: 30px;
			float: none;
			text-align: left;
		}

			body.style-vertical #header-bar-social li {
				display: inline-block;
				margin-left: 0;
				margin-right: 20px;
				margin-bottom: 10px;
			}

				body.style-vertical #header-bar-social li a {
					line-height: 1;
				}

	body.style-vertical #header-main {
		padding: 0;
		margin: 0;
	}

		body.style-vertical #logo {
			float: none;
			display: block;
			padding: 40px;
			border-bottom: 1px solid #e5e5e5;
			text-align: center;
		}

		body.style-vertical #navigation {
			float: none;
			padding: 40px;
			margin: 0;
			border-bottom: 1px solid #e5e5e5;
		}

			body.style-vertical #navigation .menu {
				margin: 0;
			}

				body.style-vertical #navigation .menu > li {
					display: block;
					margin: 0;
					margin-bottom: 20px;
				}

				body.style-vertical #navigation .menu > li:last-child {
					margin-bottom: 0;
				}

					body.style-vertical #navigation .menu > li > a {
						
						
						line-height: 1;
						display: inline-block;
					}

					body.style-vertical #navigation .menu > li.current-menu-item > a, 
					body.style-vertical #navigation .menu > li > a:hover {
						
					}

			/* submenu */

			body.style-vertical #navigation .menu .ds-regular-menu ul {
				position: relative;
				margin-left: -40px;
				margin-right: -40px;
				padding-left: 40px;
				padding-right: 40px;
			}

			body.style-vertical #navigation .menu .ds-regular-menu:hover > ul {
				
			}

			/* Mega Menu */

			body.style-vertical #navigation .menu .ds-mega-menu > ul {
				top: 100px;
				left: 100%;
				max-width: none;
			}



body.style-vertical #content {
	overflow: hidden;
}

/**
 * Portfolio Filters
 */

body.style-vertical #header-filters {
	padding: 40px;
	float: none;
	text-align: left;
	font-family: Nunito;
	font-size: 15px;
	color: #b5b5b5;
	border-bottom: 1px solid #e5e5e5;
}

	body.style-vertical #header-filters ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		body.style-vertical #header-filters li {
			margin: 0 0 15px 0;
			padding: 0;
			line-height: 1;
		}

		body.style-vertical #header-filters li:last-child {
			margin-bottom: 0;
		}

		body.style-vertical #header-filters li.header-filters-title {
			color: #353535;
			padding-bottom: 2px;
		}

			body.style-vertical #header-filters a {
				color: inherit;
				text-transform: capitalize;
			}

			body.style-vertical #header-filters a:hover,
			body.style-vertical #header-filters a.ds-active {
				color: #353535;
			}


/**
 * Medium Monitors
 */

	@media only screen and ( min-width: 1281px ) and ( max-width: 1380px )  {

		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 1180px !important;
		}

		body.wrapped #page-container {
			width: 1180px !important;
		}

		body.wrapped .wrapper,
		body.wrapped .dslc-modules-section-wrapper,
		body.wrapped .dslc-add-modules-section  { 
			width: 1080px !important;
		}

	}

/**
 * Smaller Monitors
 */

	@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {
	 	
		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 940px !important;
		}

		body.wrapped #page-container {
			width: 940px !important;
		}

		body.wrapped .wrapper,
		body.wrapped .dslc-modules-section-wrapper,
		body.wrapped .dslc-add-modules-section  { 
			width: 840px !important;
		}
	 
	}

/**
 * Tablets
 */

	@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {

		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 748px !important;
		}

		body.wrapped #page-container {
			width: 748px !important;
		}

		body.wrapped .wrapper,
		body.wrapped .dslc-modules-section-wrapper,
		body.wrapped .dslc-add-modules-section  { 
			width: 648px !important;
		}

		#navigation { display: none; }

		#mobile-nav { 
			display: block; 
			float: right; 
			clear: none;
			margin-top: 25px;
		}

		body.header-style-2 #header {
			text-align: center;
		}

		body.header-style-2 #mobile-nav {
			display: inline-block;
			float: none;
			margin-top: 0;
		}		

		#header-extra {
			margin-left: 45px;
		}

		#header-top-txt,
		#header-bottom-txt,
		#header-filters {
			display: none;
		}

		.ds-lion-product-extra .dslc-icon {
			display: none;
		}

		#dslc-content .ds-lion-blog-post-meta-avatar {
			display: none;
		}

		#dslc-content .ds-lion-blog-post-meta-love {
			float: none;
		}

		/* Vertical */

		body.style-vertical #header {
			top: auto;
			left: auto;
			right: auto;
			bottom: auto;
			position: relative;
			width: auto;
		}

		body.style-vertical #main,
		body.style-vertical #footer {
			margin-left: 0;
		}

	}


/**
 * Mobile Portrait and Landscape
 */

	@media only screen and ( max-width: 767px ) {
	
		.dslca-post-thumb img {
			width: 100% !important;
		}

		#header-bar { display: none; }

		#logo { text-align: center; }

		#navigation { display: none; }
		#mobile-nav { display: block; margin-top: 30px;  }		

		body.header-style-2 #header {
			text-align: center;
		}

		body.header-style-2 #mobile-nav {
			display: inline-block;
			float: none;
			margin-top: 0;
		}

		#header-extra { clear:both; float: none; }

		#header-extra { padding-top: 30px; margin-left: 0; }

		#header-extra .header-extra-item { float: right; }

		#header-extra .header-extra-search { position: relative; left: auto; right: auto; top: auto; bottom: auto; float: left; }

		#footer .ds-col {
			width: 100%;
			margin-bottom: 30px;
			float: none;
		}

		.blog-post-thumb {
			float: none;
			width: 100%;
			margin-bottom: 20px;
		}

		.blog-post-main {
			overflow: none;
		}

		#header-top-txt,
		#header-bottom-txt,
		#header-filters {
			display: none;
		}

		.ds-lion-product-extra .dslc-icon {
			display: none;
		}

		/* Vertical */

		body.style-vertical #header {
			top: auto;
			left: auto;
			right: auto;
			bottom: auto;
			position: relative;
			width: auto;
		}

		body.style-vertical #main,
		body.style-vertical #footer {
			margin-left: 0;
		}

		body.style-vertical #mobile-nav {
			margin-top: 25px;
		}

	}


/**
 * Mobile Landscape
 */

	@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 420px !important;
		}

		body.wrapped #page-container {
			width: 420px !important;
		}

		body.wrapped #header-bar,
		body.wrapped #header-main,
		body.wrapped #footer {
			padding-left: 20px;
			padding-right: 20px;
		}

		body.wrapped .wrapper,
		body.wrapped .dslc-modules-section-wrapper,
		body.wrapped .dslc-add-modules-section  { 
			width: 380px !important;
		}

		#header-extra .header-extra-search {
			width: 220px !important;
		}

	}

/**
 * Mobile Portrait
 */

 	@media only screen and ( max-width: 479px ) {

 		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 300px !important;
		}

		body.wrapped #page-container {
			width: 300px !important;
		}

		body.wrapped #header-bar,
		body.wrapped #header-main,
		body.wrapped #footer {
			padding-left: 20px;
			padding-right: 20px;
		}

		body.wrapped .wrapper,
		body.wrapped .dslc-modules-section-wrapper,
		body.wrapped .dslc-add-modules-section  { 
			width: 260px !important;
		}

		#header-extra .header-extra-search {
			width: 194px !important;
		}

	}

