﻿/*
* Author: Vasterad
* Template: Centum
* URL: http://themeforest.net/user/Vasterad/
*/

/* =================================================================== */
/* Import Section
====================================================================== */
td { vertical-align: baseline; }
h1 { font-size: 26px; border-bottom: 3px solid #72b626; padding-bottom: 20px; }
h2 { font-size: 20px; margin-top: 15px }
h3 { font-size: 16px; }
h2 { margin-bottom: 10px; margin-top: 20px; }
	h2 i { color: #ff7f00; margin-right: 5px; }
.manual { font-size: 16px; border-top: 1px solid rgb(238, 238, 238); padding-top: 10px; margin-top: 30px; margin-bottom: 30px; }
	.manual i { color: #7d3f00; margin-right: 5px; }

/* =================================================================== */
/* Header
====================================================================== */
#header { min-height: 100px; }
#logo { margin-top: 22px; margin-bottom: 10px; }
#logo { margin-top: 22px; margin-bottom: 10px; }

/* Contact Details
====================================*/
#contact-details { float: right; margin-top: 40px; display: block; }
	#contact-details li { display: inline; padding-left: 10px; margin-left: 10px; border-left: 1px solid #e9e9e9; }
		#contact-details li:first-child { border: none; margin-left: 0; padding: 0; }
	#contact-details i { margin-right: 4px; }
	#contact-details a { color: #666; }
		#contact-details a:hover { color: #888; }
/* Main Navigation
====================================*/

#navigation { background: #303030; display: block; width: 100%; float: left; margin: 0 0 15px 0; }

	#navigation ul,
	#navigation li { list-style: none; padding: 0; margin: 0; display: inline-block; }
		#navigation ul li { float: left; position: relative; }

			#navigation ul li a { display: inline-block; color: #fff; text-decoration: none; font-size: 14px; font-weight: bold; padding: 17px 25px; background: url(../images/navigation-divider.png) no-repeat right 50%; }

				#navigation ul li a:hover { background: #72b626; color: #fff; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

		#navigation ul ul { position: absolute; display: none; top: 51px; left: 0; background: #303030; z-index: 999; }

			#navigation ul ul li a { color: #aaa; }
				#navigation ul ul li a:hover { color: #fff; }

			#navigation ul ul li a { display: block; width: 150px; margin: 0; padding: 9px 18px; font-family: Arial, sans-serif; font-weight: normal; font-size: 12px; border-bottom: 1px solid #404040; background: none; }



			#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover { border-bottom: 1px solid transparent; }
		#navigation ul li:hover > ul { opacity: 1; position: absolute; top: 99%; left: 0; }
		#navigation ul li:hover > a { background: #72b626; }
		#navigation ul ul li:hover > a { color: #fff; }

/* Browser Resets
====================================*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }


/* Necessary Styles
====================================*/
.flexslider { margin: 0; padding: 0; }

	/* Hide the slides before the JS is loaded. Avoids image jumping */
	.flexslider .slides > li { position: relative; display: none; -webkit-backface-visibility: hidden; }
	.flexslider .slides img { width: 100%; display: block; }
.flex-pauseplay span { text-transform: capitalize; }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider { position: relative; z-index: 50; }

/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }


/* Default Styles
====================================*/
.flexslider { background: #fff; }

.ie7 .flexslider { margin-bottom: -30px; }

.flex-viewport { max-height: 2000px; }
.loading .flex-viewport { max-height: 300px; }


/* Direction Nav
====================================*/
.flex-direction-nav a { width: 35px; height: 35px; display: block; background-color: #000; bottom: 20px; right: 20px; float: none; position: absolute; cursor: pointer; text-indent: -9999px; background-color: #222; background: rgba(0, 0, 0, 0.65); *bottom: 50px; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.flex-direction-nav .flex-next { background-image: url(../images/slider-control-right.png); background-repeat: no-repeat; background-position: 52% 50%; }
.flex-direction-nav .flex-prev { margin-right: 36px; background-image: url(../images/slider-control-left.png); background-repeat: no-repeat; background-position: 48% 50%; }
	.flex-direction-nav .flex-prev:hover,
	.flex-direction-nav .flex-next:hover { background-color: #72b626; opacity: 1; }
.subpage .flex-direction-nav a { bottom: 0px; right: 0px; *bottom: 30px; }
.flex-control-nav li, .flexslider li { background: none !important; padding: 0 !important; list-style: none !important; }

/* Control Nav
====================================*/
.flex-control-nav { width: 100%; position: absolute; bottom: -30px; text-align: center; }
	.flex-control-nav li { margin: 0 3px 0 0 !important; display: inline-block; *display: inline; }
.flex-control-paging li a { width: 14px; height: 14px; display: block; background: #c8c8c8; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
	.flex-control-paging li a:hover,
	.flex-control-paging li a.flex-active { background: #505050; }
	.flex-control-paging li a.flex-active { cursor: default; }
/* Caption
====================================*/
.slide-caption { width: 30%; padding: 22px; margin: 0 0 20px 20px; position: absolute; display: block; left: 0; bottom: 0; background-color: #222; background: rgba(0, 0, 0, 0.7); }
	.slide-caption h3 { color: #fff; font-size: 16px; padding-bottom: 10px; margin: 0; line-height: 22px; }
	.slide-caption p { margin: 0; line-height: 19px; color: #bbb; }

/* =================================================================== */
/* Icon Boxes
====================================================================== */
.icon-box-container { margin: 35px 0 15px 0; float: left; }
.icon-box p, .icon-box h3 { margin-left: 60px; margin-top: 10px; }
.icon-box [class^="ico-"], .icon-box [class*="ico-"] { float: left; margin-left: -5px; }
.icon-box i.fa { font-size: 20px; float: left; margin: 5px; font-size: 35px; margin-left: 10px; }

/* Headline
====================================*/
.headline { background: url(../images/headline-bg.png) 0 50% repeat-x; display: block; margin: 30px 0 8px 0; }
	.headline h3 { background-color: #fff; display: inline; padding: 0 10px 0 0; }

/* Page Title
====================================*/
#page-title { border-bottom: 1px solid #e9e9e9; display: block; margin: 0 0 25px 0; }
	#page-title h2 { font-weight: normal; padding: 11px 0 26px 0; }

#bolded-line { text-indent: -9999px; height: 3px; width: 100px; display: block; background: #72b626; margin-bottom: -2px; }


/* =================================================================== */
/* Footer
====================================================================== */

.footer-headline { background: url(../images/headline-footer-bg.png) 0 50% repeat-x; display: block; margin: 15px 0 8px 0; }


	.footer-headline h4 { background-color: #303030; display: inline; padding: 0 10px 0 0; color: #fff; }

/* Photo Stream
====================================*/
.photoCustomers div { transition: all 0.1s ease-in-out; width: 150px; height: 75px; margin-right: 11px; margin-bottom: 11px; float: left; }
	.photoCustomers div:hover { border-color: #555; }


/* Footer Bottom
====================================*/
#footer-bottom { border-top: 1px solid #3c3c3c; margin-top: 25px; padding: 22px 0; }
	#footer-bottom a { color: #fff; }
		#footer-bottom a:hover { color: #d4d4d4; }


/* Back To Top
====================================*/
#scroll-top-top { position: absolute; right: 0; bottom: 25px; }
	#scroll-top-top a { width: 35px; height: 35px; display: block; background-color: #72b626; background-image: url(../images/scroll-top-top.png); background-repeat: no-repeat; background-position: 50%; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
		#scroll-top-top a:hover { background-color: #aaa; }

/* Testimonial's Carousel
====================================*/
.testimonials { background: #fff; border: 1px solid #ddd; padding: 20px; line-height: 21px; -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1); box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1); }
.testimonials-bg { background: url(../images/testimonials-bg.png) no-repeat; margin-top: -1px; display: block; width: 200px; height: 30px; }
.testimonials-author { color: #5ca20d; margin-left: 35px; display: block; margin-top: -23px; margin-bottom: 20px; }


/* Blockquote
====================================*/
blockquote { border-left: 4px solid #e7e7e7; padding-left: 20px; color: #888; line-height: 20px; margin: 5px 0 20px 0; }
/* List Styles
====================================*/
.check_list li, .square_list li { list-style: none; margin: 5px 0; }

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
	.slide-caption { display: none; }
	#contact-details { text-align: center; float: left; }
	#scroll-top-top { display: none; }
}

/* aside bar */
#asidemenu { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 15px; }
	#asidemenu > div { height: 44px; border-bottom: solid 1px #e0e0e0; margin-right: 10px; }
	#asidemenu div { background-image: url('../images/aside.png'); height: 31px; border: none; padding-top: 5px; padding-left: 10px; font-weight: bold; }
		#asidemenu div:hover { background-image: url('../images/aside_hover.png'); cursor: pointer; }
		#asidemenu div.active { cursor: auto !important; background: linear-gradient(#fdfdfd, #efefef); border-left: 1px solid #efefef; }
