/*
* Author: Vasterad
* Template: Centum
* URL: http://themeforest.net/user/Vasterad/
*/

/* =================================================================== */
/* Import Section
====================================================================== */
@import url("base.css");				/* Default Reset, Typography, Forms, etc. */

/* =================================================================== */
/* Header
====================================================================== */
#header {min-height: 100px;}

/* Logo / Tagline
====================================*/
#logo {
	/*margin-top: 22px;*/
}

#tagline {
	color: #888;
}


/* GENERAL
====================================*/
.hide {
	display:none;
}
.relativepos {
  position:relative;
}
.pagetxt {
    line-height: 20px;
    margin: 0 0 15px;
}
.no-margin {
    margin: 0;
}
.facebookOuter {
	background-color:#fff;
	width:100%;
	padding:0px;
	height:220px;
	border:0px none;
}
.facebookInner {
	height:205px;
	overflow:hidden;
}
.fb-like-box, .fb-like-box iframe[style], .fb-like-box span { width: 100% !important;}

ul.carousel li.testimonial{
	overflow:hidden;
}

#breadcrumb label {
    display: inline;
}
.dirltr {
	direction:ltr;
}
div.pagetxt ul li{
	list-style-type: circle;
	list-style-position: inside;
}
/* Shop
====================================*/
select.shopoptions {
	padding:5px;
	margin-bottom:10px;
}

.shopselectoptions span {
	display:block;
	line-height:26px;
}
#processing,
.processing {
	background: url(../images/moneybee_overlay.png);
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:80%;
	padding-top:20%;
	text-align:center;
	color:#fff;
	display:none;
	z-index:1000000;
}
#processing div,
.processing div {
	background-image: url(../images/moneybee_loading.gif);
	background-position:center 100px;
	background-repeat:no-repeat;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0 0 5px rgba(180, 180, 180, 0.90);
	-webkit-box-shadow: 0 0 5px rgba(180, 180, 180, 0.90);
	box-shadow: 0 0 5px rgba(180, 180, 180, 0.90);
	padding:50px 0 100px;
	width:400px;
	margin: 0 auto;
}
.label{padding:1px 4px 2px;font-size:10.998px;font-weight:bold;line-height:13px;color:#fff;vertical-align:middle;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#999;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.label:hover{color:#fff;text-decoration:none}.label-important{background-color:#b94a48}.label-important:hover{background-color:#953b39}.label-warning{background-color:#f89406}.label-warning:hover{background-color:#c67605}.label-success{background-color:#468847}.label-success:hover{background-color:#356635}.label-info{background-color:#3a87ad}.label-info:hover{background-color:#2d6987}.label-inverse{background-color:#333}.label-inverse:hover{background-color:#1a1a1a}

#cartfrm label.invalid {
    color: #FF0000;
    font-size: 14px;
    font-style: italic;
	font-weight:bold;
}

/* Contact Details
====================================*/
#contact-details {
	margin-top: 22px;
	display: block;
}
#contact-details i {
	background-position: -154px -768px;
	width: 30px;
	margin-top: -12px;}

#contact-details li {
	display: inline-block;
	font-size:22px;
	font-weight:bold;
}

#contact-details li:first-child {
	border: none;
	padding:0
}

#contact-details a {color: #666;}
#contact-details a:hover {color: #888;}

a.bright {color: #fff;text-decoration:underline;font-style:italic;}
a.bright:hover {color: #666;text-decoration:none}
a.dark {color: #888;text-decoration:underline;font-style:italic;}
a.dark:hover {color: #666;text-decoration:none}


/* Search Form
====================================*/
.search-form .search-text-box {
	position: absolute;
	width: 50px;
	background-color: #232323;
	border: none;
	font-size: 12px;
	margin: 13px 0;
	padding: 6px;
	-moz-transition: 0.4s width ease;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	-o-transition-duration: 0.4s;
	-o-transition-property: width;
	-o-transition-timing-function: ease;
	-webkit-box-shadow:  none;
	box-shadow:  none;
}

.search-form .search-text-box:focus {
	background-color: #232323;
	width: 150px;
	border: none;
	color: #fff;
	cursor: text;
}
.search-form #search_btn {
	position: absolute;
	background: #232323 url("../images/icons/glyphicons-mini.png") -42px 6px no-repeat;
    height: 27px;
    line-height: 27px;
    vertical-align: text-top;
    width: 27px;
	margin-top: 13px;
	padding: 0;
	border:0 none;
	cursor:pointer;
	overflow:hidden;
}
.search-form #search_btn:hover {
	position: absolute;
	background: #131313 url("../images/icons/glyphicons-mini.png") -42px 6px no-repeat;
    height: 27px;
    line-height: 27px;
    vertical-align: text-top;
    width: 27px;
	margin-top: 13px;
	padding: 0;
	border:0 none;
	cursor:pointer;
}


/* Main Navigation
====================================*/
.selectnav {
	display: none;
	cursor: pointer;
	width: 100%;
	padding: 8px;
	height: 37px;
	font-size: 14px;
	margin: 15px 0;
}

#navigation {
	background: #303030;
	display: block;
	width: 100%;
	max-height: 52px;
	margin: 0 0 15px 0;
}

#navigation ul,
#navigation li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
#navigation ul li{
	position:relative;
}

