/* 
    Document   : style
    Created on : May 1, 2015, 2:01:19 PM
    Author     : edward
    Description:
        Purpose of the stylesheet follows.
*/

/* Space out content a bit */
body {
    /*padding-top: 20px;
    padding-bottom: 20px;*/
	background-color: white;
}

body.index_view {
	background-color: #EAF2E6;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border-color: transparent;
}

.top-menu {
    background-color: white;
    border-color: transparent;
	border-bottom: 5px solid #6CB86A;
	padding: 15px 10px;
	border-radius: 0px;
	margin-bottom: 0px;
}

.top-menu .menuitem {
    font-weight: bold;
    color: #393f45 !important;
	padding: 10px;
}

/*.top-menu .navbar-header .navbar-brand {
    padding: 10px 0px 0px 10px;
}*/

.navbar-collapse > ul.navbar-nav {
    margin-top: 15px;
}

.navbar-toggle {
	border: none;
	float: left;
}

.navbar-toggle .icon-bar {
	background-color: #393f45 !important;
	height: 3px;
}

.navbar-header {
	display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: center;
}

.navbar-header .short-logo {
	display : none;
}

.navbar-header .full-logo {
	display : flex;
	flex-grow: 1;
	justify-content: center;
}

ul.product-category > li > a {
    font-size: 18px;
    font-family: "HelveticaNeueW01-45Ligh";
    color: #337ab7;
    border-right: 1px solid #e6e6e6;
}
ul.product-category > li.active > a {
    background-color: #575757;
    color: #fff;
}

ul.product-category > li.on > a,
ul.product-category > li > a:hover,
ul.product-category > li > a:focus {
    background-color: #f4f4f4 !important;
    color: #337ab7 !important;
}

ul.product-category > li:last-child > a {
    border-right: none;
}

ul.product-category > li.on > .product-menu {
    display: block;
}

.product-menu {
    position: absolute;
    z-index: 5;
    background-color: #f4f4f4;
    padding: 15px 0;
    display: none;
    border-radius: 0 0 3px 3px;
    min-width: 200px;
}

.roomba-product-menu {
    width: 600px;
}

.braava-product-menu {
    width: 200px;
}

ul.product-submenu > li {
    width: 100%;
}

ul.product-submenu > li > a {
    color: #666666;
    font-size: 16px;
    font-family: "HelveticaNeueW01-55Roma", sans-serif;
}

.home-banner {
	position: relative;
}

.home-banner .banner-info-box {
	color: white;
	position: absolute;
	bottom: 50px;
	left: 20px
}

.home-banner .banner-info-box .banner-info-box-title {
	font-size: 24px;
    font-weight: bolder;
    font-style: italic;
}

.home-banner .banner-info-box .banner-info-box-content {
	font-size: 16px;
}

