/* Table of Content
 *	- Stunning Text Header
 *	- Sections
 *	- Features  + icon Box
 * 	- Testimonials
 *  - Buttons
 *  - Tabs
 *  - Accordions & Toggles
 *  - Dividers
 *  - CSS3 Animation Box
 */
 
 
 
/*------------------------------------------------*/
/*  Stunning Text header
/*------------------------------------------------*/
.stunning_text {
	margin: 0 0 40px;
}
.stunning_text p {
	margin: 30px auto 0;
	text-align: center;
	color: #bbb;
	font-size: 16px;
	line-height: 24px;
}
.stunning_text h4 {
	text-align: center;
	letter-spacing: .12em;
	font-size: 16px;
	font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 20px;
	margin: 10px auto 10px;
	overflow: hidden;
	color: #187ba4;
	font-weight: 500;
}
.stunning_text h4.first-title {
	margin: 0 auto 10px
}
.stunning_text h4 span.add {
	padding: 0 15px;
	display: inline-block;
	position: relative;
}
.stunning_text h4.first-title span.add:before,
.stunning_text h4.last-title span.add:before {
	content: "";
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 250px;
	left: -250px;
	top: 50%;
	background: #0badcf;
	margin-top: -1px
}
.stunning_text h4.first-title span.add:after,
.stunning_text h4.last-title span.add:after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 350px;
	right: -350px;
	top: 50%;
	background: #0badcf;
	margin-top: -1px
}
.stunning_text .big-title {
	text-align: center;
	display: block;
	clear: both
}
.stunning_text .big-title > div {
	display: inline-block;
	overflow: hidden;
}
.stunning_text .big-title > div > span {
	font-size: 40px;
	line-height: 110%;
	margin: 0;
	color: #fd8924;
	letter-spacing: .05em;
	font-family: "proxima-nova", "Helvetica", sans-serif!important;
	font-weight: 300;
	-webkit-font-smoothing: antialiased!important;
	min-width: 400px
;
	font-weight: 300;
}
.stunning_text .big-title.extra-large-text > div > span {
	font-size: 39px;
	font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", sans-serif!important;
	color: #555;
	min-width: 600px;
	letter-spacing: 4px
}
.stunning_text.style2 h4.first-title {
	max-width: 90%
}
.stunning_text.style2 .big-title > div > span {
	padding-bottom: 30px;
	position: relative
}
.stunning_text.style2 .big-title > div > span:after {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 90%;
	margin-left: 5%;
	background: #ddd;
}
.stunning_text.style2 p {
	margin-top: 30px
}

/*------------------------------------------------*/
/* read more button
/*------------------------------------------------*/
a.readmore {
	display: inline-block;
	padding-bottom: 0px;
	font-size: 13px;
	line-height: 1;
}
a.readmore i {
	vertical-align: -2px;
	margin-left: 3px;
	font-size: 110%;
	text-align: center;
	transition: margin-left 0.3s ease
}
a.readmore:hover i {
	margin-left: 6px
}
/*------------------------------------------------*/
/*  Sections
/*------------------------------------------------*/
.section {
	padding: 80px 0 10px;
}
.section-border-yes {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5
}
.section-border-top {
	border-top: 1px solid #e5e5e5
}
.section-padding-large {
	padding: 70px 0 28px;}

.section-padding-x-large {
	padding: 70px 0 70px;}

.section-padding-extra-large {
	padding: 90px 0 40px
}
.section-padding-small {
	padding-top: 50px;
	padding-bottom: 40px;
}

.section-bottom-large {
	padding-bottom:40px;
}
.section-padding-top-small {
	padding-top:15px;
}
.section-medium-grey {
	background-color: #e3e7e8;
}
.section-grey {
	background-color: #f8f9f8;
}


.section-white {
	background:white;
}
.section-lightorange {
	background-color:#f5ebd8;
}
.section-blue {
	background-color: #0bafd0;
}
.section-green {
	background-color: #20bca7;
}