#navigation ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 17px 25px;
}

#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;
	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-weight: normal;
	font-size: 13px;
	border-bottom: 1px solid #404040;
	background: none;
}

#navigation ul ul ul {
	position: absolute;
	top:0px;
	z-index: 999;
}

#navigation ul ul ul li a {
	border-bottom: 1px solid #404040 !important;
	border-top: 1px solid transparent;
	background: none;
}

#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation ul li:hover>ul {opacity: 1; position:absolute; top:99%;}
#navigation ul ul li:hover>ul {position:absolute; top:0; opacity: 1; z-index:497;}
#navigation ul li:hover > a {background: #72b626;}
#navigation ul ul li:hover > a {color: #fff;}

#navigation ul ul li.current_page_item > a {color: #fff;}

/* =================================================================== */
/* Flexslider
====================================================================== */

/* 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;  zoom: 1; 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;  zoom: 1; 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;
	zoom: 1;
}

.ie7 .flexslider {margin-bottom: -30px;}

.flex-viewport {max-height: 2000px;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

/* validation label
====================================*/
div#portfolio-wrapper.isotope{
	direction:rtl;
}

/* validation label
====================================*/
div.field label.invalid{
	color:#EA1C1C;
}
/* breadcrumb
====================================*/
.breadcrumb label {
	display:inline;
}

/* Direction Nav
====================================*/

.flex-direction-nav a {
	width: 35px;
	height: 35px;
	display: block;
	background-color: #000;
	bottom: 20px;
	float: none;
	position: absolute;
	cursor: pointer;
	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-repeat: no-repeat;
}

.flex-direction-nav .flex-prev {
	background-repeat: no-repeat;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	background-color:#72b626;
	opacity: 1;
}

.subpage .flex-direction-nav a {bottom: 20px; *bottom: 30px;}


/* Control Nav
====================================*/
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background: #c8c8c8;
	cursor: pointer;
	-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;
	position: absolute;
	display: block;
	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: 20px 0 15px 0;}
.icon-boxes-container {margin: 10px 0 -5px 0;}
.icon-box h3 {line-height: 34px;}

.icon-box i {
	margin: -2px 0 100px 0;
}

/* =================================================================== */
/* Miscellaneous Styles
====================================================================== */
.ie-dropdown-fix { position: relative; z-index: 55;}

/* About
====================================*/
.team-name {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;

}

.team-name h5 {
	line-height: 18px;
}

.team-name span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #888;
}

.team-about p {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
}

/* Images Overlay
====================================*/
.picture {position: relative;}
.picture img {width: 100%; height: auto;}

.image-overlay-link,
.image-overlay-zoom {
	height: 100%;
	width: 100%;
	top: 0;
	position: absolute;
	z-index: 40;
	display: none;
	background-color: #222;
	background: rgba(0, 0, 0, 0.7);
	background-repeat: no-repeat;
	cursor: pointer;
}

/* Headline
====================================*/
.headline {
	display: block;
	margin: 30px 0 8px 0;
}

.no-margin {margin-top: 0;}
.low-margin {margin-top: 15px;}

.headline h3, .headline h4 {
	background-color: #fff;
	display: inline;
}

/* Divider
====================================*/
.divider {
	display: block;
	margin: 10px 0;
	height:5px;
	line-height:5px;
}

/* 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;
}

#page-title span {
	color: #aaa;
}

#bolded-line {
	height: 3px;
	width: 100px;
	display: block;
	background: #72b626;
	margin-bottom: -2px;
}


/* Client Logo List
====================================*/
.client-list li {
	border: 1px solid #e5e5e5;
}


/* =================================================================== */
/* Portfolio
====================================================================== */
.portfolio-item {
	margin: 5px 0 25px 0;
}

/* Thumbnails
====================================*/
.item-description {margin-bottom: 30px;}
.item-description.alt {margin-bottom:0;}
.item-description.related {margin-bottom:0;}

.item-description h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 12px 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #e9e9e9;
	letter-spacing: 0;
}

#footer .item-description h5 {
	border-bottom: 1px solid #3C3C3C;
}

.item-description h5 span {
	display: block;
	color: #888;
	font-weight: normal;
	margin-top: 3px;
}

.item-description a {color:#404040;}
.item-description a:hover {color:#666;}
.item-description p {color: #666; margin-bottom: 0;}


/* Filters
====================================*/
#filters {
	position: absolute;
	display: block;
}

#filters ul li {
	display: inline;
}

#filters a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	color: #888;
	background-color: #fff;
	-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);
	-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;
}