.a-icon {
    background-color: #393f45;
    color: white;
    padding: 10px;
    border-radius: 20px;
    margin: 0;
    margin-left: 35px;
    width: 16px;
    height: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.a-icon--small {
    font-size: 0.875em;
}

.home-slider .cycle-prev, .home-slider .cycle-next {
    position: absolute;
    font-size: 80px;
    bottom: 40%;
    z-index: 6;
    cursor: pointer;
    width: 43px;
    height: 93px;
}
.home-slider .cycle-prev {
    left: -56px;
}
.home-slider .cycle-next {
    right: -56px;
}
.pagerContainer {
    font-size: 16px;
    text-align: center;
}
.pagerContainer a {
    color: #333;
    margin-right: 45px;
    border-right: 1px solid #A7A7A7;
    padding-right: 45px;
    outline: none;
    font-family: Lato, sans-serif;
}
.pagerContainer .last {
    margin: 0;
    padding: 0;
    border: none;
}
.pagerContainer .cycle-pager-active {
    color: #00792D;
}

.home-slider .cycle-slideshow .slideLink {
    display: block;
    position: absolute;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
}

.home-slider .product-title {
    font-size: 35px;
    text-align:justify;
    color: #056839;
    font-weight: bold;
    text-decoration: none;
    line-height: 50px;
}

.home-slider .product-descrip {
    font-size: 20px;
    text-align:justify;
    color: #8cc63e;
    font-weight: normal;
    text-decoration: none;
    line-height: 50px;
}

.homeCallout {
    background-color: #F2F2F2;
    position: relative;
}
.homeCallout.last {
    margin: 0;
}
.homeCallout .calloutTitle {
    font-family: Lato, sans-serif;
    color: #8cc63e;
    font-size: 18px;
    background-color: #DEDEDE;
    padding: 6px 20px;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}
.homeCallout .calloutContent {
    z-index: 1;
    position: relative;
    height: 200px;
    width: 100%;
    font-size: 13px;
    padding: 10px 20px;
    font-family: Lato, sans-serif;
    color: #4D4D4D;
    overflow: hidden;
}

.heading {
    font-size: 25px;
    text-align:justify;
    color: #056839;
    font-weight: normal;
    text-decoration: none;
    line-height: 50px;
}

.subheading {
    text-align:justify;
    color: #056839;
    font-weight: normal;
    text-decoration: none;
    line-height: 50px;
}

.footer {
    width: 100%;
    margin-top: 50px;
	background-color: white;
    color: #393f45;
	border-color: transparent;
	border-top: 5px solid #6CB86A;
	padding: 50px 20px 100px;
	border-radius: 0px;
	margin-bottom: 0px;
}

.footer .contact_head_text {
	font-size: 18px;
	font-weight: bold;
}

a:link {
    text-decoration: none;
    color: #8cc63e;
}
a:visited {
    text-decoration: none;
    color: #056839;
}
a:hover {
    text-decoration: none;
    color: #056839;
}
a:active {
    text-decoration: none;
    color: #056839;
}

.language {
    text-align: right;
    font-size: 12px;
	padding: 15px;
    background-color: #DCE9D5;
}

.language > a {
	color: #393f45;
}

.language > a.active {
	color: #447355;
	font-weight: bold;
	text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 0px -4px 10px rgba(255,255,255,0.3)
}

.subtext {
    font-size: 14px;
    text-align:justify;
    color: #056839;
    font-weight: bold;
    line-height: 18px;
}

/*.accessories_row {
    position: relative;
    height: 180px;
    min-height: 180px;
    margin-top: 20px;
}*/

.accessories_text {
    font-family: Arial, Helvetica, sans-serif;
    color: #056839;
    font-weight: bold;
    font-size: 12px;
}

.grid-item {
    width: 230px;
    height: 200px;
    margin-bottom: 10px;
}

.accessories_image {
    height: 150px;
}

.presentation-title {
	font-family: "Harmonia Sans W05 Black Italic";
    font-size: 36px;
    line-height: 38px;
}

.presentation-description {
	font-family: "Harmonia Sans Pro";
	font-weight: 800;
    font-size: 24px;
    line-height: 28px;
}

@media (max-width: 320px) {
    .top-menu .navbar-brand > img {
        max-width: 180px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .navbar-collapse {
        padding: 0px;
    }
    
    .navbar-collapse li:first-child > a {
        padding-left: 0px;
    }
    
    .navbar-collapse li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .cycle-prev,
    .cycle-next {
        display: none;
    }
    
    .home-slider .product-title {
        font-size: 20px;
    }
    
    ul.product-category > li > a {
        border-right: none;
        text-align: left;
    }
    
    .roomba-product-menu,
    .braava-product-menu {
        width: 100%;
    }
}

#galleria {
    height: 220px;
}

.top-menu .navbar-header .navbar-brand {
    height: 100%;
    padding: 0px;
}

.top-menu .navbar-header .navbar-brand > img {
    height: 50px;
}

a.specifications {
    color:#FAAC58; 
    font-size: 16px;
    text-decoration: underline;
}

/*
.top-menu.desktop {
    display : none;
}

.top-menu.mobile {
    display : block;
}
*/

.terms_of_use b {
    font-size: 16px;
}

.support-menus a > span {
    font-size: 12px;
}

.aftersales .heading {
    font-size: 20px;
}
    
@media (min-width: 768px) {
    
    .support-menus a > span {
        font-size: 14px;
    }
    
    .aftersales .heading {
        font-size: 25px;
    }
	
	/*
    .top-menu.desktop {
        display : block;
    }
    
    .top-menu.mobile {
        display : none;
    }
	*/

    .top-menu .navbar-header .navbar-brand > img {
        height: 60px;
    }
	
	.navbar-header .short-logo {
		display : block;
	}

	.navbar-header .full-logo {
		display : none;
	}
    
    .terms_of_use b {
        font-size: 20px;
    }
    
    #galleria {
        height: 280px;
    }
    
    ul.product-submenu > li {
        width: 200px;
    }
}
@media (min-width: 992px) {
    #galleria {
        height: 350px;
    }
}
@media (min-width: 1200px) {
    #galleria {
        height: 400px;
    }
}


.promotion-item > .card {
	margin-top : 10px;
}

.promotion-item > .card > img {
	width : 100%;
}

.promotion-item > .card .card-title {
	font-size : 14px;
	font-weight : bold;
}

.promotion-item > .card .card-text {
	color: #d9534f;
	font-size : 14px;
	font-weight : bold;
}

.promotions {
	margin-left : -5px;
	margin-right : -5px;
}

.promotions > .promotion-item {
	padding-left : 2px;
	padding-right : 2px;
}

@media (min-width: 475px) {
	.promotion-item > .card .card-title {
		font-size : 18px;
	}

	.promotion-item > .card .card-text {
		font-size : 18px;
	}
	
	.home-banner .banner-info-box {
		bottom: 100px;
		left: 100px;
	}
	
	.home-banner .banner-info-box .banner-info-box-title {
		font-size: 36px;
	}

	.home-banner .banner-info-box .banner-info-box-content {
		font-size: 18px;
	}
}

.head-contact {
	background-color: #DCE9D5;
	color: #60896D;
	border-radius: 5px;
	margin-bottom: 10px;
}

.comparison-table {
	width: 100%;
	border-color: #64a70b;
}

.comparison-table th,
.comparison-table td {
	padding: 5px;
}

.comparison-table thead {
	color: #fff;
	background-color: #64a70b;
}

.comparison-table thead > tr > th {
	text-align: center;
	font-weight: bold;
}

.comparison-table tbody > tr > td:nth-child(n+2) {
	color: #64a70b;
	text-align: center;
}


.header-contact-box {
	width: 100%;
	max-width: 730px;
	margin: 10px 0;
}

@media (min-width: 615px) {
	.header-contact-box.en .narrow-box {
		display: block !important;
	}

	.header-contact-box.en .wide-box {
		display: none !important;
	}

	.header-contact-box.zh_HK .narrow-box {
		display: block !important;
	}

	.header-contact-box.zh_HK .wide-box {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.header-contact-box.en .narrow-box {
		display: none !important;
	}

	.header-contact-box.en .wide-box {
		display: block !important;
	}

	.header-contact-box.zh_HK .narrow-box {
		display: none !important;
	}

	.header-contact-box.zh_HK .wide-box {
		display: block !important;
	}
}


