﻿@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,latin-ext);

body{
	background-color:#fff;
	font-family: 'Roboto Condensed', sans-serif;	
}
.container{
	width: 970px !important;
}

/* FIXED MENU */
.fixed-menu{
	background:url(../img/fixed-menu-bg.png) 0 0 no-repeat;
	height:244px;
	width:104px;
	position:fixed;
	right:0;
	top:50%;
	margin-top:-122px;
	z-index:999;
}
.fixed-menu .close,
.fixed-menu .open{
	display:inline-block;
	height:60px;
	width:30px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-30px;
	text-indent:-99999px;
}
.fixed-menu .link_one,
.fixed-menu .link_two{
	display:inline-block;
	height:128px;
	width:74px;
	position:absolute;
	right:0;
	top:0;
	text-indent:-99999px;
}
.fixed-menu .link_two{
	height:115px;
	top:129px;
}

/* HEAD */
header{
	background:#fff url(../img/head-top.jpg) center 0 no-repeat;
	padding-top:56px;
}
header .container{
	position:relative;
}
header .container .logo{
	display:inline-block;
	width:255px;
	height:55px;
	position:absolute;
	left:140px;
	top:-55px;
	text-indent:-9999px;
}
header .navbar{
	margin:0;
}
header .navbar-default{
	background-color:#fff;
	border:none;
	border-bottom:#e7e7e7 solid 1px;
	padding:10px 0;
}
header .navbar-default .navbar-nav > li > a{
	color:#a5a5a5;
	font-size:15px;
	font-weight:700;
}
header .nav > li > a{
	padding:20px 20px 20px 0;
}
header .navbar-right > li > a{
	padding:0 0 0 10px;
}
header .navbar-default .navbar-nav > .active > a, 
header .navbar-default .navbar-nav > .active > a:hover, 
header .navbar-default .navbar-nav > .active > a:focus{
	background-color:transparent;
	color:#008852;
}
header .navbar-right {
    float: right !important;
}
header .navbar-default .navbar-nav > li > a.dropdown-toggle{
	background:url(../img/login-btn.png) 0 0 no-repeat;
	height:60px;
	width:240px;
	margin-right:0;
	padding:0;
	text-indent:-9999px;
}
header .navbar-collapse{
	padding:0;
}
header .dropdown-menu{
	border: 0;
    border-bottom: none;
    border-top: none;
    border-radius: 0;
    margin: 0;
    min-width:250px;
    padding: 5px 5px 5px;
	right: -5px;
}
header .dropdown-menu{
	border: 0;
    border-bottom: none;
    border-top: none;
    border-radius: 0;
    margin: 0;
    min-width:75px;
    padding: 5px 5px 5px;
	right: -5px;
}
header .navbar-right .dropdown-menu{
	right: -5px;
}
.login {
    right: -70px;
	width: 270px;
}
header .form-group{
	margin-bottom:10px;
}
header .dropdown-menu input[type="text"],
header .dropdown-menu input[type="password"]{
	background-color:#f7f5f6;
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left bottom,
		color-stop(0, #F5F5F5),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background-image: linear-gradient(to left, #F5F5F5 0%, #FFFFFF 100%);
	
	border-radius:0;
	color:#969595;
	font-size:12px;
	font-weight:700;
	height:48px;
	border:1px solid #f1f1f1;
}
header .dropdown-menu input[type="submit"]{
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#008a42), to(#00b662));
	background: -webkit-radial-gradient(circle, #008a42, #00b662);
	background: -moz-radial-gradient(circle, #008a42, #00b662);
	background: -o-radial-gradient(circle, #008a42, #00b662);
	background: -ms-radial-gradient(circle, #008a42, #00b662);
	background: radial-gradient(circle, #008a42, #00b662);
	background-color: #008a42;
	
	border:#009949 solid 1px;
	border-radius:0;
	color:#fff;
	font-size:12px;
	font-weight:700;
	height:48px;
}
header .dropdown-menu a.remember{
	color:#6c6c6c;
	display:inline-block;
	font-size:12px;
	line-height:1;
	margin-top:10px;
	width:100%;
}
header .dropdown a{
	padding:0;
}
header .navbar-default .navbar-nav > li > a:hover, 
header .navbar-default .navbar-nav > li > a:focus{
	background-color:transparent;
}
header .navbar-default .navbar-nav > .open > a, 
header .navbar-default .navbar-nav > .open > a:hover, 
header .navbar-default .navbar-nav > .open > a:focus{
	background-color:transparent;
}
@media (max-width:767px){
	header{
		background-position:-800px 0;
	}
	header .container .logo{
		left:60px;
	}
	header .navbar-default .navbar-nav > li > a.dropdown-toggle{
		background-position:center top;
		margin:0;
		width:100%;
	}
	header .dropdown-menu a.remember{
		text-align:center;
		width:100%;
	}
}


/* PROMO */
.promo{
	background-image:url(../img/promo.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:960px;
}
.promo .promo-content{
	background-color:#fff;
	margin-left:0px;
	margin-top:50px;
}
.promo .promo-content .nav-tabs{
	border:none;
}
.promo .promo-content .nav-tabs > li > a{
	border:none;
	font-size: 42px;
    line-height: 1;
    padding: 20px 0 20px 20px;
	color:#a0a0a0
}
.promo .promo-content .nav-tabs > li > a:hover{
	border:none;
	background-color:transparent;
}
.promo .promo-content .nav-tabs > li.active > a, 
.promo .promo-content .nav-tabs > li.active > a:hover, 
.promo .promo-content .nav-tabs > li.active > a:focus{
	border:none;
	color:#008f3a;
}
.promo .promo-content .nav-tabs > li.active > a span, 
.promo .promo-content .nav-tabs > li.active > a:hover span, 
.promo .promo-content .nav-tabs > li.active > a:focus span{
	border:none;
	color:#e60014;
}
.promo .promo-content .tab-pane{
	padding:30px 0 0 50px;
}
.promo .promo-content .tab-pane h4{
	margin: 30px 0 15px 0;
    font-size: 24px;
    font-weight: 400;
    color: #313131;
}
.promo .promo-content .tab-pane p{
	padding:0 100px 0 0;
	font-size:16px;
	font-weight:400;
	color:#7e7e7e;
}
.promo .container{
	position:relative;
}
.promo .promoSlider{
	margin:0;
	padding:0;
}
.promo .promoSlider .promo-capture{
	background-color:#ed1c2f;
	height:145px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.promo .promoSlider .promo-capture p{
	color:#fff;
	font-size:17px;
	line-height:1;
	padding:38px 50px;
	margin:0;
}
.promo .promo-title{
	background-color:#fff;
	height:174px;
	width:585px;
	position:absolute;
	bottom:145px;
	left:30px;
	padding:20px 40px;
}
.promo .promo-title h3{
	color:#c1c1c1;
	font-size:28px;
	font-weight:400;
	margin:0 0 15px;
}
.promo .promo-title h3.active{
	color:#008852;
	font-size:40px;
	font-weight:700;
}
.promo .promo-title h3.active span{
	color:#ed1c2f;
}
.promo .promo-pager{
	width:58px;
	height:174px;
	position:absolute;
	left:615px;
	bottom:145px;
}
.promo .promo-pager a{
	background-color:#1d8057;
	border:#00683e solid 1px;
	color:#fff;
	display:block;
	font-size:20px;
	font-weight:400;
	line-height:58px;
	height:58px;
	width:58px;
	text-align:center;
}
.promo .promo-pager a:hover,
.promo .promo-pager a.active{
	background-color:#00683e;
	text-decoration:none;
}
.promo .promo-control{
	background-color:#d7192b;
	position:absolute;
	right:15px;
	bottom:0px;
}
.promo .promo-control a{
	color:#bb1625;
	font-size:90px;
	font-weight:300;
	line-height:145px;
}
.promo .promo-control a.bx-prev{
	padding-left:46px;
	padding-right:15px;
}
.promo .promo-control a.bx-next{
	padding-right:46px;
	padding-left:15px;
}


/* WHAT */
.what{
	position:relative;
}
.what .what-content{
	margin-top:-45%;
	display:table;
}
.what .what-content .nav-tabs{
	border:none;
    margin: 0px 0px 0 0px;
}
.what .what-content .nav-tabs > li {
	width:25%
	
}
.what .what-content .nav-tabs > li > a span{
    float: left;
    font-size: 65px;
    line-height: 1;
	font-weight:400;
}
.what .what-content .nav-tabs > li > a{
	border:none;
	background-color:#fff;
	border-radius:0;
	text-align:right;
	color:#008f3a;
	font-weight:700;
	font-size:15px;
	padding:20px;
	margin-bottom:3px;
}
.what .what-content .nav-tabs > li > a:hover{
	border:none;
	color:#fff;
	background-color:#008f3a;
	transition:.6s;
}
.what .what-content .nav-tabs > li.active > a::after{
	content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 55px solid #008f3a;
    border-left: 55px solid transparent;
    right: 0;
    top: 90px;
    z-index: 1;
}
.what .what-content .nav-tabs > li.active > a, 
.what .what-content .nav-tabs > li.active > a:hover, 
.what .what-content .nav-tabs > li.active > a:focus{
	border:none;
	color:#fff;
	background-color:#008f3a;
}
.what .what-content .tab-pane{    
	margin: 0px 0px 0 0px;
	background-color:#fff;
	margin-right:2px;
    padding: 50px 0 40px 0px;
}
.what .what-content .tab-pane .tab-parag{
	display:table-cell;
	vertical-align:middle;
}
.what .what-content .tab-pane .tab-img{
	display:table-cell;
}
.what .what-content .tab-pane h4{
}
.what .what-content .tab-pane p{
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 85px;
	color:#7e7e7e;
}
.what .panel{
	border:none;
	border-radius:0;
	box-shadow:none;
}
.what .panel-default > .panel-heading{
	background:url(../img/home-tab-bg.jpg) 0 0 no-repeat;
	border-color:transparent;
	border-radius:0;
	height:80px;
	padding:0;
}
.what .panel-default:nth-child(1) > .panel-heading.active{
	background-position:0 -80px;
}
.what .panel-default:nth-child(1) > .panel-heading.active a{
	color:#fff;
}
.what .panel-default:nth-child(2) > .panel-heading{
	background-position:0 -160px;
}
.what .panel-default:nth-child(2) > .panel-heading.active{
	background-position:0 -240px;
}
.what .panel-default:nth-child(2) > .panel-heading.active a{
	color:#fff;
}
.what .panel-default:nth-child(3) > .panel-heading{
	background-position:0 -320px;
}
.what .panel-default:nth-child(3) > .panel-heading.active{
	background-position:0 -400px;
}
.what .panel-default:nth-child(3) > .panel-heading.active a{
	color:#fff;
}
.what .panel-default:nth-child(4) > .panel-heading{
	background-position:0 -480px;
}
.what .panel-default:nth-child(4) > .panel-heading.active{
	background-position:0 -560px;
}
.what .panel-default:nth-child(4) > .panel-heading.active a{
	color:#fff;
}
.what .panel-default > .panel-heading h4{
	font-size:24px;
	font-weight:700;
}
.what .panel-default > .panel-heading a{
	color:#8e8e8e;
	display:block;
	line-height:80px;
	padding:0 60px;
}
.what .panel-default > .panel-heading a:hover,
.what .panel-default > .panel-heading a:focus{
	text-decoration:none;
}
.what .panel-body{
	padding:0 0 60px;
}
.what .panel-body img{
	margin-bottom:60px;
}
.what .panel-body h1{
	color:#017547;
	font-size:160px;
	font-weight:700;
	line-height:0.7;
	margin-left:60px;
	margin-right:20px;
}
.what .panel-body h4{
	color:#017547;
	font-size:42px;
	font-weight:700;
	margin-right:60px;
}
.what .panel-body p{
	color:#8e8e8e;
	font-size:16px;
	font-weight:400;
	margin-right:60px;
}
@media (max-width:767px){
	.what .panel-default > .panel-heading{
		height:40px;
	}
	.what .panel-default > .panel-heading h4{
		font-size:12px;
	}
	.what .panel-default > .panel-heading a{
		line-height:40px;
		padding:0 10px;
	}
	.what .panel-body{
		padding:0 0 20px;
	}
	.what .panel-body img{
		margin-bottom:20px;
	}
	.what .panel-body h4{
		color:#017547;
		font-size:14px;
		font-weight:700;
		margin-left:20px;
		margin-right:20px;
	}
	.what .panel-body p{
		color:#8e8e8e;
		font-size:12px;
		font-weight:400;
		margin-left:20px;
		margin-right:20px;
	}
}


/* HOW */
.how{
	position:relative;
}
.how .box{
	background-color:#fff;
	display:block;
	position:relative;
	width:100%;
}
.how .box .title{
	background:url(../img/how-title-bg.jpg) 0 0 no-repeat;
	padding:40px;
}
.how .box .title h2{
	color:#fff;
	font-size:56px;
	font-weight:700;
	margin:0;
	line-height:0.8;
}
.how .box p{
	color:#8e8e8e;
	font-size:16px;
	font-weight:400;
	line-height:1;
	margin:0;
	padding:60px 320px 70px 60px;
}
.how .box img{
	display:inline-block;
	position:absolute;
	bottom:0;
	right:60px;
}
.how .box a{
	display:inline-block;
	position:absolute;
	bottom:80px;
	right:100px;
}


/* VIDEOS */
.video{
	margin-top:20px;
}


/* PAGE TITLE */
.page-title{
	background-color:#d7192b;
	height:145px;
}
.page-title h1{
	color:#fff;
	font-size:36px;
	font-weight:700;
	line-height:145px;
	margin:0;
	padding:0 25px;
}
.page-title .breadcrumb{
	background-color:transparent;
	line-height:145px;
	margin:0;
	padding:0 60px 0 0;
	text-align:right;
}
.page-title .breadcrumb a{
	color:#fff;
	font-size:14px;
	font-weight:400;
}
.page-title .breadcrumb > .active{
	color:#fff;
	font-weight:700;
}
@media (max-width:767px){
	.page-title{
		height:auto;
	}
	.page-title h1{
		font-size:16px;
		font-weight:700;
		line-height:2px;
		padding:20px;
		text-align:center;
	}
	.page-title .breadcrumb{
		background-color:transparent;
		line-height:1px;
		margin:20px;
		padding:0;
		text-align:center;
	}
	.page-title .breadcrumb a{
		font-size:12px;
	}
}


/* CONTENT */
.content{
	position:relative;
}
.content .box{
	background-color:#fff;
}
.content .box.dictionary{
	padding:30px;
}
.content .box .leftside{
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left bottom,
		color-stop(0, #f4f4f4),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(left, #f4f4f4 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(left, #f4f4f4 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(left, #f4f4f4 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(left, #f4f4f4 0%, #FFFFFF 100%);
	background-image: linear-gradient(to left, #f4f4f4 0%, #FFFFFF 100%);
	
	padding:25px; 
}
.content .box h2{	
	color:#ed1c2f;
	font-size:36px;
	font-weight:700;
	line-height:1;
	margin:0px; 
}
.content .box h2 span{
	color:#00914a;
}
.content .box .nav-pills > li > a{
	border-radius:0;
	color:#7c7c7c;
	font-size:17px;
	padding:17px 40px 17px 15px;
	position:relative;
}
.content .box .nav-pills > li.active > a, 
.content .box .nav-pills > li.active > a:hover, 
.content .box .nav-pills > li.active > a:focus{
	background-color:#00914a;
	border-right:#06a255 solid 1px;
	color:#fff;
}
.content .box .nav-pills > li.active:after{
	content:'';
	width: 0;
	height: 0;
	border-top: 29px solid transparent;
	border-left: 29px solid #049c51;
	border-bottom: 29px solid transparent;
	position:absolute;
	right:-29px;
	top:0;
}
.content .box .tab-content > .tab-pane{
	padding:30px;
}
.content .box .tab-content > .tab-pane h3{
	color:#008852;
	font-size:30px;
	font-weight:700;
	margin:20px 0;
}
.content .box .tab-content > .tab-pane h4{
	color:#ed1c2f;
	font-size:18px;
	font-weight:700;
	margin:0 0 10px;
}
.content .box .tab-content > .tab-pane p, 
.content .box .tab-content > .tab-pane ul{
	color:#8e8e8e;
	font-size:18px;
	font-weight:400;
}
.content .box.dictionary a{
	color:#919191;
	display:block;
	font-size:66px;
	font-weight:700;
	text-align:center;
}
.content .box.dictionary a.last{
	background-color:#919191;
	color:#fff;
	font-size:12px;
	line-height:1;
	padding:12px 8px;
	text-align:left;
	margin:20px 0;
}
.content .box.dictionary a.passive{
	color:#e0e0e0;
}
.content .box.dictionary a:hover,
.content .box.dictionary a:focus,
.content .box.dictionary a.active{
	background-color:#008852;
	color:#fff;
	text-decoration:none;
}
.content .box.dictionary a:hover:after,
.content .box.dictionary a.active:after{
	content:'';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #008852;
	border-bottom: 10px solid transparent;
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-10px;
}
.content .box.dictionary a.passive:hover,
.content .box.dictionary a.passive:focus,
.content .box.dictionary a.passive.active{
	background-color:transparent;
	color:#e0e0e0;
}
.content .box.dictionary a.passive:hover:after,
.content .box.dictionary a.passive.active:after{
	content:'';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-10px;
}
.content .box.dictionary .tab-content > .tab-pane{
	padding:20px;
}
.content .box.dictionary .tab-content > .tab-pane h4{
	color:#008852;
	font-size:18px;
	font-weight:700;
	margin:0 0 10px;
}
.content .box.dictionary .tab-content > .tab-pane p{
	color:#8e8e8e;
	font-size:14px;
	font-weight:400;
	margin:0 0 10px;
}
.content .box.dictionary input[type="text"],
.content .box.dictionary input[type="password"]{
	background-color:#f5f5f5;
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left bottom,
		color-stop(0, #F5F5F5),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background-image: linear-gradient(to left, #F5F5F5 0%, #FFFFFF 100%);
	
	border-radius:0;
	color:#969595;
	font-size:12px;
	font-weight:700;
	height:48px;
}
.content .box.dictionary textarea{
	background-color:#f5f5f5;
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left bottom,
		color-stop(0, #F5F5F5),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background-image: linear-gradient(to left, #F5F5F5 0%, #FFFFFF 100%);
	
	border-radius:0;
	color:#969595;
	font-size:12px;
	font-weight:700;
}
.content .box.dictionary input[type="submit"]{
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#008a42), to(#00b662));
	background: -webkit-radial-gradient(circle, #008a42, #00b662);
	background: -moz-radial-gradient(circle, #008a42, #00b662);
	background: -o-radial-gradient(circle, #008a42, #00b662);
	background: -ms-radial-gradient(circle, #008a42, #00b662);
	background: radial-gradient(circle, #008a42, #00b662);
	background-color: #008a42;
	
	border:#009949 solid 1px;
	border-radius:0;
	color:#fff;
	font-size:12px;
	font-weight:700;
	height:48px;
}
@media (max-width:767px){
	.content .box .leftside{
		background-image:none;
		padding:20px;
	}
	.content .box h2{
		font-size:18px;
	}
	.content .box .nav-pills > li > a{
		font-size:14px;
		padding:17px;
		position:relative;
	}
	.content .box .nav-pills > li.active > a, 
	.content .box .nav-pills > li.active > a:hover, 
	.content .box .nav-pills > li.active > a:focus{
		background-color:#00914a;
		border-right:#06a255 solid 1px;
		color:#fff;
	}
	.content .box .nav-pills > li.active:after{
		border-top: 0px solid transparent;
		border-left: 0px solid #049c51;
		border-bottom: 0px solid transparent;
	}
	.content .box .tab-content > .tab-pane h3{
		font-size:16px;
	}
	.content .box .tab-content > .tab-pane h4{
		font-size:12px;
	}
	.content .box .tab-content > .tab-pane p, 
	.content .box .tab-content > .tab-pane ul{
		font-size:12px;
	}
	.content .box .tab-content > .tab-pane{
		padding:20px;
	}
	.content .box.dictionary .tab-content > .tab-pane h4{
		font-size:14px;
	}
	.content .box.dictionary .tab-content > .tab-pane p{
		font-size:12px;
	}
}


/* FOOTER */
footer{
	background-color:#00914a;
	margin-top:30px;
	padding:40px 0;
}
footer a{
	color:#a3ffd2;
	display:inline-block;
	font-size:12px;
	font-weight:400;
	margin-right:20px;
	margin-top:8px;
}
footer a:hover,
footer a.active{
	color:#fff;
	text-decoration:none;
}
footer a.logo{
	margin:0;
}
footer p{
	color:#a3ffd2;
	display:inline-block;
	font-size:12px;
	font-weight:400;
	margin:0 20px;
	text-align:right;
}
footer p a{
	margin:0;
}
@media (max-width:767px){
	footer a{
		margin:0px;
		width:45%;
	}
	footer a.logo{
		width:100%;
		text-align:center;
		margin:10px 0;
	}
	footer p{
		display:block;
		margin:0px;
		text-align:center;
		width:100%;
	}
	footer p a{
		margin:0;
		width:auto;
	}
}