#filters a:hover,
.selected {
	background-color: #72b626 !important;
	border: 1px solid #72b626 !important;
	color: #fff !important;
}
.selected a{
	color: #fff !important;
}


/* Portfolio Navigation
====================================*/
#portfolio-navi {
	position: absolute;
	display: block;
}

#portfolio-navi ul li {
	display: inline;
}

#portfolio-navi a {
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid #ddd;
	display: inline-block;
	color: #888;
	background-color: #fff;
	-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);
	-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;
}

#portfolio-navi a:hover {
	background-color: #72b626 !important;
	border: 1px solid #72b626 !important;
	color: #fff !important;
}


/* Portfolio Info
====================================*/
.project-info {
	margin-bottom: 15px;
}

.project-info .button {
	margin-bottom: 30px !important;
}

.launch {
	margin-bottom: 30px;
}

.project-tags {
	margin-top: 15px;
}

/* Isotope Filtering
====================================*/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	 transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	 transition-duration: 0s;
}


/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* =================================================================== */
/* Footer
====================================================================== */
#footer, #footer p, #footer a{color: #aaa}
#footer a:hover {color: #fff;}

.footer-headline {
	display: block;
	margin: 15px 0 8px 0;
}

.no-margin {margin-top: 0;}

.footer-headline h4 {
	background-color: #303030;
	display: inline;
	color: #fff;
}

/* Links List
====================================*/
.links-list li a {
	color: #a4a4a4;
	display: block;
	padding: 3px 0;
}

.links-list-alt li a {
	color: #666;
	display: block;
	padding: 3px 0;
}

.links-list li a:hover {color: #fff}
.links-list-alt li a:hover {color: #888}

.links-list li:first-child a,
.links-list-alt li:first-child a {
	margin: -3px 0 0 0;
}

/* Photo Stream
====================================*/
.flickr-widget {margin-top: 15px;}
.flickr-widget img {display: block; width: 100%;}
.flickr-widget a:hover {border-color: #505050;}

.flickr-widget a {
	width: 58px;
	height: 58px;
	margin-right: 11px;
	margin-bottom: 11px;
	border: 4px solid #404040;
	-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;
}

.ie7 .flickr-widget a {width: 54px; height: 54px;}

/* Footer - Twitter Widget
====================================*/
#twitter {
	font-size: 12px;
	display: block;
	color: #aaa;
}

#twitter b a, #twitter b a:hover {color: #707070}
#twitter li {line-height: 18px; margin: 2px 0 12px 0;}
#twitter li:last-child {padding: 0; margin: 0;}
#twitter a {color: #fff;}
#twitter a:hover {color: #d4d4d4;}

/*--------------------------------------------------
			PHOTOSTREAM
---------------------------------------------------*/
.photostream-wrapper, #footer .photostream-wrapper {
	float: left;
}
.photostream ul, #footer .photostream ul, .widget .photostream ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: -10px;
}
.photostream ul li, #footer .photostream ul li, .widget .photostream ul li {
	width: auto;
	float: left;
	margin: 0 0 10px 10px;
}
.photostream a, #footer .photostream a, .photostream img, #footer .photostream img {
	height: 60px;
	width: 60px;
}
.photostream a, #footer .photostream a {
	border: 1px solid #eee;
	padding: 0px;
	display: block;
}
#footer .photostream a {
	border: 1px solid #555;
}
#footer .photostream a {
}
.photostream a:hover, #footer .photostream a:hover {
}
.photostream img, #footer .photostream img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.photostream a:hover img, #footer .photostream a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}


/* 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;
	bottom: 25px;
}

#scroll-top-top a {
	width: 35px;
	height: 35px;
	display: block;
	background-color: #72b626;
	background-repeat: no-repeat;
	-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;}


/* =================================================================== */
/* Contact
====================================================================== */

/* Google Map
====================================*/
#google-map {
	position: relative;
	padding: 0px;
	padding-bottom: 110%;
	height: 0;
	overflow: hidden;
}


/* Contact Details
====================================*/
.contact-details li {
	margin: 0 0 15px 0;
}

.contact-details p {
	line-height: 18px;
}

.contact-details li i {
	margin: 2px 0 0 0;
}

/* Contact Form
====================================*/
.field textarea {
	max-width: 97%;
	min-width: 97%;
	height: 180px;
	margin: 5px 0 15px 0;
}

.field input {
	width: 240px;
	margin-bottom: 15px;
}

.field input[type=checkbox] {
	width: auto;
}

