/**

	Theme Name: Bober Furniture 
	Theme URI: http://www.boberfurniture.com.au
	Author: Sub Rosa Creative
	Author URI: http://www.subrosacreative.com.au
	Version: 1.0

**/

/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography
	=Buttons
	=Content Styles
	=Navigation
	=Hero
	=Services
	=Portfolio
	=Project
	=Team
	=Testimonials
	=Footer
	=Blog
	=Slider
	=Media
*/

@font-face {
  font-family: 'DINPro';
  src: url('css/fonts/dinpro-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('css/fonts/dinpro-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/dinpro-bold-webfont.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/dinpro-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/dinpro-bold-webfont.svg#f72eedb964480472218d30fa54520bd8') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'DINPro-Light';
  src: url('css/fonts/dinpro-light.eot'); /* IE9 Compat Modes */
  src: url('css/fonts/dinpro-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/dinpro-light.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/dinpro-light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/dinpro-light.svg#62f75ccd04c776030ca293d074e92944') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}


/* =Common Styles
-------------------------------------------------------------- */

body { 
	background: #fff;
	color: #424242;
	font: normal 15px 'DINPro-Light', arial, sans-serif;
	font-weight: 400;
	min-width: 300px;
}

section { overflow: hidden; }
::selection { background: #060606; color: #fff; }
::-moz-selection { background: #060606; color: #fff; }
#loading { display: none; }


/* =Typography
-------------------------------------------------------------- */

p { color: #424242;
	line-height: 1.6em;
	margin: 0 0 20px;
}

em { font-style: italic; }
strong { font-weight: 600; }
small { font-size: 0.8em; }

h1,h2,h3,h4,h5,h6 {
	color: #060606;
	font-style: normal;
	font-weight: 300;
	line-height: 1.17em;
	margin: 0 0 20px;
	font-family: 'DINPro', serif;
}

h1 {
	font-size: 3.46666666667em;
	text-transform: uppercase;
	letter-spacing: 0;
}

h2 {
	font-size: 2.4em;
	text-transform: uppercase;
	letter-spacing: 0;
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 400;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;	
}

h5 {
	font-size: 1em;
	font-weight: 400;
}

h6 {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 400;
}

/* Typography for dark backgrounds */

.dark p, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 { color: #fff; }
.dark a { color: #fff!important; }

/* Links */
a, a:visited { font-weight: 400; text-decoration: none; }


/* =Buttons
-------------------------------------------------------------- */

.button {
	display: inline-block;
	padding: 20px 55px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 400;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
}
.dark .button { border: 1px solid #fff!important; }
.dark .button:hover { background: rgba(255, 255, 255, .1); filter: alpha(opacity=50); }

.button.no-border { border: none!important; padding: 20px 0px; }

.button.no-border:hover {
	border: none!important;
	background: transparent;
	opacity: .7;
    filter: alpha(opacity=70);
}
.button .icon {
	display: inline-block;
	margin-left: 17px;
	margin-bottom: -6px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(img/icons/right.png) no-repeat center center;
}


/* =Hero
-------------------------------------------------------------- */

.hero { text-align: center; background-size: cover; position: relative; z-index: 0; }
.hero .content { padding-top: 0px; }

ul.hero-carousel li {
	background-size: cover; 
	background-position: center center; 
	background-attachment: fixed;
	background-repeat: no-repeat;
}
ul.hero-carousel li .content {
	position: relative;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);

	/*margin-top: 180px;*/

	text-align: left;
}
ul.hero-carousel li .content h1 {
	font-size: 66px;
	line-height: 60px;
	font-weight: 600;
}
ul.hero-carousel li .content p{
	font-size: 16px;
	font-weight: 400;
}
ul.hero-carousel li .content p.small-title{
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
ul.hero-carousel li .content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 25px;
	margin-left: 20px;
}
ul.hero-carousel li .content ul li {
	color: #fff;
}
#hero-next, #hero-prev  {
	display: block !important;
	z-index: 10 !important;
}
#hero-next .bx-next, #hero-prev .bx-prev {
	position: absolute;
	display: block;
	text-indent: -999em;
	top: 50%;
	bottom: 50%;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	cursor: pointer;
	opacity: .5;
	z-index: 899;
    filter: alpha(opacity=50);
    background-color: red;
}
#hero-next .bx-next:hover, #hero-prev .bx-prev:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}
#hero-next .bx-next {
	right: 15px;
	background: url('img/icons/next.png') no-repeat 0px 0;
}
#hero-prev .bx-prev {
	left: 15px;
	background: url('img/icons/prev.png') no-repeat 0px 0;
}
.section-scroll {
	height: 30px;
	background-color: #eee;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 999;
}
.section-scroll:hover {
	background-color: #ddd;
	-webkit-transition: background 0.5s ease-in-out;
    -moz-transition:    background 0.5s ease-in-out;
    -o-transition:      background 0.5s ease-in-out;
    transition:         background 0.5s ease-in-out;
}
.res-block{display:none !important;}

.section-scroll .button.hero-btn {
	position: relative;
	bottom: -3px;
	letter-spacing: 0.10em;
	font-size: 14px;
	z-index: 299;
	padding: 0;
	color: #000;
	font-family: 'DINPro', serif;
}
.section-scroll .button.hero-btn:hover {
	text-decoration: underline;
}


/* =Navigation
-------------------------------------------------------------- */

nav {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #f0f0f0;
	padding: 20px 0px;
	z-index: 999;
	font-family: 'DINPro', serif;
}

.logo { 
	width: 15%;
	margin-left: 2%;
	float: left;
	max-height: 36px;
}
.logo img {
	max-height: 57px;
	margin-top: -10px;
}

.navigation { display: none; }

.desktop.navigation {
	display: block!important;
	width: 80%;
	margin-right: 2%;
	float: right;
}

.desktop.navigation .nav-content { float: right; }

.desktop.navigation .nav-content li {
	float: left;
	margin-right: 25px;
	line-height: 30px; /* Set to the height of your own logo to center the text */
}

.desktop.navigation .nav-content a {
	color: #060606;
	text-transform: uppercase;
	font-size: 0.9em;
	opacity: .5;
    filter: alpha(opacity=50);
}

.desktop.navigation .nav-content a:hover, 
.desktop.navigation .nav-content a.active,
.desktop.navigation .nav-content .current_page_item a { opacity: 1; filter: alpha(opacity=100); }

.desktop.navigation .nav-content .current_page_item a {text-decoration: underline;}

.desktop.navigation .nav-content li:last-of-type { margin-right: 0px; }

/* Mobile Navigation */

.mobile.navigation {
	display: none;
	width: 90%;
	margin: 0 5%;
	float: left;
}

.mobile.navigation .nav-content {
	float: left;
	width: 100%;
}

.mobile.navigation .nav-content li {
	display: block;
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
}

.mobile.navigation .nav-content li:first-of-type { border-top: none; }

.mobile.navigation .nav-content a {
	display: block;
	color: #060606;
	text-transform: uppercase;
	font-size: 0.8em;

}

.nav-button {
	display: none;
	width: 26px;
	height: 30px;
	background: transparent;
	padding: 0;
	margin-right: 5%;
	float: right;
	border: none;
	cursor: pointer;
}

/* Navigation Icon */
.icon-bar {
	display: block;
	float: left;
	width: 100%;
	height: 3px;
	margin-top: 3px;
	background: #060606;
}


/* =Content Styles
-------------------------------------------------------------- */

.content { padding-top: 100px; text-align: center; }
.content.padded { padding-bottom: 100px; }

.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}

