

@font-face {
	font-family: 'FilsonSoftRegular';
	src:url('../fonts/Filson-Soft-Regular.otf');
}

@font-face {
	font-family: 'FilsonSoftBold';
	src:url('../fonts/Filson-Soft-Bold.otf');
}

body {
	padding:0;
	margin:0;
	font-family: 'FilsonSoftRegular';
}

.index-body {
	
}

.rs-hide {
	display: none;
}

.index-body-black {
	height: 100%;
	background-color: #262626; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #000000, #262626); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #000000, #262626); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #000000, #262626); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #000000, #262626); /* Standard syntax */
	
	background-image: url(../images/index_bkg1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.index-body-white {
	background-color: #fff;
}

.robin-navbar {
	position: fixed;
	background: blue;
	height: 60px;
	width: 100%;
	margin-left: 12px;
	margin-top: 36px;
	background: #198CDB; /* For browsers that do not support gradients */
	background-image: linear-gradient(45deg, #01579B 0%, #03A9F4 100%);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.30);
	border-radius: 4px 0 0 4px;
	min-width: 800px;
	top:0;
	z-index:10;
}

.robin-navbar .nav-logo {
	margin-left: 36px;
	margin-top: 16px;
	float:left;
	display:block;
}

.robin-navbar .nav-logo img {
	width:106px;
	height:28px;
}

.robin-navbar .nav-items {
	text-align: center;
	height:60px;
	line-height:60px;
	vertical-align: middle;
	padding-right: 80px;
}

.robin-navbar .nav-items a {
	color: white;
	text-decoration: none;
	font-weight: 300;
	font-size: 12px;
	margin-right: 24px;
	transition: 0.5s;
	font-family: 'Lato', sans-serif;
	font-size:12px;
}

.robin-navbar .nav-items a:hover {
	opacity: 0.8;
}

.robin-navbar .nav-items .actived {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight: bold;
}

.robin-navbar .nav-login {
	float: right;
	display: block;
	height: 30px; 
	width: 100px;
	margin-top: -46px;
	margin-right: 32px;
	background: transparent;
	color: white;
	border: 1px solid #fff;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.2s;
}

.robin-navbar .nav-login:HOVER {
	opacity: 0.8;	
}

.robin-navbar .nav-login a {
	display: block;
	color: white;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.5px;
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
	text-align: center; 
	padding: 20px;
}

.robin-home-logo-index {
	width:105px;
}

.index-content {
	width:100%;
	height:460px;
	margin-top:200px;
	position: relative;
	overflow: hidden;
}

.index-content-page {
	float:left;
	overflow: hidden;
	height:460px;
}

.index-content-page-container {
	
}

.index-welcome-text {
	color:#fff;
	font-family: 'FilsonSoftRegular';
	font-size:38px;
	text-align: center;
	letter-spacing: 1.38px;
	line-height:56px;
	width:640px;
	margin:0 auto;
}

.general-button {
	display: block;
	background-image: linear-gradient(45deg, #01579B 0%, #03A9F4 100%);
	font-size: 12px;
	width:300px;
	padding:20px 0 15px 0;
	text-align: center;
	color:#fff;
	text-decoration: none;
	border-radius: 4px;
	font-family: 'FilsonSoftRegular';
}

.general-button img {
	margin-right:10px;
}

.general-button:hover {
	background: #03A9F4;
}

.meet-robin-button {
	margin:30px auto 0 auto;
}

.index-left-arrow {
	position: absolute;
	top:150px;
	left:30px;
	cursor: pointer;
}

.index-right-arrow {
	position: absolute;
	top:150px;
	right:30px;
	cursor: pointer;
}

.index-apple-watch-container {
	margin:0 auto;
	width:800px;
}

.index-apple-watch-container .col-left {
	vertical-align: top;
	width:400px;
	padding-top:100px;
}

.index-apple-watch-container .col-right {
	width:401px;
}

.index-apple-watch-container .col-left .row1 {
	
}

.index-apple-watch-container .col-left .row2 {
	color:#395562;
	margin-top:20px;
}

.index-apple-watch-container .col-left .row3 {
	margin-top:80px;
}


.meetrobin-body {
	overflow: hidden;
}

.meetrobin-viewport {
	overflow: hidden;
	
}

.meetrobin-bkg1 {
	background-color: #262626; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left bottom, #000000, #262626); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #000000, #262626); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top right, #000000, #262626); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #000000, #262626); /* Standard syntax */

}

.meetrobin-bkg2 {
	background-color: #F44336; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left bottom, #B71C1C, #F44336); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #B71C1C, #F44336); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top right, #B71C1C, #F44336); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #B71C1C, #F44336); /* Standard syntax */
	
}

.meetrobin-bkg3 {
	background-color: #E91E63; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left bottom, #E91E63, #9C2162); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #E91E63, #9C2162); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top right, #E91E63, #9C2162); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #E91E63, #9C2162); /* Standard syntax */
}

.meetrobin-bkg4 {
	background-color: #9C27B0; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left bottom, #9C27B0, #4A148C); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #9C27B0, #4A148C); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top right, #9C27B0, #4A148C); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #9C27B0, #4A148C); /* Standard syntax */
}

.meetrobin-bkg5 {
	background-color: #3F51B5; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left bottom, #1A237E, #3F51B5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #1A237E, #3F51B5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top right, #1A237E, #3F51B5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #1A237E, #3F51B5); /* Standard syntax */
}

.meetrobin-page {
	overflow: hidden;
	position: relative;
}

.meetrobin-page1 {
	width:640px;
	padding-top:130px;
	margin:0 auto 0 auto;
	min-height:770px;
	position: relative;
}

.meetrobin-page1-logo {
	text-align: center;
}

.meetrobin-page1-logo img {
	width:128px;
	height:128px;
}

.meetrobin-page1-logo-text {
	font-size:36px;
	color:#117DBF;
	text-align: center;
	margin-top:30px;
}

.meetrobin-page1-text {
	color:#9B9B9B;
	font-size: 18px;
	margin:30px auto 0 auto;
	font-family: 'Open Sans', sans-serif;
}

.meetrobin-page1-ui {
	margin:50px auto 0 auto;
	text-align: center;
	bottom: 0;
	position: absolute;
	width:640px;
}

.meetrobin-page1-ui img {
	margin-bottom: 0;
}

.meetrobin-page2 {
	width:710px;
	padding-top:130px;
	margin:0 auto 0 auto;
	min-height:770px;
	position: relative;
}

.meetrobin-page2-image {
	position:absolute;
	top:450px;
	right:-55px;
}

.meetrobin-page2-image img {
	width:250px;
}

.meetrobin-page2-logo {
	text-align: center;
}

.meetrobin-page2-logo-text {
	margin-top:20px;
	font-size:36px;
	color:#fff;
	text-align: center;
}

.meetrobin-page2-features {
	color:#fff;
}

.meetrobin-page2-features .item {
	overflow: hidden;
	margin:60px 0 0 0;
}

.meetrobin-page2-features .item .icon {
	float:left;
	margin-right:20px;
}

.meetrobin-page2-features .item .text {
	float:left;
	width:560px;
	margin-top:15px;
}

.meetrobin-page2-features .item .text .title {
	font-size:36px;
	font-family: 'FilsonSoftBold';
}

.meetrobin-page2-features .item .text .content {
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}

.meetrobin-page3-image {
	position:absolute;
	top:450px;
	left:-75px;
}

.meetrobin-page3-image img {
	width:250px;
}

.meetrobin-page4-image {
	position:absolute;
	top:380px;
	right:-55px;
}

.meetrobin-page4-image img {
	
}

.wheretobuy-body {
	background-color: #f9f9f9;
}

.robin-wheretobuy-content {
	margin-top:150px;
}

.robin-wheretobuy-content .logo {
	text-align: center;
}

.robin-wheretobuy-content .logo img {
	width:120px;
}

.robin-wheretobuy-content .title {
	font-size:36px;
	color:#117CBF;
	margin-top:30px;
	text-align: center;
}

.robin-wheretobuy-content .text {
	color:#9B9B9B;
	font-size:20px;
	width:720px;
	margin:40px auto 0 auto;
	text-align: center;
	font-family: 'Lato', sans-serif;
}

.address-search-container {
	margin:30px 0 0 0;
	text-align: center;
}

.address-search-result {
	min-height:300px;
}

.robin-company-item-container {
	width:720px;
	margin:10px auto 80px auto;
	background-color: #fff;
	
}

.robin-company-item {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ddd;
	padding:25px 10px 20px 40px;
}

.robin-company-item:LAST-CHILD {
	border-bottom: 1px solid #ddd !important;
}

.robin-company-item:hover {
	background-color: #f9f9f9;
}

.robin-company-item .name {
	color:#555;
}

.robin-company-item .tel{
	color:#888;
	float:right;
	margin-top:-15px;
}

.robin-form-control {
	border:1px solid #ddd;
	border-radius: 4px;
	font-size:16px;
	padding: 0 20px 0 20px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
}

.robin-form-control:FOCUS {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.robin-form-error-message {
	color:#e00;
	margin-top: 10px;
}

.robin-manual-search-input {
	width:100%;
	height:45px;
	border:1px solid #ddd;
	border-radius: 4px;
	font-size:16px;
	padding: 5px 20px 0 47px;
	background-image: url('../images/icon_search.svg');
    background-position: 16px 14px;
    background-repeat: no-repeat;
}

.address-search-container input {
	width:650px;
	height:45px;
	border:1px solid #ddd;
	border-radius: 4px;
	font-size:16px;
	padding: 0 20px 0 47px;
	background-image: url('../images/icon_search.svg');
    background-position: 16px 16px;
    background-repeat: no-repeat;
}

.support-content {
	
}

.support-content .logo {
	margin-top:150px;
	text-align: center;
}

.support-content .title {
	text-align: center;
	color: #3F51B5;
	font-size:36px;
	letter-spacing: 1.38px;
	margin-top:30px;
}

.support-content .text {
	text-align: center;
	margin-top:30px;
	color:#9B9B9B;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}

.support-buttons {
	margin-top:40px;
	text-align: center;
}

.support-button {
	width:162px;
	height:216px;
	display: inline-block;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.30);
	text-decoration: none;
	position: relative;
	margin:0 0 0 20px;
	transition: 0.3s;
}

.support-button:hover {
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.30);
	opacity: .9;
}

.support-button img {
	display: block;
	margin:18px 0 0 18px;
}

.support-button span {
	position:absolute;
	display: block;
	margin:0 5px 0 18px;
	text-decoration: none;
	color:#f4f4f4;
	font-size:24px;
	text-align: left;
	bottom: 10px;
	line-height: 30px;
	font-family: 'Lato', sans-serif;
}

.support-buttons .btn-support {
	background: linear-gradient(-225deg, #F44336 0%, #B71C1C 100%);
}

.support-buttons .btn-manual {
	background-image: linear-gradient(-45deg, #9C2162 0%, #E91E63 100%);
}

.support-buttons .btn-technician {
	background-image: linear-gradient(-45deg, #4A148C 0%, #9C27B0 100%);
}

.support-buttons .btn-feature {
	background-image: linear-gradient(-45deg, #1A237E 0%, #3F51B5 100%);
}

.robin-support-dialog {
	margin-top:100px;
}

.robin-form-message {
	height:100px !important;
}

.robin-form-button-container {
	overflow: hidden;
}

.robin-form-button {
	color:#fff;
	width:300px;
	padding:15px 0 10px 0;
	text-align: center;
	border-radius: 5px;
	cursor:pointer;
	background: #198CDB;
	background-image: linear-gradient(45deg, #01579B 0%, #03A9F4 100%);
}

.robin-form-button:hover {
	background: #03A9F4;
}

.robin-manual-list-container {
	height:300px;
	overflow-x:hidden;
	overflow-y: scroll;
	margin: 5px 0 0 0;
	padding-right:5px;
}

.robin-manual-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 12px;
	
	margin-left: auto;
	margin-right: auto;
}

.robin-manual-list li a {
	border: 1px solid #ddd; /* Add a border to all links */
	margin-top: -1px; /* Prevent double borders */
	background-color: #fff; /* Grey background color */
	padding: 12px; /* Add some padding */
	padding-left: 48px;
	text-decoration: none; /* Remove default text underline */
	font-size: 18px; /* Increase the font-size */
	color: #3A5562; /* Add a black text color */
	display: block; /* Make it into a block element to fill the whole list */
	font-size: 16px;
}

.robin-manual-list li a:hover:not(.li_header) {
	background-color: #eee; /* Add a hover effect to all links, except for headers */
}

.robin-manual-list .li_add {
	font-size: 12px;
	opacity: 0.7;
	display: block;
}