.field:focus {border: 1px solid #ddd;}

.field label span {color:#ea1c1c;}

.field .validation-error,
.field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}

.loading {
	height:28px;
	width:28px;
	display: none;
}

.success-message .notification {margin-bottom: 20px;}
.success-message {display:none;}

.form-spacer {margin-top: 20px;}

/* Contact Form Side
====================================*/
.main_contact{
	z-index:1000;
}

.formholder {
	padding:15px;
	background:#FFF;
	border: 1px solid #D8D8D8;
	width:200px;
}
.form_title{
	padding:5px;
	background:#efefef;
	border: 1px solid #D8D8D8;
	display:block;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	margin-bottom:10px;
}

.blu{
	color:#066db4;
}

.bor{
	color:#b00000;
}
.org{
	color:#f57e00;
}

.sideform .field {
	margin: 0px 0 15px 0;
}

.sideform .field textarea {
	max-width: 92%;
	min-width: 92%;
	height: 60px;
	margin: 5px 0;
	padding:4%;
}

.sideform .field input {
	width: 92%;
	margin-bottom: 0;
	padding:4%;
}

.sideform .field input[type="button"] {
	width: 100%;
	margin-bottom: 0;
	padding:4%;
}

.sideform .field input.invalid,
.sideform .field textarea.invalid {
	border: 1px solid #FF0000;
}

.sideform .field:focus {border: 1px solid #ddd;}

.sideform .field label span {color:#ea1c1c;}
.sideform .field label.invalid {color:#FF0000; font-style:italic; font-size:11px;}

.sideform .field .validation-error,
.sideform .field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}

.sideform .loading {
	height:28px;
	width:28px;
	display: none;
}

.sideform .success-message .notification {margin-bottom: 20px;}
.sideform .success-message {display:none;}

.sideform .form-spacer {margin-top: 20px;}

/* BOTTOM Contact Form
====================================*/
#footer .field textarea {
	max-width: 92%;
	min-width: 92%;
	height: 60px;
	margin: 5px 0;
	padding:4%;
}

#footer .field input {
	width: 96%;
	margin-bottom: 5px;
	padding:2%;
}
#footer .field input[type="submit"] {
	width: 70px;
}


#footer .field:focus {border: 1px solid #ddd;}

#footer .field label span {color:#ea1c1c;}

#footer .field .validation-error,
#footer .field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}

#footer .loading {
	height:28px;
	width:28px;
	display: none;
}

#footer .success-message .notification {margin-bottom: 20px;}
#footer .success-message {display:none;}

#footer .form-spacer {margin-top: 20px;}

/* Sidebar Contact Form
====================================*/
.sidebar .field textarea {
	max-width: 92%;
	min-width: 92%;
	height: 60px;
	margin: 5px 0;
	padding:4%;
}

.sidebar .field input {
	width: 96%;
	margin-bottom: 5px;
	padding:4% 2%;
}
.sidebar .field input[type="submit"] {
	width: 70px;
}


.sidebar .field:focus {border: 1px solid #ddd;}

.sidebar .field label span {color:#ea1c1c;}

.sidebar .field .validation-error,
.sidebar .field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}

.sidebar .loading {
	height:28px;
	width:28px;
	display: none;
}

.sidebar .success-message .notification {margin-bottom: 20px;}
.sidebar .success-message {display:none;}

.sidebar .form-spacer {margin-top: 20px;}


/* =================================================================== */
/* Blog
====================================================================== */

/* Posts
====================================*/
.post {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 15px 0;
	margin: 0;
}

.post.post-page {border-bottom: none; margin-bottom: 0;}

/* Icons */
.post-icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	background-color: #72b626;
	background-repeat: no-repeat;
	margin-top: 5px;
}

/* Tags */
.post-meta {
	color: #888;
	margin: 10px 0;
}
.post-meta.margin-top {
	color: #888;
	margin: 15px 0;
}


.post-meta a {
	color: #888;
	text-decoration: none;
}

.post-meta a:hover {
	color: #666;
}

.post-meta i {
	opacity: 0.35;
	filter: alpha(opacity = 35);
	zoom: 1;
}


/* Title */
.post-title h2 a {
	font-size: 20px;
	font-weight: normal;
	color: #404040;
}

.post-title h2 a:hover {
	color: #666;
}


/* Entry */
a.post-entry {
	color: #5ca20d;
	margin: 0;
	display: inline-block;
}

a.post-entry:hover {
	color: #888;
}


/* Pagination
====================================*/
.pagination {
	margin-bottom: -10px;
}

.pagination li {
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	background: #fff;
	color: #888;
	-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);
	-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;
}

li.current {
	background: #72b626;
	border: 1px solid #72b626;
	color: #fff;
}


/* Widgets
====================================*/
.widget {margin-top: 25px;}
.first.widget {margin-top: -5px;}
.first.widget {margin-top: -5px;}

.search input {
	width: 82%;
	color: #888;
}

/* Tags */
.tags a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	color: #888;
	background: #fff;
	-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);
	-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;
	border-radius: 1px;
}

