/* Customisation 
	1. BACKGROUND IMAGE
	2. COLORS
	3. FONTS
*/

/* 1. BACKGROUND IMAGE */
/* Circle diagram background*/
.circle-graph .center-illustr .circle-bg {
	background-image: url(../img/bg_abstract.png);
}
.section.download{
	background: url("../img/texture_download.png");
	background-repeat: repeat;
	background-attachment: fixed;
}

/* 2. COLORS */
/* TOP MENU */
.top-menu ul.btn-groups li a.cta:hover {
	background: #407C24;
}
/* COVERS */
.cover .title h2 .high {
	color: #407C24;
}
.cover.small .title .btn-groups a {
	border-color: #407C24;
}
.cover.small .title .btn-groups a:after {
	background: #407C24;
}
.cover.small .title .btn-groups a {
/*	color: #222;*/
}
.cover.small .title .btn-groups a:hover {
	color: #407C24;
}
.cover .scroll-down a .highlight {
	color: #CCE67A;
}
.cover .scroll-down a:hover .icon {
	background: #CCE67A;
}
/* SECTIONS */
.price-list .items .list > li .price .value,
.feature ul.list-feature li .icon ,
.feature .section-icon .icon ,
.small.feature .text ul.icons-list li .illustr .icon ,
.circle-graph .center-illustr .item .f-icon {
	color: #407C24;
}
.price-list .items .list > li .price a::after,
.price-list .items .list > li .price a::before,
.centered.feature .text h2::after {
	background:  #407C24;
}
/* BUTTONS */
.owl-carousel .owl-controls .owl-dots .owl-dot.active,
.owl-carousel .owl-controls .owl-dots .owl-dot:hover,
.register .form-container,
.cta-button.alt-cta a.btn.op-cta:hover, 
.cta-button.alt-cta a.btn {
	border-color: #407C24;
}
/*.cta-button.alt-cta a.btn.op-cta:hover,*/
.contact .form .button:hover,
.owl-carousel .owl-controls .owl-dots .owl-dot.active ,
.register .form-container .button,
.register .form-container .button:before,
.cta-button.alt-cta a.btn.op-cta:hover:after,
.cta-button.alt-cta a:after {
	background: #407C24;
}
.cta-button.alt-cta a.btn.op-cta:hover{
	color: #fff;
}
.register .form-container .button:hover,
.cta-button.alt-cta a.btn.op-cta, 
.cta-button.alt-cta a:hover {
	color: #407C24;
}
.small.feature .text .list-feature h2.title ,
.feature .f-grid .desc h3,
.feature .f-grid .icon-c .icon,
.circle-graph .center-illustr .item h3,
.how-list .small.feature .text h2.title ,
.feature .text h3.subtitle.alt {
    color: #407C24;
}
.price-list .items .list > li .price a::after,
.price-list .items .list > li .price a::before{
	background: #407C24;
}
.price-list .items .list > li .price a.btn{
	background: #fff;
	color: #407C24;
}
.price-list .items .list > li .features .icons-list li .illustr .icon{
	color: #407C24;
}
.price-list .items .list > li .price a.btn:hover{
	background: rgba(255, 255, 255, 0.15);
}
/* 3. FONTS */

.cover.small .title h2 ,
.small.feature .text h2.title.big {
	font-family: "Roboto";
	font-weight: 100;
}

.centered.feature h2 {
	font-family: "Roboto" !important;
	font-weight: 100;
}
.feature .text h2.title {
	text-transform: none;
}
.cover .title h2 .high {
	font-family: "Roboto" ;
    font-weight: 600;
}
.feature .f-grid .desc h3 ,
.circle-graph .center-illustr .item h3 ,
.small.feature .text h2.title {
    font-family: "Roboto" ;
/*    font-weight: 100;*/
	text-transform: none;
}
.small.price-list .items .list > li .title h3,
.small.price-list .items .list > li .price .value ,
.small.price-list .items .list > li .price a.btn,
.section.testimony h3 ,
.price-list-table .item .wrapper .price ,
.price-list-table .item .wrapper h3 ,
.grid-items ul li .text-wrapper h3{
	font-family: "Roboto" ;
    font-weight: 600;
	text-transform: none;
}
.small.feature .text .list-feature h2.title ,
.feature .f-grid .desc h3,
.feature .f-grid .icon-c .icon,
.circle-graph .center-illustr .item h3,
.how-list .small.feature .text h2.title  ,
.feature .text h3.subtitle.alt {
	font-family: "Roboto" ;
    font-weight: 300;
	text-transform: none;
}
.small.feature-quote .text h2.title  ,
.contact .subtitle {
	text-transform: uppercase;
	font-family: "Roboto" ;
    font-weight: 600;
}
.small.feature-quote .text h2.title .left-s {
	margin-top: -0.27em;
	
}

.small.feature-quote .text h3.subtitle {
	font-family: "Roboto" ;
    font-weight: 100;
	text-transform: none;
}

.contact p,
.contact .form .input,
.contact .form textarea,
.contact .form label{
	font-family: "Roboto";
}