/* Parallax Fix */
@media only screen and (min-width: 1930px) { .parallax { background-size: cover; } }

.parallax.black { background-color: #060606; }

.parallax.no-parallax { background-size: cover!important; background-attachment: scroll!important; background-position: center!important; }

.parallax-bg1 { background-image: url(img/parallax-bg01.png); }
.parallax-bg2 { background-image: url(img/parallax-bg04.jpg); }
.parallax-bg3 { background-image: url(img/parallax-bg03.png); }

.title { text-align: center; }

.sub-heading { margin: 48px auto; max-width: 630px; }

.border {
	display: block;
	width: 80px;
	height: 2px;
	background: #060606;
	margin: 0 auto;
}

.dark .border { background: #fff; }




/* =Hero
-------------------------------------------------------------- */

.hero { text-align: center; background-size: cover; }
.hero .content { padding-top: 0px; }

.ticker {
	overflow: hidden;
	height: 90px;
	vertical-align: baseline;
}

.ticker h1 {
	margin-bottom: 0px;
	height: 90px;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition:    margin-top 0.5s ease-in-out;
    -o-transition:      margin-top 0.5s ease-in-out;
    transition:         margin-top 0.5s ease-in-out;
}

.call-to-action { padding-top: 20px; }
.call-to-action li {  display: inline-block; margin-right: 55px; }
.call-to-action li:last-of-type { margin-right: 0px;}


/* =Home page
-------------------------------------------------------------- */

.home-tiles a { 
	display: block; 
	position: relative; 
	color: #fff;
}
.home-tiles a:hover { 
	
}
.home-tiles a img { 
	width: 100%; 
}
.home-tiles li a .overlay { 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	z-index: 100; 
	visibility: hidden;
}
.home-tiles li a .overlay .outer { 
	width: 100%; 
	height: 100%; 
	display: table;
}
.home-tiles li a .overlay .outer p { 
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.20em;
	text-transform: uppercase;
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	width: 100%;
	font-family: 'DINPro', serif;
}
.home-tiles li a .overlay .outer p .border { 
	background: #fff;
	width: 60px;
}
.home-tiles a:hover .overlay { 
	visibility: visible;	
	background: rgba(0,0,0,0.55); 
	-webkit-transition: background .33s linear;
	-moz-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear; 
}


/* =About Us
-------------------------------------------------------------- */

#page-banner {	
	width: 100%;
	height: 480px;
	float: left;
	background-size: cover !important;
	background-position: center center;
	position: relative;
	margin-top: 80px;
}
#page-banner .outer {
	width: 100%;
	height: 100%;
	display: table;
}
#page-banner .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
#page-banner .inner h1 {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.20em;
	text-transform: uppercase;
}