.tags a:hover {
	background: #72b626;
	border: 1px solid #72b626;
	color: #fff;
}

/* Popular Posts */
.latest-post-blog {
	margin-bottom: 18px;
}

.latest-post-blog p {
	margin: 0;
	color: #666;
	line-height: 19px;
}

.latest-post-blog p a {color: #666; display: block;}
.latest-post-blog p a:hover {color: #888;}

.latest-post-blog p span {
	color: #888;
	margin: 5px 0 0 0;
	display: block;
}

.latest-post-blog img {
	width: 55px;
	height: 55px;
	border: 1px solid #ddd;
	padding: 4px;
	-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);
}

/* Twitter */
#twitter-blog li {
	line-height: 20px;
}

#twitter-blog li:last-child {margin-bottom: 0;}

#twitter-blog b a {
	color: #888;
	font-weight: normal;
}

/* Flickr */
.flickr-widget-blog img {display: block; width: 100%;}

.flickr-widget-blog a {
	width: 57px;
	height: 57px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 4px;
	-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);
}

.ie7 .flickr-widget-blog a {width: 53px; height: 53px;}

/* Blog Post
====================================*/

/* Comments */
.comments-sec {
	width:100%;
	line-height: 20px;
	margin-top: -15px;
}

ol.commentlist {
	width:100%;
	margin: 0;
}

ol.commentlist li {
	border-top: 1px solid #e7e7e7;
	padding: 25px 0 20px 0;
	width: 100%;
}

ol.commentlist li:first-child {
	border:none;
	padding: 25px 0 0px 0;
}

ol.commentlist li {list-style: none;}

ol li ol.childlist{
	width:89%;
	margin:0px;
}

ol.commentlist li ol.childlist li:first-child {
	border-top: 1px solid #e9e9e9;
	padding: 25px 0 0 0;
	font-size: 12px;
}

ol.commentlist li ol.childlist li {
	border-top: 1px solid #e9e9e9;
	margin:25px 0 15px 0;
	font-size: 12px;
}

.comments {
	width:100%;
}

.comments-amount {color: #888;}

ol li ol.childlist .comment-des {
	width:89%;
}

.comment-des{
	width:90%;
}

.comment-des strong {
	font-size:12px;
}
.comment-des span {
	color:#888;
}

.comment-by {
	width:100%;
	padding-bottom:8px;
	padding-top:5px;
	color: #000;
}

.ie7 .comment-by span.reply span {display: none;}

.comment-by span.reply {
	color:#888;
	display: inline;
}

.comment-by span.reply a {
	height: 17px;
	font-weight: normal;
}

.comment-by span.date {
	color:#888;
}

.ie7 .comment-by .date {display: none;}


/* =================================================================== */
/* Pricing Tables
====================================================================== */
.five-tables .pricing-table {
	width: 187px;
}

.four-tables .pricing-table {
	width: 234px;
}

.three-tables .pricing-table {
	width: 312px;
}

.two-tables .pricing-table {
	width: 469px;
}

.pricing-table h3 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 6px 0;
	margin: 0;
}

.pricing-table li {
	color: #888;
	background: #fdfdfd;
	text-align: center;
	padding: 11px 0;
	border-bottom: 1px solid #fff;
}

.pricing-table li:nth-child(2n) {
	background: #f4f4f4;
}

.pricing-table h4 {
	padding:0 0 10px
}

a.sign-up {
	text-align: center;
	display: block;
	color: #fff;
	padding: 12px 0;
	font-weight: bold;
	font-size: 14px;
	-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;
}

a.sign-up:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/* Table
====================================*/
.pricing-table h3,
.pricing-table h4 {
	color: #fff;
	margin: 0;
}

.pricing-table h4 {
	padding: 15px 0;
}

.price,
.time {
	display: block;
	text-align: center;
	line-height: 24px;
}

.price {
	font-size: 24px;
	font-weight: normal;
}

.time {
	font-size: 12px;
	font-weight: normal;
}

/* Color Schemes
====================================*/