.section-orange {
	border-top: 2px solid #f89435;
	border-bottom: 2px solid #f89435;
	opacity: inherit;
}
.section-box-shadow-yes {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
.section-padding-zero {
	padding: 0!important
}
.bottom-padding-no,
.section-bottom-padding-no {
	padding-bottom: 0!important
}
.section-top-padding-no {
	padding-top: 0!important
}
.section-bottom-padding-no .portfolio-items,
.section-bottom-padding-no .row-fluid,
.section-bottom-padding-no ul.carousel-items,
.section-padding-zero ul.carousel-items,
.section-bottom-padding-no .posts-grid,
.section-padding-zero .posts-grid {
	margin-bottom: 0!important
}
.section-bottom-padding-no > .container > .row-fluid > .row-fluid:not(.style2):not(.style3) > [class*="span"] > .inner-content {
padding-bottom:0!important
}
.section-bottom-padding-no .portfolio-items.portfolio-style4.portfolio-with-padding-yes {
	margin-bottom: -5px!important
}
.section.background-stretch-yes {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-position: top center;
}
.section.section-parallax-yes {
	background-attachment: fixed
;
	background-size: 100%;
}
.section.full-width {
	overflow: hidden;
	width: 100%;
}
.section.full-width .container {
	width: 100%;
	max-width: 1600px;
	padding: 0
}
.section.full-width-with-padding .container {
	width: 100%;
	max-width: 1600px;
	padding: 0 6%
}

/*------------------------------------------------*/
/*  Box styles
/*------------------------------------------------*/
.box {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
	padding: 25px 30px 30px
}
.box.style2 {
	border: none;
	background: rgba(255,255,255,0.93)
}
/*------------------------------------------------*/
/*  icons
/*------------------------------------------------*/

span.grey.fontAwesomeIcon.style2 {
	border: 1px solid #555 !important;
	color: #555 !important;
}

.fontAwesomeIcon.style2 {
	font-size: 20px;
	border: 2px solid #f6892a;
	border-radius: 50%;
	color: #f6892a;
	display: inline-block;
	font-weight: normal;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 30px;
}
.fontAwesomeIcon.style1 {
	font-size: 110%;
	line-height: 1;
	color: #f6892a;
	margin-right: 8px
}
.fontAwesomeIcon.style1.alternate {
	color: #aaa
}
.fontAwesomeIcon.style3 {
	background-color: #f6892a;
	width: 35px;
	height: 35px;
	line-height: 33px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.fontAwesomeIcon.style3.style2.alternate {
	color: #222;
	border-color: #222
}
.fontAwesomeIcon.style3.style3.alternate {
	background-color: #444;
}
.fontAwesomeIcon img,
span.fontAwesomeIcon i {
	vertical-align: middle
}
/*------------------------------------------------*/
/*  feature box
/*------------------------------------------------*/
.features_box .span12 .inner-content {
	padding-bottom: 30px
}
.feature_box .fontAwesomeIcon {
	margin-right: 0!important
}
.feature_box {
	margin: 0px auto 0;
	max-width: 460px;
	position: relative;
}
.feature_box .readmore {
	margin-top: 18px;
	margin-bottom: -2px!important;
	line-height: 1
}
.feature_box .readmore i {
	margin-left: 4px!important
}
.feature_box h3 {
	vertical-align: middle;
	margin: 0;
	line-height: 1;
	font-weight:600;
	font-size: 20px;}
.feature_box h3 + p {
	margin-top: 13px;
	margin-bottom: 13px;
}
.feature_box .button {
	margin-top: 20px
}
.feature_box.style1 .fontAwesomeIcon {
	margin-right: 10px!important;
	vertical-align: middle
}
.feature_box.style1 h3 {
	line-height: 35px
}
.feature_box.style1 .fontAwesomeIcon.style3 {
	margin-right: 10px;
	font-size: 18px;
	width: 35px;
	height: 35px;
	line-height: 33px
}
.feature_box.style2 {
	padding: 5px 0 38px 99px;
	text-align: left
}
.feature_box.style2 .fontAwesomeIcon {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 50px;
	font-size: 38px;
	position: absolute;
	left: 0;
	right: 0
}
.feature_box.style2 .fontAwesomeIcon.style1 {
	text-align: center;
	font-size: 36px;
	height: auto;
	line-height: 1
}
.feature_box.style2 .fontAwesomeIcon.style2 {
	line-height: 68px;}
.feature_box.style2 .fontAwesomeIcon.style3 {
	
}
.feature_box.style3 {
	text-align: center
}
.feature_box.style3 .fontAwesomeIcon {
	width: 85px;
	height: 85px;
	line-height: 80px;
	font-size: 36px;
	text-align: center;
	clear: both;
}
.feature_box.style3 .fontAwesomeIcon.style1 {
	font-size: 42px;
	width: auto;
	height: auto;
	line-height: 1
}
.feature_box.style3 .fontAwesomeIcon.style1.alternate {
	color: #aaa;
	transition: all 0.3s ease-in-out
}
.feature_box.style3:hover .fontAwesomeIcon.style1 {
	color: #f6892a
}
.feature_box.style3 h3 {
	margin-top: 30px
}
.feature_box.style3 h3 + p {
	margin-top: 15px
}
.feature_box.style3 h4 {
	margin-top: 10px
}
.feature_box.style3 p {
	margin-top: 25px;
	text-align:left;
}
/*------------------------------------------------*/
/*  iconbox
/*------------------------------------------------*/
.iconbox {
	text-align: center
}
.iconbox .fontAwesomeIcon.style1 {
	font-size: 36px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block
}
.iconbox .fontAwesomeIcon.style2 {
	width: 65px;
	height: 65px;
	line-height: 58px!important;
	font-size: 28px;
	transition: all 0.3s
}
.iconbox .fontAwesomeIcon.style3 {
	width: 65px;
	height: 65px;
	line-height: 60px;
	font-size: 24px
}
.iconbox h3 {
	margin: 20px 0 6px;
	font-size: 15px;
	line-height: 18px;
	color: #555
}
.iconbox .readmore {
	margin-top: 0
}
.iconbox .readmore i {
	margin-left: 4px!important
}
/*------------------------------------------------*/
/*  lists styles
/*------------------------------------------------*/
ul.styled-list {
	margin-left: 0;
	padding: 0;
	margin: 0 0 20px;
	list-style: none
}
ul.styled-list li {
	list-style: none;
	margin: 0 0 8px;
	padding: 0 0 0 25px;
	position: relative
}
ul.styled-list li i {
	position: absolute;
	left: 0;
	top: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 9px;
	line-height: 15px;
	border: 1px solid #f6892a;
	text-align: center;
	color: #f6892a;
	border-radius: 50%;
}
ul.styled-list.style2 li {
	margin-bottom: 6px
}
ul.styled-list.style2 li i {
	background: #f6892a;
	border-color: #f6892a;
	color: #fff
}
ul.styled-list.style3 {
	margin-left: 20px
}
ul.styled-list.style3 li {
	list-style-type: circle;
	padding-left: 0;
	margin-bottom: 6px
}
ul.styled-list.style3 li i {
	display: none
}
ul.styled-list.style4 li {
	padding-left: 20px;
}
ul.styled-list.style4 li i {
	border: none;
	color: inherit;
	top: 6px;
	font-size: 110%
}
/*------------------------------------------------*/
/*  gap
/*------------------------------------------------*/
.gap {
	display: block;
	width: 100%;
	margin: 0;
	height: 20px;
	line-height: 20px
}
.gap.small {
	height: 10px;
	line-height: 20px
}
.gap.large {
	height: 30px;
	line-height: 30px
}
.gap.extra-large {
	height: 50px;
	line-height: 50px
}
.doublegap {
	display: block;
	width: 100%;
	height: 1px;
	margin: 50px 0;
}


/*------------------------------------------------*/
/* Testimonials
/*------------------------------------------------*/
.testimonial-grid-item .inner-content {}
.testimonial-grid-item .testimonial {
	width: 100%;
	position: relative;
	padding-top: 40px;
	text-align: center;
}
.testimonial-grid-item .inner-content.vertical-padding-large {
	padding-top: 30px!important;
	padding-bottom: 30px!important
}
.testimonial blockquote {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding: 0 0 0 15px;
	line-height: 21px;
	margin-bottom: 0;
	overflow: visible;
	background: transparent;
	border-left: none;
	margin-left: 0
}
.testimonial .author-info {
	margin-left: 15px;
	margin-top: 12px;
}
.testimonial .name {
	text-align: left;
	font-weight: 600;
	color: #555;
	position: relative;
}
.testimonial .divider {
	color: #999;
	padding: 0 4px;
}
.testimonial .name:after {
	content: "";
	position: absolute;
	left: -10px;
	width: 5px;
	top: 50%;
	height: 1px;
	background: #444
}
.testimonial-grid-item .author-avatar {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	/* position: absolute; */
	/* left: 0; */
	/* top: 0px
; */
	margin: 0 auto;
	text-align: center;
	margin-bottom: 25px;
}
.halfsize-avatar {
	height: auto;
	width: 263px;
	min-width: 210px;
	max-height: 135px;
}
img.fiftypx {
	width:50px;
	height:50px;
}
img.thirtypx {
	width: 30px;
	height: auto;
	margin-top: -5px;
}
.testimonial-pagination {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
	text-align: center;
	clear: both;
}
.testimonial-pagination > li {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0 5px 20px
}
.testimonial-pagination > li a img {
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	opacity: 0.8;
}
.testimonial-pagination > li.activeSlide a img {
	opacity: 1
}
.testimonial-carousel-container {
	position: relative;
	padding: 0;
	margin-bottom: 50px;
	padding: 0 50px;
}
.testimonial-carousel-container .carousel-next,
.testimonial-carousel-container .carousel-prev {
	margin-top: -45px
}
.testimonial-carousel-container .pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
}
.testimonial-carousel {
	width: 100%;
	margin: 0;
	padding: 0;
}
.testimonial-carousel > div div.quote {
	width: 100%!important;
	margin-bottom: 20px
}
.testimonial-carousel .testimonial blockquote {
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	text-align: center;
	font-family: "museo_sans_500";
}
.testimonial-info {
	text-align: center
}
/*------------------------------------------------*/
/*  buttons
/*------------------------------------------------*/

a.button,
input[type="submit"] {
	color: #FFF;
	font-family: "proxima-nova";
	background: #f6892a;
	display: inline-block;
	padding: 10px 25px 12px;

	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased!important;
	box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	opacity: 0.85;
	border: none!important;
	outline: none!important;
	text-align: center;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
	letter-spacing: 1px;
	text-shadow: 0 1px 0px rgba(255,255,255,0.25);
	font-family: "proxima nova";
	font-size: 14px;
	font-weight: 400;
}
a.button:hover,
input[type="submit"]:hover {
	opacity: 1;
	color: #fff
}
a.button:active {
	background-color: #0096ff;
}
a.button.black {
	background-color: #222;
}
a.button.black:hover {
	background-color: #333;
}
a.button.black:active {
	background-color: #333;
}
a.button.white {
	background: #e5e5e5;
	color: #222;
	box-shadow: none;
	opacity: 0.9;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
a.button.white:hover {
	opacity: 1;
}
a.button.alternate {
	background-color: transparent;
	border: 1px solid #f6892a;
	color: #f6892a;
	border-radius: 3px;
}
a.button.alternate:hover {
	background-color: #f6892a;
	color: #fff
}
a.button i {
	font-weight: 400!important;
	padding: 0;
	margin: 0!important;
	font-size: 14px;
	vertical-align: -1px
}
a.button_small {
	padding: 10px 10px;
	min-width: 80px;
	font-size: 11px;
	line-height: 1;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2);
}
a.button_small i {
	margin-right: 4px
}
a.button_large,
input[type="submit"] {
	padding: 15px 40px;
	min-width: 127px;
	font-size: 12px;
}

/* Button red */


a.button.button_red,
a:hover.button.button_red {
	background-color: #B02B2C;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #5d1a1b;
}
/* Button orange */




a.button i {
	margin-right: 6px
}
a.button.button_orange,
a:hover.button.button_orange {
	background-color: #edae44;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	color: #745521;
}

/* Button blue */



a.button.button_blue,
a:hover.button.button_blue {
	background-color: #7bb0e7;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	color: #3f5871;
}
a.button.button_grey,
a:hover.button.button_grey {
	background-color: #d7d7d7;
	border-color: #d7d7d7;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #444;
}
/*------------------------------------------------*/
/*   tabs
/*------------------------------------------------*/
.tabs_style1 > ul.tabs {
	margin: 2px 0 0;
	margin-left: 1px;
	display: block;
	padding: 0;
	box-shadow: 0 1px 0 #fff, 0 -1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff, 0 -1px 0 #fff;
	list-style: none /* IE6-9 */
}
.tabs_style1 > ul.tabs > li {
	float: left;
	margin-bottom: -1px;
	display: block;
	margin-left: -1px
}
.tabs_style1 > ul.tabs > li > a {
	padding: 12px 30px;
	line-height: 1;
	border: 1px solid #e5e5e5;
	color: #666;
	display: block;
	background-color: #f4f4f4;
	font-weight: 500;
	font-size: 13px;
	font-family: "museo_sans_500 A", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif
}
.tabs_style1 > ul.tabs > li > a:hover {
	color: #444;
	background-color: #f5f5f5
}
ul.tabs > li > a i {
	margin-right: 5px
}
.tabs_style1 > ul.tabs > li > a.selected {
	color: #222;
	background-color: #fff;
	border-bottom-color: #fff;
	background-image: none;
	border-top: 2px solid #f6892a;
	margin-top: -1px
}
.tabs_style1 .tab-content {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
/*------------------------------------------------*/
/*  accordions
/*------------------------------------------------*/
.accordion .accordion-title {
	border: none;
	display: block;
	margin-bottom: 5px;
	background-color: #f8f9f8;
	padding: 0;
}
.accordion .accordion-title:hover {
	background-color: #f5f5f5
}
.accordion .accordion-title a {
	display: block;
	padding: 13px 15px 13px 15px!important;
	font-size: 13px;
	line-height: 1;
	color: #666;
	font-weight: 500;
	font-family: "museo_sans_500", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.accordion .accordion-title a:first-letter {
	text-transform: uppercase
}
.accordion .accordion-title a i {
	margin-right: 10px;
	opacity: 0.8;
	font-weight: normal!important;
}
.accordion .accordion-title a i.icon-blandes-plus-nav {
	margin: -1px 0px 0 0px;
	float: right;
	font-size: 12px;
	font-weight: normal!important;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
	-moz-transition: All 0.6s ease;
	-o-transition: All 0.6s ease;
}
.accordion .accordion-title.active a i.icon-blandes-plus-nav {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.accordion .accordion-title.active {
background-color: #f2f2f2 border-bottom: 0
}
.accordion .accordion-title.active a {
	color: #222
}
.accordion .accordion-title.active a i.icon-plus-nav:before {
	content: "\f068"!important
}/* small hack to icon awesome */
.accordion .accordion-title.active a i {
}
.accordion .accordion-inner {
	padding: 5px 0px 15px 15px;
	display: none;
	margin-top: -1px;
}
.accordion.style2 .accordion-title {
	background-color: transparent;
	border-bottom: 1px solid #ddd;
}
.accordion.style2 .accordion-title a {
	padding: 12px 0px 15px!important
}
.accordion.style2 .accordion-title.active {
	border-bottom-color: transparent;
	margin-bottom: 0
}
.accordion.style2 .accordion-inner {
	padding: 0px 0 20px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px
}
/*------------------------------------------------*/
/*  toggle
/*------------------------------------------------*/
.toggle .toggle-title {
	border: none;
	display: block;
	margin-bottom: 5px;
	background-color: #f2f2f2;
	padding: 0;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.toggle:not(.style2) .toggle-title:hover {
	background-color: #f5f5f5
}
.toggle.style2 .toggle-title {
	background-color: transparent;
	border-bottom: 1px solid #ddd
}
.toggle .toggle-title a {
	display: block;
	padding: 13px 15px 13px 15px!important;
	font-size: 13px;
	line-height: 1;
	color: #666;
	font-weight: 500;
	font-family: "museo_sans_500", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.toggle.style2 .toggle-title a {
	padding: 10px 0px 13px!important
}
.toggle .toggle-title a:first-letter {
	text-transform: uppercase
}
.toggle .toggle-title a i {
	margin-right: 10px;
	opacity: 0.8;
	font-weight: normal!important;
}
.toggle .toggle-title a i.icon-blandes-plus-nav {
	margin: -1px 0px 0 0px;
	float: right;
	font-size: 12px;
	font-weight: normal!important;
	color: #222;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.toggle:not(.style2) .toggle-title.active {
	background-color: #f2f2f2;
	border-bottom: 0
}
.toggle.style2 .toggle-title.active {
	border-bottom-color: transparent
}
.toggle .toggle-title.active a {
	color: #000
}
.toggle .toggle-title.active a i.icon-blandes-plus-nav {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}/* small hack to icon awesome */
.toggle .toggle-title.active a i {
}
.toggle .toggle-inner {
	padding: 15px 0px 25px 15px;
	display: none;
	margin-top: -1px;
}
.toggle.style2 .toggle-inner {
	padding: 0px 0 25px 0;
	border-bottom: 1px solid #ddd
}

/*------------------------------------------------*/
/*  Dividers
/*------------------------------------------------*/
.hr {
	clear: both;
	border: 0;
	height: 1px;
	width: 100%;
	margin: 5px 0 25px;
}
.hr.large-margin {
	margin: 10px 0 30px
}
.hr {
	border-bottom: 1px solid #ddd;
}
.hr.double-border {
	border-bottom: 2px solid #e5e5e5
}
.hr + h3,
.hr + h2 {
	margin-top: -8px
}
.hr.border-medium,
.hr.border-short,
.hr.border-tiny {
	position: relative;
	height: 2px;
	width: 100%;
	overflow: hidden;
	max-width: 100%;
	border-bottom: 0!important
}
.hr.border-medium:after {
	content: "";
	position: absolute;
	width: 250px;
	left: 0;
	top: 0px;
	height: 1px;
	background-color: #ddd;
}
.hr.border-short:after {
	content: "";
	position: absolute;
	width: 150px;
	left: 0;
	top: 0px;
	height: 1px;
	background-color: #ddd;
}
.hr.border-tiny:after {
	content: "";
	position: absolute;
	width: 70px;
	left: 0;
	top: 0px;
	height: 1px;
	background-color: #ddd;
}
.hr.border-medium.aligncenter {
	left: 50%;
	margin-left: -125px
}
.hr.border-short.aligncenter {
	left: 50%;
	margin-left: -75px
}
.hr.border-tiny.aligncenter {
	left: 50%;
	margin-left: -35px
}
.hr.border-medium.double-border:after,
.hr.border-short.double-border:after,
.hr.border-tiny.double-border:after {
	height: 2px;
	background-color: #e5e5e5
}
/*------------------------------------------------*/
/* highlight
/*------------------------------------------------*/
.highlighted {
	display: inline-block;
	padding: 0px 2px;
	white-space: nowrap;
	vertical-align: baseline;
	font-weight: 600;
	color: #f6892a
}
.highlighted.style2 {
	background-color: #222;
	padding: 8px 10px;
	color: #ffffff;
}
/*------------------------------------------------*/
/*  logo bar
/*------------------------------------------------*/
.logo-bar > li {
	float:left;
}

.clients-wrapper {
	text-align: center;
	padding-bottom:20px;
}
.clients-wrapper > img {
	height:58px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	opacity: 0.75;
}

.clients-wrapper > img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	opacity: 1
}
/*------------------------------------------------*/
/*  Tooltips
/*------------------------------------------------*/
.tooltips a {
	font-weight: 600
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -8px;
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #000000;
	border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: #000000;
	border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: #000000;
	border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
}
.link {
	display: block
}

/*------------------------------------------------*/
/*  Main slider titles
/*------------------------------------------------*/


.button-holder {
	width:300px;
	text-align: left;
}


/*------------------------------------------------*/
/* animated boxes
/*------------------------------------------------*/
.animated.top-to-bottom {
	-webkit-animation: blandes-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
	-moz-animation: blandes-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
	-o-animation: blandes-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
	animation: blandes-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
	opacity: 1;
}
.animated.bottom-to-top {
	-webkit-animation: blandes-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Safari 4+ */
	-moz-animation: blandes-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Fx 5+ */
	-o-animation: blandes-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Opera 12+ */
	animation: blandes-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* IE 10+ */
	opacity: 1;
}
.animated.left-to-right {
	-webkit-animation: blandes-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
	-moz-animation: blandes-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
	-o-animation: blandes-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
	animation: blandes-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
	opacity: 1;
}
.animated.right-to-left {
	-webkit-animation: blandes-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
	-moz-animation: blandes-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
	-o-animation: blandes-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
	animation: blandes-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
	opacity: 1;
}
.animated.appear {
	-webkit-animation: blandes_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
	-moz-animation: blandes_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
	-o-animation: blandes_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
	animation: blandes_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
	opacity: 1;
}
.animated-box {
	opacity: 0
}
 @-webkit-keyframes blandes-ltr {
0% {
-webkit-transform:translate(-10%, 0);
opacity: 0;
}
100% {
-webkit-transform:translate(0, 0);
opacity: 1;
}
}
@-moz-keyframes blandes-ltr {
0% {
 -moz-transform:translate(-10%, 0);
 opacity: 0;
}
 100% {
 -moz-transform:translate(0, 0);
 opacity: 1;
}
}
@-o-keyframes blandes-ltr {
0% {
 -o-transform:translate(-10%, 0);
 opacity: 0;
}
 100% {
 -o-transform:translate(0, 0);
 opacity: 1;
}
}
@keyframes blandes-ltr {
0% {
 transform:translate(-10%, 0);
 opacity: 0;
}
 100% {
 transform:translate(0, 0);
 opacity: 1;
}
}
 @-webkit-keyframes blandes-rtl {
0% {
 -webkit-transform:translate(10%, 0);
 opacity: 0;
}
 100% {
 -webkit-transform:translate(0, 0);
 opacity: 1;
}
}
@-moz-keyframes blandes-rtl {
0% {
-moz-transform:translate(10%, 0);
opacity: 0;
}
 100% {
-moz-transform:translate(0, 0);
opacity: 1;
}
}
@-o-keyframes blandes-rtl {
0% {
-o-transform:translate(10%, 0);
opacity: 0;
}
 100% {
-o-transform:translate(0, 0);
opacity: 1;
}
}
@keyframes blandes-rtl {
0% {
transform:translate(10%, 0);
opacity: 0;
}
 100% {
transform:translate(0, 0);
opacity: 1;
}
}
 @-webkit-keyframes blandes-btt {
0% {
-webkit-transform:translate(0, 50%);
opacity: 0;
}
 100% {
-webkit-transform:translate(0, 0);
opacity: 1;
}
}
@-moz-keyframes blandes-btt {
0% {
-moz-transform:translate(0, 50%);
opacity: 0;
}
 100% {
-moz-transform:translate(0, 0);
opacity: 1;
}
}
@-o-keyframes blandes-btt {
0% {
-o-transform:translate(0, 50%);
opacity: 0;
}
 100% {
-o-transform:translate(0, 0);
opacity: 1;
}
}
@keyframes blandes-btt {
0% {
transform:translate(0, 50%);
opacity: 0;
}
 100% {
transform:translate(0, 0);
opacity: 1;
}
}
 @-webkit-keyframes blandes-ttb {
0% {
-webkit-transform:translate(0, -10%);
opacity: 0;
}
 100% {
-webkit-transform:translate(0, 0);
opacity: 1;
}
}
@-moz-keyframes blandes-ttb {
0% {
-moz-transform:translate(0, -10%);
opacity: 0;
}
 100% {
-moz-transform:translate(0, 0);
opacity: 1;
}
}
@-o-keyframes blandes-ttb {
0% {
-o-transform:translate(0, -10%);
opacity: 0;
}
 100% {
-o-transform:translate(0, 0);
opacity: 1;
}
}
@keyframes blandes-ttb {
0% {
transform:translate(0, -10%);
opacity: 0;
}
 100% {
transform:translate(0, 0);
opacity: 1;
}
}
 @-webkit-keyframes blandes_appear {
0% {
-webkit-transform:scale(0.5);
opacity: 0.1;
}
 100% {
-webkit-transform:scale(1);
opacity: 1;
}
}
@-moz-keyframes blandes_appear {
0% {
-moz-transform:scale(0.5);
opacity: 0.1;
}
 100% {
-moz-transform:scale(1);
opacity: 1;
}
}
@-o-keyframes blandes_appear {
0% {
-o-transform:scale(0.5);
opacity: 0.1;
}
 100% {
-o-transform:scale(1);
opacity: 1;
}
}
@keyframes blandes_appear {
0% {
transform:scale(0.5);
opacity: 0.1;
}
 100% {
transform:scale(1);
opacity: 1;
}
}