.sliderBlock {
	float:left;
	width:100%;
	height:450px;
	overflow:hidden;
	visibility:hidden;
	position:relative;
}

.sliderBlock ul {
	float:left;
	width:100%;
	height:450px;
}

.sliderBlock ul li {
	float:left;
	width:100%;
	height:450px;
	/*background-size: 100% auto !important;*/
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	display:none;
}



/* =Product grid
-------------------------------------------------------------- */

.product-grid {margin-bottom: 30px; /*max-height: 250px;*/}
.product-grid a {display: block; position: relative; width: 100%; height: 100%;}
.product-grid a img {width: 100%; height: auto; max-height: 450px;}


.product-grid a .hover {visibility: hidden; opacity: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0;background: rgba(0,0,0,0.55); -webkit-transition: all .15s linear;-moz-transition: all .15s linear;-o-transition: all .15s linear;transition: all .15s linear; }
.product-grid a .hover p {color: #fff;position: relative;top: 50%;bottom: 50%;margin-top: -15px;color: #fff;font-size: 20px;letter-spacing: 0.20em;text-transform: uppercase;width: 100%;font-family: 'DINPro', serif;padding: 0 10px;}
.product-grid a .hover p .border {display: block;width: 60px;height: 2px;background: #FFF;margin: 0 auto;}
.product-grid a:hover .hover {visibility: visible; opacity: 1;}


.product-grid .valign { 
  position: absolute; 
  width: 100%; 
  height: 50%; 
  display: table; 
}

.product-grid .valign p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
}





/* =Product detail
-------------------------------------------------------------- */

.product-slider li {float: left;}
.product-slider li p {text-align: center;}
.product-slider li p img {margin: 0 auto;}

.left-align {text-align: left;}
.right-align {text-align: right;padding-top: 13px;}

a.project-back {color: #000;padding: 10px 15px;border: 1px solid #000;border-radius: 5px;text-transform: uppercase;font-size: 12px;font-weight: 600;}
a.project-back:hover {background-color: #000; color: #fff;}




.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}





#page-content ul {
}
#page-content ul li {
	list-style: disc inside;
}



.main-serv{float:left;width:100%;text-align:center;padding:50px 0;}
.main-ser{width:100%;text-align:center;}

.ser-m ul li{display:list-item;list-style:disc;color:#000;}



/* =Contact
-------------------------------------------------------------- */

.map-container {
	width: 100%; 
	height: 480px;
	margin-top: 75px;
}
#map img {
	max-width: none;
}

.contact-info,
.contact-form {
	text-align: left;
	margin-bottom: 25px;
}
.contact-info > h2,
.contact-form > h2 {
	font-size: 30px;
	margin-bottom: 30px;
}




.contact-form form p {
	text-align: left;
}
.contact-form form input {
	width: 90%;
	height: 35px;
	padding-left: 10px;
	margin-bottom: 15px;
	border: 1px solid #666;
	font-size: 12px;
	font-family: 'DINPro-Light';
}
.contact-form form textarea {
	width: 100%;
	height: 130px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 0px;
	border: 1px solid #666;
	font-size: 12px;
	font-family: 'DINPro-Light';
}
.contact-form form input[type="submit"] {
	width: 35%;
	height: 42px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 15px;
	border: 1px solid #666;
	font-size: 12px;
	font-family: 'DINPro-Light';
	background-color: transparent;
	text-transform: uppercase;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contact-form form input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}