/* Color - 1 */
.pricing-table .color-1 h3, .color-1 .sign-up {background-color: #808080;}
.pricing-table .color-1 h4 {background-color: #909090;}

/* Color - 2 */
.pricing-table .color-2 h3, .color-2 .sign-up {background-color: #404040;}
.pricing-table .color-2 h4 {background-color: #4c4c4c;}

/* Color - 3 */
.pricing-table .color-3 h3, .color-3 .sign-up {background-color: #6eac28;}
.pricing-table .color-3 h4 {background-color: #81b942;}


/* =================================================================== */
/* Shortcodes
====================================================================== */

/* Buttons
====================================*/
.button,
input[type="button"] {
	padding: 9px 12px;
	display: inline-block;
	border: 0px;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	-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;
}

.button.medium {padding: 11px 17px; font-size: 14px;}

.button.gray {color: #fff;background: #444;}
.button.gray:hover {background:#72b626;}

.button.light {color:#fff; background:#aaa;}
.button.light:hover {background:#72b626;}

.button.color {color:#fff; background:#72b626;}
.button.color:hover {background:#aaa;}

/* Input Button */
input[type="button"] {color:#fff; background:#72b626;}
input[type="button"]:hover {background:#aaa}


/* Accordion
====================================*/
.acc-trigger {
	cursor: pointer;
	border: 1px solid #dedede;
	outline: none;
	color: #888;
	margin: 10px 0;
	display: block;
	background: #fbfbfb;
	-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);
}

.acc-trigger a {
	display: block;
	color: #888;
	outline: none;
	padding: 12px 15px;
	text-decoration: none;
	font-weight: bold;
}

.acc-trigger.active a {
	cursor: default;
}

.acc-trigger a:hover,
.acc-trigger.active a {
	color: #404040;
}

.acc-container .content {padding: 2px 15px 5px 15px;}
.content p {margin-bottom: 0;}


/* Tabs
====================================*/
.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.tabs-nav li {
	line-height: 34px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 0 -1px 0;
}


.tabs-nav li a {
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #888;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 16px;
	text-decoration: none;
}

.ie7 .tabs-nav li a {height: 35px;}

.tabs-nav li:first-child a {border-left: 1px solid #ddd;}
.tabs-nav li:last-child a {border-right: 1px solid #ddd;}

.tabs-nav li.active a {	color: #404040; font-weight: bold;}
.tabs-nav li.active a i {opacity: 1; filter: alpha(opacity=100);}
.tabs-nav li i {opacity: 0.5; filter: alpha(opacity=50);}

.tabs-nav li a:hover  {background: #fff;}

.tabs-nav li.active a {
	background: #fff;
	border-bottom: 2px solid #fff;
}
.tabs-container {
	border: 1px solid #ddd;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
	line-height: 19px;
	-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);
}

.tab-content {padding: 20px;}


/* Alert Boxes
====================================*/
.notification {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	position: relative;
	-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);
}

.notification p {margin: 0;}
.notification span {font-weight: bold;}

.notification.success {
	background-color: #EBF6E0;
	color: #5f9025;
	border: 1px solid #b3dc82;
}

.notification.error {
	background-color: #ffe9e9;
	color: #de5959;
	border: 1px solid #fbc4c4;
}

.notification.warning {
	background-color: #FBFADD;
	color: #8f872e;
	border: 1px solid #ded58a;
}

.notification.notice {
	background-color: #E9F7FE;
	color: #5091b2;
	border: 1px solid #b6d7e8;
}

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
	padding: 0px 14px;
	position: absolute;
	top: 20px;
	display: block;
	height: 8px;
	weight: 8px;
}

/* Tooltip
====================================*/
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  border-top: 5px solid #444;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  border-bottom: 5px solid #444;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 4px 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  z-index: 1010;
  display: none;
  padding: 2px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
	 -moz-transition: opacity 0.15s linear;
	  -ms-transition: opacity 0.15s linear;
	   -o-transition: opacity 0.15s linear;
		  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}


/* Testimonial's Carousel
====================================*/
.testimonial-container {
	position: relative;
}
.testimonial-container .headline {
	margin: 10px 0 8px 0;
}

.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);
	height:100px;
}

.testimonials-bg {
	margin-top: -1px;
	display: block;
	width: 200px;
	height: 30px;
}

.testimonials-author {
	color: #5ca20d;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials-author span {
	color:#a0a0a0
}

/* Carousel */
.carousel-disabled,
.mr-rotato-disabled,
.mr-rotato-next,
.mr-rotato-prev,
.mr-rotato2-disabled,
.mr-rotato2-next,
.mr-rotato2-prev {
	border: 1px solid #ddd;
	display: inline-block;
	height: 21px;
	width: 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);
	-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;
	display: block;
	position: absolute;
	margin-top: -36px;
}

.mr-rotato-next,
.mr-rotato2-next {
	background-color: #fff;
	z-index: 6;
}

.mr-rotato-prev,
.mr-rotato2-prev {
	background-color: #fff;
	-webkit-box-shadow:  3px 0px 0px 0px #fff;
	box-shadow:  3px 0px 0px 0px #fff;
	z-index: 5;
}

#footer .mr-rotato2-next {
	border: 1px solid #232323;
	background-color: #505050;
	z-index: 6;
}

#footer .mr-rotato2-prev {
	border: 1px solid #232323;
	background-color: #505050;
	-webkit-box-shadow:  none;
	box-shadow:  none;
	z-index: 5;
}

.mr-rotato-prev:hover,
.mr-rotato-next:hover,
.mr-rotato2-prev:hover,
.mr-rotato2-next:hover {
	background-color: #72b626;
	border-color: #72b626;
}

/* -------------------------------------------------- */
/*	Clients Carousel
/* -------------------------------------------------- */

.no-js .clients-carousel, .no-js .post-carousel {
	border-top: 1px solid #efefef;
	padding: 25px 0 0;
}

	.clients-carousel > li, .post-carousel > li, #portfolio-items > article {
		list-style: none;
		overflow: hidden;
		position: relative;
	}

	.clients-carousel > li, .post-carousel > li { width: 187px; }

	.no-js .post-carousel > li {
		display: inline-block;
		float: none;
	}

	.no-js .clients-carousel > li, .no-js #portfolio-items > article { margin-bottom: 40px; }

	.clients-carousel a, #portfolio-items article a {
		border-bottom: 1px solid #efefef;
		display: block;
		text-align: center;
	}

	.clients-carousel a { padding:0; }

	#portfolio-items article a, #portfolio-items article .audio-player, #portfolio-items article .video-player { margin: 0 auto; }

		.clients-carousel img, #portfolio-items article img {
			background-color: #fff;
			margin: 0 auto;
			border:1px solid #E5E5E5;
			/*filter: alpha(opacity=70);
			opacity: 0.7;*/
		}

		.no-js .clients-carousel img, .no-js #portfolio-items article img { margin-bottom: 0; }


		.clients-carousel .title, #portfolio-items > article .title {
			font-weight: 400;
			margin-bottom: 0;
		}

		.clients-carousel > li .categories, #portfolio-items > article .categories {
			color: #aeaeae;
			display: block;
			font-style: italic;
			margin: -1px 0 20px;
		}

		.clients-carousel a:hover, #portfolio-items > article:hover {
			background: #f8f8f8;
			border-bottom: 1px solid #cc0000;
		}

		.not-ie .clients-carousel a:hover:after, .not-ie #portfolio-items > article:hover:after {
			background: #cc0000;
			bottom: -2.5px;
			content: '';
			display: block;
			height: 5px;
			-webkit-transform: rotate(45deg);
			   -moz-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				 -o-transform: rotate(45deg);
					transform: rotate(45deg);
			position: absolute;
			width: 5px;
		}

		.clients-carousel a:hover img, #portfolio-items > article:hover img {
			filter: alpha(opacity=100); /* Fallback for old IE */
			opacity: 1;
		}

		.clients-carousel a:hover .title, #portfolio-items > article:hover .title { color: #cc0000; }

/* -------------------------------------------------- */
/*	Jcarousel Navigation
/* -------------------------------------------------- */

.jcarousel-container {
	max-width: 100%;
}

.section-title + .jcarousel-container { margin-top: 15px; }

	.jcarousel-clip {
		overflow: hidden;
		width: 100%;
	}

		.jcarousel-item {
			width: 187px;
		}

	.jcarousel-next, .jcarousel-prev {
		border: 1px solid #ddd;
		display: inline-block;
		height: 21px;
		width: 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);
		-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;
		display: block;
		position: absolute;
		margin-top: -127px;
	}

	.jcarousel-next {
		background-color: #fff;
		z-index: 6;
	}

	.jcarousel-prev {
		background-color: #fff;
		-webkit-box-shadow:  3px 0px 0px 0px #fff;
		box-shadow:  3px 0px 0px 0px #fff;
		z-index: 5;
	}

		.jcarousel-next:hover, .jcarousel-next:focus, .jcarousel-next:active,
		.jcarousel-prev:hover, .jcarousel-prev:focus, .jcarousel-prev:active {
			cursor: pointer !important;
			background-color: #72b626;
			border-color: #72b626;
		}

		.jcarousel-next-disabled, .jcarousel-next-disabled:hover,
		.jcarousel-next-disabled:focus, .jcarousel-next-disabled:active,
		.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover,
		.jcarousel-prev-disabled:focus, .jcarousel-prev-disabled:active {
			cursor: auto !important;
		}

/* Blockquote
====================================*/
blockquote {
	color: #888;
	line-height: 20px;
	margin: 5px 0 20px 0;
}

/* Languages
====================================*/

/* Header Icons */
.langbar {
    background: none repeat scroll 0 0 #303030;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 10px;
	z-index:100;
}

.langbar li {
	display:inline-block;
}

.langbar a{
    font-weight:bold;
	color:#fff;
}

.langbar a:hover,
body .langbar .selected{
	color:#999 !important;
    background-color: #303030 !important;
	border: 0px none #303030 !important
}



/* Social Icons
====================================*/

/* Header Icons */
.social-icons {
	margin: 0;
}

.social-icons li {
	display: inline;
	list-style: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons li a {
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 28px;
}

/* Social Widget Icons */
#social a {
	width: 28px;
	height: 28px;
	display: block;
}

#social a img{
	border: none;
}

/* Shop Icons
====================================*/