.blcc{display:none !important;}



/* =Footer
-------------------------------------------------------------- */

footer { width: 100%; background: #222;}

footer .content {padding-top: 50px;}




.contact { text-align: center; }

.contact ::selection {
	background: #fff;
	color: #060606; 
}

.contact ::-moz-selection { 
	background: #fff;
	color: #060606; 
}

.contact li img { margin-bottom: 15px; }

.contact li:nth-child(1) {
	font-size: 18px; 
	opacity: .5;
    filter: alpha(opacity=50); 
}

.contact a {
	display: block;
	font-size: 18px;
	/* margin-bottom: 20px; */
	margin-top:10px;
	opacity: .5;
    filter: alpha(opacity=50); 
}

.contact a:hover {
	opacity: 1;
    filter: alpha(opacity=100); 
}

.contact-heading { margin-top: 30px; }



.social-links {
	text-align: center;
	margin-top: 50px;
}

.social-links li {
	display: inline-block;
	margin-right: 15px;
}

.social-links li:last-of-type { margin-right: 0px; }
.social-links a { display: block; }

.social-links a:hover {
	opacity: .5;
    filter: alpha(opacity=50); 
}

.copyright { 
	margin-top: 20px; 
	margin-bottom: 20px; 
	text-align: center;
	text-transform: uppercase;
	color: #77777a; 
	font-size: 0.7em; 
}
.copyright a {color: #77777a;}
.copyright a:hover {text-decoration: underline;}


.navigation.desktop{}
.navigation.desktop .menu-main-menu-container{}
.navigation.desktop .menu-main-menu-container ul{}
.navigation.desktop .menu-main-menu-container ul li{ position:relative;}
.navigation.desktop .menu-main-menu-container ul li a{}
.navigation.desktop .menu-main-menu-container ul ul{ display:none; width:200px; background:#000; float:left; position:absolute; left:0; top:100%;}
.navigation.desktop .menu-main-menu-container ul li:hover ul{ display:block;}





.navigation.desktop .menu-main-menu-container ul ul li{ width:100%;}
.navigation.desktop .menu-main-menu-container ul ul li a{ color:#fff !important; padding:5px 10px; display:inline-block; opacity:1;}

.x-ray-section{ float:left; width:100%; background:#fcfcfc; display:table; clear:both;}
.left-x-ray{ width:50%; display:table-cell; vertical-align:middle;}
.right-x-ray{width:50%; display:table-cell; vertical-align:middle; padding:4% 3%; color:#fff;}
.right-x-ray p a{color:#4a4a4a;}
.left-x-ray p a{color:#4a4a4a;}

.map-fot{float:left;width:100%;}
.up-tex{float:left;width:100%;text-align:center;padding:20px 0;background:#000;}
.up-tex h2{color:#fff;}
.up-tex p{color:#fff;}
.mp{float:left;width:100%;}

.service-bober-line{ background:#000; float:left; width:100%; text-align:center; padding:30px 2%; color:#fff; font-size:40px; text-transform:uppercase;}

.banner-innerpage-service{ float:left; width:100%; display:table; height:400px; margin-top:75px;}
.banner-innerpage-service > div{ display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle; position:relative;}
.banner-innerpage-service > div h1{color:#fff; position:relative; z-index:1;}
.banner-innerpage-service > div:after{ position:absolute; top:0; height:100%; width:100%; left:0; background:rgba(0,0,0,0.5); content:'';}

footer{ clear:both}

.gallery-im{ float:left; width:100%;}
.gallery-im ul{ list-style:none!important;}
.gallery-im ul li{ float:left; width:26%; margin:3.5%; height:300px; position:relative; list-style:none !important;}
.gallery-im ul li a{ color:#fff; font-weight:bold; display:table; height:300px; width:100%; text-transform:uppercase; font-size:25px; position:absolute; top:0; left:0;}
.gallery-im ul li a span{ display:table-cell; width:100%; height:100%; vertical-align:middle; font-family:'DINPro', serif;}


/* =Slider
-------------------------------------------------------------- */
.slider-cover { width: 100%; background: #fff; }

/* =Media
-------------------------------------------------------------- */

/* Large screens */
@media only screen and (min-width : 1680px) {
	.bx-next { right: -250px; }
	.bx-prev { left: -250px; }
	#nextProject { right: -250px; }
	#prevProject { left: -250px; }

}

/* Tablet Landscape */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
	.details { display: none!important;}
	.fade, .slide, .entrance, .hatch { opacity: 1!important; }
	.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch { -webkit-animation-name: none; -moz-animation-name: none; -o-animation-name: none; animation-name: none; }
	#bx-prev, #bx-next { display: none; }
	#nextProject, #prevProject { display: none!important; }
	.projectlist a:hover .projectinfo { background: transparent; }
}

/* Smaller than 960px */
@media only screen and (max-width: 959px) {
	.logo {width: 55%;}
	.nav-button { display: block; }
	.navigation { display: none; }
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
	.content { padding-top: 50px; } 
	.product-content {padding-top: 100px;}
	.content.padded { padding-bottom: 50px; }
	.icons .overview { width: 33.3333333333%; margin-bottom: 30px; }
	.details { display: none!important;}
	.projectlist li { width: 50%; }
	.fade, .slide, .entrance, .hatch { opacity: 1!important; }
	.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch { -webkit-animation-name: none; -moz-animation-name: none; -o-animation-name: none; animation-name: none; }
	#bx-prev, #bx-next { display: none; }
	#bx-pager { margin-top: 20px; }
	#bx-pager li { width: 50%; margin-top: 20px; }
	
	.content {padding-top: 90px;}
	
	img.bober-white-logo {max-width: 220px;height: auto;}
	
	
	.mobile.navigation .nav-content li ul{ display:none;}
	.mobile.navigation .nav-content li:hover ul{ display:block;}
	
	.mobile.navigation .nav-content li ul li{ margin-top: 5px; padding-top: 5px;}
	
}


/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {

	
	.ser-m ul {padding-left:20px;}
	.res-non{display:none !important;}
    .res-block{display:block !important;}
/*#menu-main-menu li ul.sub-menu{display:none;}
#menu-main-menu li a:hover ul.sub-menu{display:block;}*/
	#product-detail-content h2 {font-size: 25px;margin-bottom: 10px;}	
	
	.left-x-ray{ float:left; width:100%; height:200px;}
	.right-x-ray{ float:left; width:100%;}
	
	.mobile.navigation .nav-content li ul{ display:none;}
	.mobile.navigation .nav-content li:hover ul{ display:block;}
	
	.mobile.navigation .nav-content li ul li{ margin-top: 5px; padding-top: 5px;}
.nonnn{display:none;}
.blcc{display:block !important;}
.nss{position:relative !important;}
.nav-button{display:none !important}


body #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover{ background:#000;}
}


/* Mobile Landscape Size */
@media only screen and (min-width: 640px) and (max-width: 767px) {

	.product-grid a .hover p {font-size: 15px;line-height: 1.2;}

}


/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 639px) {

		.product-grid a .hover p {font-size: 24px;line-height: 1.3;}
		.project-info { border-bottom: none; }
		.hero .bx-viewport {max-height: 430px;}
		ul.hero-carousel li {max-height: 430px;height: 430px !important;background-position: top center;background-size: 620px auto;}
		
		#product-detail-content .right-align {text-align: left;height: 40px;margin-bottom: 20px;}
}





/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {

	.content {padding-top: 85px;}
	
	.product-grid a .hover p {font-size: 20px;}
	
	.hero .bx-wrapper {margin-bottom: 0px;}
	.hero .bx-viewport {max-height: 430px;}
	
	ul.hero-carousel li {max-height: 430px;height: 430px !important;background-position: top center;background-size: 620px auto;}
	.section-scroll {bottom: 0;}
	
	#page-banner {margin-top: 65px;}
	
	
	#product-detail-content h2 {font-size: 25px;margin-bottom: 10px;}
	#product-detail-content .right-align {text-align: left;height: 40px;margin-bottom: 20px;}
	
	.product-detail .bx-wrapper {margin-bottom: 15px;}
	
	img.bober-white-logo {max-width: 180px;height: auto;}
}



.connn .content.padded .product-grid:nth-child(2n){ display:none;}

.bx-controls-direction .bx-next{ position:absolute; top:50%; right:0; width:16px; height:39px; background:url(img/prev-arrow.png) no-repeat; font-size:0;}
.bx-controls-direction .bx-prev{ position:absolute; top:50%; left:0; width:16px; height:39px; background:url(img/next-arrow.png) no-repeat; font-size:0;}



#product-detail-content .product-detail .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager{ display:none;}