/* Header Icons */
.shop-icons {
	margin: 0;
	display:block;
}

.shop-icons li {
	display: inline;
	list-style: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shop-icons li a {
	background-repeat: no-repeat;
	display: inline-block;
	height: 22px;
	line-height: 28px;
	width: auto;
	font-weight:normal;
}

.shop-icons li a.button {
	line-height: 22px;
	padding: 3px 8px;
}

/* shop Widget Icons */
#shop a {
	width: auto;
	line-height: 22px;
	height: 22px;
	display: block;
}

#shop a img{
	border: none;
}

/* Icon List */


/* Table
====================================*/
table.standard-table {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	border:none;
	margin-bottom: 15px;
	-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);
}

table.standard-table th {
	border: 1px solid #dddddd;
	background-color: #fafafa;
	padding: 10px 15px;
	color: #404040;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}

table.standard-table td {
	padding: 10px 15px;
	border: #e0e0e0 1px solid;
	border-top: none;
}

table.standard-table tr:hover td {background-color: #fafafa;}


/* Notice
====================================*/
.large-notice {
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 32px;
	-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);
}

.large-notice h2 {
	margin-bottom: 10px;
}

.large-notice p {
	font-size: 14px;
	color: #777;
}


/* List Styles
====================================*/
.arrow_list li,
.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.square_list li,
.circle_list li,
.cross_list li {
	list-style: none;
	margin: 5px 0;
}

/* Glyphicons
====================================*/
.the-icons li {
	padding: 0;
	line-height: 0;
}

.the-icons b {
	margin-top: 24px;
	position: absolute;
}


[class^="ico-"],
[class*="ico-"] {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	vertical-align: text-top;
	background-repeat: no-repeat;
}

.ico-white {
	opacity: 1;
}
.heading[class^="ico-"],
.heading[class*="ico-"] {
	margin:3px 0 0;
}




/* Glyphicons Mini
====================================*/
[class^="mini-ico-"],
[class*=" mini-ico-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  opacity: 1;
}

.mini-white {
  opacity: 1;
}

/* =================================================================== */
/* Media Queries
====================================================================== */

/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 960px) {

	.flexslider.home {
		/*min-height: 400px;*/
	}

}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.client-list img {
		width: 148px;
		height: auto;
	}

	.flickr-widget a,
	.flickr-widget-blog a {
		width: 70px;
		height: 70px
	}

	ol li ol.childlist .comment-des {
		width:86%;
	}

	.comment-des{
		width:87%;
	}

	.five-tables .pricing-table {
		width: 148px;
	}

	.four-tables .pricing-table {
		width: 186px;
	}

	.three-tables .pricing-table {
		width: 248px;
	}

	.two-tables .pricing-table {
		width: 373px;
	}

}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {

	#navigation {
		float: none;
	}

	.js .selectnav {
		display: block;
	}

	.js #nav,
	.slide-caption,
	.search-form,
	#tagline,
	.widget,
	.widget-alt,
	#navigation ul li a {
		display: none;
	}

	.social-icons.about {
		display: block;
		margin-bottom: 30px;
	}

	#contact-details {
		text-align: center;
	}

	#scroll-top-top {
		display: none;
	}

	.post-meta {
		display: none;
	}

	.post-title h2 {
		line-height: 26px;
		margin:10px 0;
	}

	.post-icon {
		margin-top: 3px;
	}

	#filters,
	#portfolio-navi {
		position: relative;
		display: block;
		margin: 0 0 23px 0;
	}

	#portfolio-navi {
		margin: -5px 0 25px 0;
	}

	.portfolio-item {
		margin: 5px 0 25px 0 !important;
	}

	.item-description.related {
		margin-bottom: 30px;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {


/*
	div.main_contact {
		display: none;
	}
*/
	.client-list img {
		width: 139px;
		height: auto;
	}

	.flickr-widget a {
		width: 53px;
		height: 53px;
	}

	ol li ol.childlist .comment-des {
		width:82%;
	}

	.comment-des{
		width:83%;
	}

	#portfolio-wrapper img {
		min-height: 265px;
	}

	.five-tables .pricing-table,
	.four-tables .pricing-table,
	.three-tables .pricing-table,
	.two-tables .pricing-table {
		width: 209px;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 479px) {

	div.main_contact {
		display: none;
	}

	.client-list img {
		width: 149px;
		height: auto;
	}

	ol li ol.childlist .comment-des {
		width:77%;
	}

	.comment-des{
		width:78%;
	}

	#portfolio-wrapper img {
		min-height: 189px;
	}

	.five-tables .pricing-table,
	.four-tables .pricing-table,
	.three-tables .pricing-table,
	.two-tables .pricing-table {
		width: 299px;
	}

}

.fa-angle-double-right::before {
    content: ">>";
}
.icons-example ul li i {
    color: #606060;
    width: 25px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
}
