/*
====================================================================== */
@import url("base.css");				/* Default Reset, Typography, Forms, etc. */
@import url("skeleton.css");			/* 960 Grid + Media Query Layouts */
@import url("fancybox.css");			/* FancyBox Styles */
/* =================================================================== */
/* Header
====================================================================== */
#header {min-height: 100px;}
/* Logo / Tagline
====================================*/


#logo {
	margin-top: 0px;
}

#logo a img{float: left;}

#tagline {
	color: #888;
	border-left: 1px solid #e9e9e9;
	margin: 0 0 0 20px;
	padding: 5px 0 5px 20px;
	float: left;
}

/* Contact Details
====================================*/
#contact-details {
	float: right;
	margin-top: 0px;
	display: block;
}



#contact-details li {
	display: inline;
	padding-left: 5px;
	margin-left: 5px;
	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;}


/* Search Form
====================================*/
.search-form .search-text-box {
	position: absolute;
	right:10px;
	width: 54px;
	background-color: #303030;
	border: none;
	color: transparent;
	font-size: 12px;
	padding: 18px 0;
	cursor: pointer;
	background: url("../images/search-ico.png") 5% 50% no-repeat;
	-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 {
	font-size: 12px;
	background-color: #303030;
	padding: 18px 18px 18px 58px;
	width: 150px;
	border: none;
	color: #fff;
	cursor: text;
}




/* Main Navigation
====================================*/
.selectnav {
	display: none;
	cursor: pointer;
	width: 100%;
	padding: 8px;
	height: 37px;
	float: left;
	font-size: 14px;
	margin: 15px 0;
}

#navigation {
	background: #303030;
	display: block;
	width: 100%;
	float: left;
	max-height: 52px;
	margin: 0 0 15px 0;
}



#navigation ul,
#navigation li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
#navigation ul li{
	float:left;
	position:relative;
}



#navigation ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	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: #FF3366;
	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: 200px;
	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 ul {
	position: absolute;
	top:0px;
	left:100%;
	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%; left:0;}
#navigation ul ul li:hover>ul {position:absolute; top:0; left:100%; opacity: 1; z-index:497;}
#navigation ul li:hover > a {background: #72b626;}
#navigation ul ul li:hover > 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;}




/* 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;}




/* Control Nav
====================================*/
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 3px 0 0;
	display: inline-block;
	zoom: 1;
	*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.55);
}



.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-boxes-container {margin: 10px 0 -5px 0; float:left;}
.icon-box p, .icon-box h3 {margin-left: 45px;}
.icon-box h3 {line-height: 34px;}

.icon-box i {
	float: left;
	margin: -2px 0 50px 0;
}

/* =================================================================== */
/* Miscellaneous Styles
====================================================================== */
.ie-dropdown-fix { position: relative; z-index: 55;}


/* Images Overlay
====================================*/
.picture {position: relative;}
.picture img {width: 100%; height: auto;}

.image-overlay-link,
.image-overlay-zoom {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 40;
	display: none;
	background-color: #222;
	background: rgba(0, 0, 0, 0.7);
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
}

.image-overlay-link {
	background-image: url(../images/overlay-icon-01.png);
}

.image-overlay-zoom {
	background-image: url(../images/overlay-icon-02.png);
}

/* Headline
====================================*/
.headline {
	background: url(../images/headline-bg.png) 0 50% repeat-x;
	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;
	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 15px 0;
}

#page-title h1 {
	font-weight: normal;
	padding: 3px 0 15px 3px;
    font-size: 22px;
	line-height: 30px;
}

#page-title span {
	color: #aaa;
}

#bolded-line {
	text-indent: -9999px;
	height: 3px;
	width: 100px;
	display: block;
	background: #72b626;
	margin-bottom: -2px;
}


/* Client Logo List
====================================*/
.client-list li {
	border: 1px solid #e5e5e5;
	float: left;
	margin: -1px 0 0 -1px;
}


/* =================================================================== */
/* 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-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
	padding: 12px 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #e9e9e9;
	letter-spacing: 0;
}

.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;
	text-align: right;
	right: 0;
	display: block;
	margin: -55px 2px 0 0;
}

#filters ul li {
	display: inline;
}

#filters a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	color: #888;
	background-color: #fff;
	margin: 0 5px 10px 0;
	-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;
}


/* Portfolio Navigation
====================================*/
#portfolio-navi {
	position: absolute;
	right: 0;
	display: block;
	margin: -57px 10px 0 0;
}

#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;
}

.ie7 #portfolio-navi a {margin-left: 3px;}

#portfolio-navi a:hover {
	background-color: #72b626 !important;
	border: 1px solid #72b626 !important;
	color: #fff !important;
}

.next {
	background: url(../images/portfolio-nav-right.png) no-repeat 52% 50%; 
}

.next:hover {
	background: url(../images/slider-control-right.png) no-repeat 52% 50%;
}

.prev {
	background: url(../images/portfolio-nav-left.png) no-repeat 48% 50%;
}

.prev:hover {
	background: url(../images/slider-control-left.png) no-repeat 48% 50%;
}


/* =================================================================== */
/* Footer
====================================================================== */
#footer, #footer p, #footer a{color: #aaa}
#footer a:hover {color: #fff;}

.footer-headline {
/*	background: url(../images/headline-footer-bg.png) 0 50% repeat-x; */
	display: block;
	margin: 15px 0 8px 0;
}

.no-margin {margin-top: 0;}

.footer-headline h4 {
	display: inline;
	padding: 0 10px 0 0;
	color: #fff;
}

/* Links List
====================================*/
.links-list li a {
	color: #a4a4a4;
	display: block;
	padding: 3px 0;
	padding-left: 12px;
	background: url(../images/links-list-arrow-01.png) no-repeat left 47%;
}

.links-list-alt li a {
	color: #666;
	display: block;
	padding: 3px 0;
	padding-left: 12px;
	background: url(../images/links-list-arrow-02.png) no-repeat left 47%;
}

.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-right: -12px; margin-top: 15px;}
.flickr-widget img {display: block; width: 100%;}
.flickr-widget a:hover {border-color: #505050;}

.flickr-widget a {
	float: left;
	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;
	float: left;
	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;}

/* 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;}


#footer-bottom-sml {
	margin-top: 5px;
	padding: 5px 0;
}

#footer-bottom-sml a {color: #fff}
#footer-bottom-sml 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;}


/* =================================================================== */
/* 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 {
	margin: -5px 0 0 20px;
	line-height: 18px;
}

.contact-details li i {
	float: left;
	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:focus {border: 1px solid #ddd;}

.field label span {color:#ea1c1c;}

.field .validation-error, 
.field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}

.loading {
	background:url(../images/loader.gif) no-repeat 1px; 
	height:28px;
	width:28px;
	float: left;
	margin: 5px 0 0 10px;
	display: none;
}

.success-message .notification {margin-bottom: 20px;}
.success-message {display:none;}

.form-spacer {margin-top: 20px;}


/* =================================================================== */
/* Blog
====================================================================== */

/* Posts
====================================*/
.post {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 15px 0;
	margin: 5px 0 25px 0;
}

.post.post-page {border-bottom: none; margin-bottom: 0;}

.post-content {margin: 22px 0 0 55px;}

/* Icons */
.post-icon {
	float: left;
	width: 35px;
	height: 35px;
	display: inline-block;
	background-color: #72b626;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-top: 30px;
}

.post-icon.standard {background-image: url("../images/blog-ico-01.png");}
.post-icon.video {background-image: url("../images/blog-ico-02.png");}
.post-icon.gallery {background-image: url("../images/blog-ico-03.png");}


/* Tags */
.post-meta {
	color: #888;
	margin: 2px 0 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);
	margin-right: 5px;
	zoom: 1;
}

.post-meta span {
	margin-right: 10px;
}


/* Title */
.post-title h2 a {
	font-size: 18px;
	font-weight: normal;
	color: #404040;
}

.post-title h2 a:hover {
	color: #666;
}


/* Entry */
a.post-entry {
	color: #5ca20d;
	margin: 3px 0 9px 0;
	display: inline-block;
	padding: 0 12px 0 0;
	background: url(../images/blog-post-entry-01.png) no-repeat right;
	background-position: 100% 50%;
}

a.post-entry:hover {
	color: #888; 
	background: url(../images/blog-post-entry-02.png) no-repeat right;
	background-position: 100% 50%;
}


/* Pagination
====================================*/
.pagination {
	margin-bottom: -10px;
}

.pagination li {
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	*float: left;
	background: #fff;
	color: #888;
	margin-right: 1px;
	-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;
}

.ie7 .pagination li {margin-right: 5px;}

li.current {
	background: #72b626;
	border: 1px solid #72b626;
	color: #fff;
}


/* Widgets
====================================*/
.widget {margin-top: 25px;}
.first.widget
    {margin-top: -5px;
     margin-left: 15px;}

.search input {
	width: 82%;
	padding-left: 30px;
	color: #888;
	background:url(../images/search-ico-alt.png) no-repeat 5% 54%
}

/* Tags */
.tags a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	color: #888;
	background: #fff;
	margin: 0 3px 6px 0;
	-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:last-child {margin-right:0;}

.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;
	margin-left: 75px;
}

.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 {
	float: left;
	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 {
	margin: 0 0 15px 1px;
	line-height: 20px;
}

#twitter-blog li:last-child {margin-bottom: 0;}

#twitter-blog b a {
	color: #888;
	font-weight: normal;
}

/* Flickr */
.flickr-widget-blog {margin-right: -15px;}
.flickr-widget-blog img {display: block; width: 100%;}

.flickr-widget-blog a {
	float: left;
	width: 57px;
	height: 57px;
	margin-right: 10px;
	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;}


/* 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;
}


/* =================================================================== */
/* Shortcodes
====================================================================== */



/* Buttons
====================================*/
.button,
input[type="button"] {
	padding: 9px 12px;
	display: inline-block;
    margin-bottom: 7px;
    margin-top: 5px;
	border: 0px;
	font-family: Arial, sans-serif;
	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;
}

input[type="button"] {float: left;}

.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;
	font: 12px Arial, sans-serif;
	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 {
	background: url(../images/accordion-plus.png) no-repeat right 55%;
	display: block;
	color: #888;
	outline: none;
	padding: 12px 15px;
	text-decoration: none;
	font-weight: bold;
}

.acc-trigger.active a {
	cursor: default;
	background: url(../images/accordion-minus.png) no-repeat right;
}

.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 {
	float: left;
	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-right: none;
	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);
    min-height: 370px;

}

.tab-content {padding: 20px;}


/* Alert Boxes
====================================*/
.notification {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	position: relative;
	padding: 14px 40px 14px 18px;
	-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;
	right: 0;
	top: 20px;
	display: block;
	height: 8px;
	weight: 8px;
}

.notification.success .close {background: url(../images/alert_boxes_close_ico.png) 0 -8px no-repeat;}
.notification.error .close {background: url(../images/alert_boxes_close_ico.png) 0 0 no-repeat;}
.notification.warning .close {background: url(../images/alert_boxes_close_ico.png) 0 -16px no-repeat;}
.notification.notice .close {background: url(../images/alert_boxes_close_ico.png) 0 -24px no-repeat;}


/* 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.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #444;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #444;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #444;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  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;
  left: 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;
}

.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;
	float: right;
	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 {
	border: 1px solid #ddd;
	display: inline-block;
	margin-right: 1px;
	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 {
	background: url(../images/testimonials-right-01.png) no-repeat 50%;
	background-color: #fff;
	right: -1px;
	z-index: 6;
}

.mr-rotato-prev {
	background: url(../images/testimonials-left-01.png) no-repeat 50%;
	background-color: #fff;
	right: 25px;
	-webkit-box-shadow:  3px 0px 0px 0px #fff;
	box-shadow:  3px 0px 0px 0px #fff;
	z-index: 5;
}

.mr-rotato-next:hover {
	background: url(../images/testimonials-right-02.png) no-repeat 50%;
}

.mr-rotato-prev:hover {
	background: url(../images/testimonials-left-02.png) no-repeat 50%;
}

.mr-rotato-prev:hover,
.mr-rotato-next:hover {
	background-color: #72b626;
	border-color: #72b626;
}


/* Blockquote
====================================*/
blockquote {
	border-left: 4px solid #e7e7e7;
	padding-left: 20px;
	color: #888;
	line-height: 20px;
	margin: 5px 0 20px 0;
}

/* Social Icons
====================================*/

/* Header Icons */
.social-icons {
	margin: 0;
	float: right;
}

.social-icons.about {
	float: left;
	margin: 0 0 0 -5px;
}

.social-icons li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	margin-left: 5px;
	float: left;
	-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;
	background-position: 0 0;
	display: block;
	height: 28px;
	width: 28px;
}

.social-icons li:hover {background-position: 0 -38px;}

/* Social Widget Icons */
#social a {
	width: 28px;
	height: 28px;
	margin: 0 6px 6px 0;
	display: block;
	float: left;
	text-indent: -9999px;
	background-position: 0 -38px;
}

#social a img{
	border: none;
}

/* Icon List */
.amazon {background: url(../images/icons/social/amazon.png) no-repeat;}
.behance {background: url(../images/icons/social/behance.png) no-repeat;}
.blogger {background: url(../images/icons/social/blogger.png) no-repeat;}
.deviantart{background: url(../images/icons/social/deviantart.png) no-repeat;}
.dribbble {background: url(../images/icons/social/dribbble.png) no-repeat;}
.dropbox {background: url(../images/icons/social/dropbox.png) no-repeat;}
.evernote {background: url(../images/icons/social/evernote.png) no-repeat;}
.facebook {background: url(../images/icons/social/facebook.png) no-repeat;}
.forrst {background: url(../images/icons/social/forrst.png) no-repeat;}
.github {background: url(../images/icons/social/github.png) no-repeat;}
.googleplus {background: url(../images/icons/social/googleplus.png) no-repeat;}
.jolicloud {background: url(../images/icons/social/jolicloud.png) no-repeat;}
.last-fm {background: url(../images/icons/social/last-fm.png) no-repeat;}
.linkedin {background: url(../images/icons/social/linkedin.png) no-repeat;}
.picasa {background: url(../images/icons/social/picasa.png) no-repeat;}
.pintrest {background: url(../images/icons/social/pintrest.png) no-repeat;}
.rss {background: url(../images/icons/social/rss.png) no-repeat;}
.skype {background: url(../images/icons/social/skype.png) no-repeat;}
.spotify {background: url(../images/icons/social/spotify.png) no-repeat;}
.stumbleupon {background: url(../images/icons/social/stumbleupon.png) no-repeat;}
.tumblr {background: url(../images/icons/social/tumblr.png) no-repeat;}
.twitter {background: url(../images/icons/social/twitter.png) no-repeat;}
.vimeo {background: url(../images/icons/social/vimeo.png) no-repeat;}
.wordpress {background: url(../images/icons/social/wordpress.png) no-repeat;}
.xing {background: url(../images/icons/social/xing.png) no-repeat;}
.yahoo {background: url(../images/icons/social/yahoo.png) no-repeat;}
.youtube {background: url(../images/icons/social/youtube.png) no-repeat;}


/* 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;
	border-right: none;
	background-color: #fafafa;
	text-align: left;
	padding: 10px 15px;
	color: #404040;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}

table.standard-table td:last-child {
	border-right: 1px solid #ddd;
}

table.standard-table th:last-child {
	border-right: 1px solid #ddd;
}

table.standard-table td {
	padding: 10px 15px;
	border: #e0e0e0 1px solid;
	border-top: none;
	border-right: 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
====================================*/
.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.arrow_list li,
.square_list li,
.circle_list li,
.cross_list li {
	list-style: none;
	margin: 5px 0;
}

.check_list li {background: url(../images/icons/list/list_check.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.plus_list  li {background: url(../images/icons/list/list_plus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.minus_list  li {background: url(../images/icons/list/list_minus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.star_list  li {background: url(../images/icons/list/list_star.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.arrow_list  li {background: url(../images/icons/list/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.square_list  li {background: url(../images/icons/list/list_square.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.circle_list  li {background: url(../images/icons/list/list_circle.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.cross_list  li {background: url(../images/icons/list/list_cross.png) no-repeat 0% 50%; padding: 0 0 0 16px;}


/* Glyphicons
====================================*/
.the-icons li {
	margin: 0 0 -15px -20px;
	padding: 0;
	line-height: 0;
}

.the-icons b {
	margin-top: 24px;
	position: absolute;
}

/*
[class^="ico-"],
[class*="ico-"] {
	display: inline-block;
	width: 48px;
	height: 48px;
	*margin-right: .3em;
	line-height: 48px;
	vertical-align: text-top;
	background-image: url("../images/icons/glyphicons.png");
	background-position: 48px 48px;
	background-repeat: no-repeat;
}
*/

[class^="ico-"]:last-child,
[class*="ico-"]:last-child {
	*margin-left: 0;
}

/* =================================================================== */
/* 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,
	.social-icons,
	.widget,
	.widget-alt,
	#navigation ul li a {
		display: none;
	}
	
	.social-icons.about {
		display: block;
		margin-bottom: 30px;
	}

	#contact-details {
		text-align: center;
		float: left;
	}
	
	#scroll-top-top {
		display: none;
	}
	
	.icon-box i {
		margin-left: -10px !important;
	}
	
	.post-meta {
		display: none;
	}
	
	.post-title h2 {
		line-height: 26px;
		margin-bottom: 15px;
	}

	.post-icon {
		margin-top: 28px;
	}
	
	#filters,
	#portfolio-navi {
		position: relative;
		text-align: left;
		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) {

	.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) {

	.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;
	}
	
}






[class^="mini-ico-"], [class*=" mini-ico-"] {
    background-image: url("../images/icons/glyphicons-mini.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    opacity: 1;
    vertical-align: text-top;
    width: 14px;
}




.mini-ico-refresh {
  background-position: -240px -24px;
}

.mini-ico-th-large {
    background-position: -216px 0;
}

.mini-ico-th-list {
    background-position: -264px 0;
}








/* .flexslider.home {        min-height: 368px;} */


.alignleft {
	float: left;
}
.alignright {
	float: right;
}

form p { position:relative }


label, legend {
    position:absolute;
    display: inline ;
    left: 0px;
    top: -17px;
    font-size: 11px;
}


.item-description h5 {
 border: none;
}


table.standard-table th {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
}




.slide-caption-sml {
	width: 20%;
	padding: 11px;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
}


.slide-caption-sml p {
	margin:0;
	line-height: 14px;
	color: #bbb;
    font-weight: bold;
}


.no-rmargin {margin-right: 0 !important;}
.no-lmargin {margin-left: 0 !important;}

.post-content {
margin:0 ;
}

.post {
border-bottom:1px solid #E9E9E9;
margin:0px 0 26px;
padding:0 0 0px;
min-height: 131px;
}



/* Popular Posts */
.annonce {
	margin-bottom: 18px;
}

.annonce p {
	margin: 0;
	color: #666;
	line-height: 19px;
	margin-left: 75px;
}

.annonce p a {color: #666; display: block;}
.annonce p a:hover {color: #888;}

.annonce p span {
	color: #888;
	margin: 5px 0 0 0;
	display: block;
}

.annonce img {
	float: left;
	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);
}



.product-box {
background:url("../images/bg-border.gif") repeat-x scroll 0 0 transparent;
height:1%;
margin:-1px 0 1px;
overflow:hidden;
padding:16px 10px;
}

.product-box a:hover {
background-color:  #EEEEEE;
}

.product-box a:hover {
background:none repeat scroll 0 0 #EAEBF0;
}


.product-box .img-hold {
float:left;
margin:0 15px 0 0;
width:135px;
}

/* .post .img-hold {
float:left;
margin:0 15px 0 0;
width:135px;
} */

.post .img-hold ul {
font-size:10px;
line-height:14px;
list-style:none outside none;
margin:0;
padding:0 0 0 5px;
}

.post .img-wr {
margin:0 0 4px;
position:relative;
}

.post .img-wr img {
display:block;
border:1px solid #DDDDDD;
padding: 2px;
}


.cat-red {
background:none repeat scroll 0 0 #DF1628;
}

/*.post .category {*/

.photolabel {
bottom:10px;
color:#FFFFFF;
font-size:14px;
left:0;
line-height:21px;
padding:0 6px;
position:absolute;
}

.post .img-hold ul {
font-size:10px;
line-height:14px;
list-style:none outside none;
margin:0;
padding:0 0 0 5px;
}

.cat-orange {
background:none repeat scroll 0 0 #F39D08;
}



.product-box .cat-orange {
background:none repeat scroll 0 0 #F39D08;
}

.product-box .category {
bottom:10px;
color:#FFFFFF;
font-size:14px;
left:0;
line-height:21px;
padding:0 6px;
position:absolute;
}




.product-box .img-wr {
margin:0 0 4px;
position:relative;
}

.product-box .img-wr img {
display:block;
border:1px solid #DDDDDD;
padding: 2px;
}

.product-box .cat-red {
background:none repeat scroll 0 0 #DF1628;
}

.product-box .category {
bottom:10px;
color:#FFFFFF;
font-size:14px;
left:0;
line-height:21px;
padding:0 6px;
position:absolute;
}

.product-box .img-hold ul {
font-size:10px;
line-height:14px;
list-style:none outside none;
margin:0;
padding:0 0 0 5px;
}

.info-section {
font-size:11px;
height:1%;
overflow:hidden;
}


.info-section .heading-box {
height:1%;
overflow:hidden;
padding:0 0 6px;
}

.product-box .price {
background:none repeat scroll 0 0 transparent;
color:#3E3D3F;
float:right;
margin:0;
padding:1px 9px 0 0;
}

.price {
background:url("../images/bg-border.gif") repeat-x scroll 0 0 transparent;
color:#323132;
display:block;
font-size:18px;
margin:0 0 -3px;
padding:8px 0 0;
}

.product-box .price span {
padding:0;
}

.price span {
font-size:10px;
}
.name {
color:#343335;
display:block;
font-size:14px;
line-height:16px;
}


.col-red .area {
color:#DF1628;
}

.area {
display:block;
font-size:11px;
font-weight:bold;
padding:0 0 7px;
}

.info-section p {
line-height:13px;
margin:0 0 18px;
}

.info-section .wrapp-link .btn-add {
margin-right:10px;
}

.btn-add {
background-color:#EDEDE2;
color:#3E3D3F;
float:left;
font:11px Arial,Helvetica,sans-serif;
}


.btn-add, .btn-add span {
background:url("data:image/gif;base64,R0lGODlhDQAkAMQdAPn59ff38vr69/j48/z8+/7+/fX17/T07fDw5+7u4+7u5Pz8+v7+/vHx6O/v5fX17vr69vv7+fPz7Pj49PLy6/b28PX18PLy6vDw5u3t4/Hx6f///+3t4v///wAAAAAAACH5BAEAAB0ALAAAAAANACQAAAV84CaKzEAhXMqN26So8HjAtGjRdYTX1w4XPhggqAoQU8bj8Lg4rhrHDSS6mQVJmuvI4GNtCAYHrUPuNCQA76bcUWEELDZtMJLT0usyLlHIk3cGfm04DoI+BHY4Aok0i3o7C4wqCYY4B5UwGQSYRSKSD3WPHAp0oX8IFX0sIQA7") no-repeat scroll 0 0 transparent;
}


.btn-add span {
background-position:100% -18px;
cursor:pointer;
display:block;
float:left;
padding:2px 7px;
}


#portfolio-nav {
}
.last {
margin-right:0;
}

.col205 {
margin-right:20px;
width:100%;
height:26px;
}

.text-right {
text-align:right;
}

#portfolio-nav a {
display:block;
float:right;
}

a img {
border:medium none;
}



/* Portfolio Navigation
====================================*/
#detail-toolbar {
	position: absolute;
	right: 0px;
	display: block;
	margin: -53px 10px 0 0;
    width: 130px ;
}


.search select {
  padding: 3px ;
  min-width: 178px;
  width:100%;
  margin-bottom: 19px ;
  padding-left: 0px;
  }

 .search input {
	width: 96%;
  
	padding: 3px ;
	background: none;
   margin-bottom: 19px ;
}

 .search [type="checkbox"] {
	width: 97%;
    min-width: 1px ;
	padding: 3px ;
	background: none;
   margin-bottom: 8px ;
}




#sendmail select {
    height: 30px;
    margin-bottom: 15px;
    padding: 2px 3px 3px 0;
    width: 96%
    }

#sendmail input {
   height: 20px;
  }


.picto ul {
  width:80%;
}

.picto li {
  float: left;
  margin-right: 7px ;
}


.listnavbar {
     margin-left: 0px ;
     margin-bottom: 15px ;
}


.prix {
    float: right;
    font-size: 15px;
    margin-top: -21px;
}
.post-title h2 a {
    font-size: 15px;

}

/* menu */
#navigation ul li a {
    background: url("../images/navigation-divider.png") no-repeat scroll right 50% transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
  /*  padding: 11px 21px;  */
    padding: 7px 15px;
    text-decoration: none;
        }

.post-meta {
 font-size: 11px;
    margin: -2px 0 7px;
    }

/* .post-content {
 margin-left: 165px ;
}
 */

.post-content p {
  margin-bottom: 6px;
}


h3 {
    line-height: 26px;
    margin-bottom: 17px;
    margin-top: 22px;}

h3 a, h3 a:visited {
    color: #FFF;
}

body {
    /* background: url(../images/bg/noise.png);  */
    background-color:  #495D7F ;
      }

.winfile {
    float: left;
    height: 162px;
    margin-bottom: 1px;
    margin-right: 1px;
    text-align: center;
    width: 104px;
}

img.center {   display: block;   margin-left: auto;   margin-right: auto; }

.tab-content .headline {
  margin-top: 0px;
}

.gridthumb {
    border: 1px solid #DDDDDD;
    display: block;
    padding: 2px;
}

.picture img {
     width: 97%;
}

.post-title h2 {
    line-height: 19px;
    margin-bottom: 7px;
}

/* sur page détail partie grise qui suis le titre */
/*#page-title span {
    font-size: 18px;
}
*/
#carouselx .flex-active-slide img {
    border-bottom: 6px solid #3F3F3F;
    height: auto;
    max-width: 100%;
    padding-bottom: 1px;
}

#carouselx .flex-direction-nav {
  display: none;
}

#langsel {
    display: block;
    float: right;
    margin-bottom: 2px;
    margin-top: -10px;
}

#langsel li {
    border-left: 1px solid #E9E9E9;
    display: inline;
    font-weight: bold;
    margin-bottom: 1px;
    margin-left: 2px;
    padding-left: 5px;
}

#langsel li:first-child {
	border: none;
	margin-left: 0;
	padding:0
}

#filters {
    display: block;
    margin: auto;
    position: absolute;
    right: auto;
}


#validationimg {
  border: 1px solid #D8D8D8 ;
  margin-bottom: 4px ;
}


input:focus , textarea:focus
{
background-color: #FFFFE8;
}

#emailprospectform h4 {
  margin-left: -10px;
  margin-top: 10px;
}

/* Marges du mùenu principal (permet de le séparer  de la bannière*/
#navigation {
    margin: 1px 0 15px;
    background: none repeat scroll 0 0 #666666;   /* Marges du mùenu principal (permet de le séparer  de la bannière*/
}


#navigation ul ul {
	background: #404040;
}


#navigation ul ul li a {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #404040;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 9px 18px;
    width: 200px;
}


#desc h2 {
    font-size: 18px;
    line-height: 24px;
 }


#desc h3 {
  text-align:right;
  display:block;
  font-size:13px;
  line-height: 15px;
 }


#desc .headline {
    background: none;
}


#searchl label, #searchv label {
    font-size: 11px;
    left: 0;
    position: absolute;
    top: -17px;
}


#searchl p, #searchv p {
    margin: 0px;
}


#page-title h2 {
	padding-top: 27px;
}


h1 {
    font-size: 24px;
    line-height: 58px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}



.chambre {
    background: url("bg-details-beds.png") no-repeat scroll left center transparent;
    margin: 0 7px 0 0;
    padding: 0 0 0 20px;
}

.chambrewhite {
    background: url("bg-details-beds-display.png") no-repeat scroll left center transparent;
    margin: 0 7px 0 0;
    padding: 0 0 0 20px;
}
.sdb {
    background: url("bg-details-baths.png") no-repeat scroll left center transparent;
    margin: 0 7px 0 0;
    padding: 0 0 0 15px;
}
.sdbwhite {
    background: url("bg-details-baths-display.png") no-repeat scroll left center transparent;
    margin: 0 7px 0 0;
    padding: 0 0 0 15px;
}

.piscine {
    background: url("bg-piscine.png") no-repeat scroll left center transparent;
    margin: 0 7px 0 0;
    padding: 0 0 0 23px;
}

.tennis {
    background: url("bg-tennis.png") no-repeat scroll left center transparent;
    margin: 0 7px 0 0;
    padding: 0 0 0 23px;
}
.terrain {
    background: url("bg-terrain.png") no-repeat scroll left center transparent;
    margin: 0 7px 0 0;
    padding: 0 0 1px 14px;
}

.garage {
    background: url("bg-garage.png") no-repeat scroll left center transparent;
    margin: 0 7px 0 0;
    padding: 0 0 0 23px;
}

.picto
{
   padding-bottom: 13px;
}

.adr-agence
{  font-weight:  bolder;
  padding-left: 20px ;
  padding-bottom: 10px ;
}

 /* Start:Media-Web Responsiveness*/
 /*
 @media (min-width: 1060px)
{
	 .premierdiv 
{
	 margin-right:36px;
	 max-width: 178px;
}
}*/
/*@media screen and (min-width:480px) and (max-width: 1040px)
{
	.search input {
	width: 88%;
	}
	.premierdiv{
	margin-right: 10%;
	width: 140px;
	}
	.search select {
	padding: 3px;
	max-width: 178px;
	width: 100%;
	margin-bottom: 19px;
	padding-left: 0px;
	}
	.deuxiemediv{
	width:100px;
	}
	#mprixmin {
	min-width: 129px;
	}
	#mprixmax{
	min-width:129px;
	}
	.search select {
	padding: 3px;
	max-width: 178px;
	width: 100%;
	margin-bottom: 19px;
	padding-left: 0px;
	min-width: 130px;
	}
}
@media screen and (max-width: 480px)
{
	.search select{
	padding: 3px;
	margin-bottom: 19px;
	padding-left: 0px;
	max-width: 175px;
	min-width: 178px;
	width: 100%;
	}
	#mprixmin {
	max-width: 178px;
	}
	#mprixmax {
	max-width: 178px;
	}
}
*/
 /* @media (max-width: 959px) 
{
		 .search select 
	{
		 min-width: 138px;
	}
	 .premierdiv 
	{
		 margin-right:  11px;
	}
}*/

 /* End:Media-Web Responsiveness*/
 
 .radiobuttonfix{
vertical-align:-5px;
}

.flex-direction-nav a{
top: 87%;
}


::-webkit-scrollbar
{
  width: 13px;  /* for vertical scrollbars */
  height: 13px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
 
}

::-webkit-scrollbar-thumb
{
  background: rgba(40, 40, 40, 0.6);
  
}



@media screen and (min-width:778px) and (max-width: 1007px)
{
	.search input {
	width: 50%;
	}
	
	.search select {
	padding: 3px;
	max-width: 178px;
	width: 100%;
	margin-bottom: 19px;
	padding-left: 0px;
	min-width: 130px;
	}
	
	.k-widget, .k-button {
-webkit-box-shadow: none;
box-shadow: none;

}

.k-widget.k-multiselect.k-header{
width:140px;
}

#mprixmax, #mprixmin, #cbien{

width: 134px;
}

.k-multiselect{
width:125px;
}



.k-dropdown-wrap,.k-dropdown {
width:119px;
}

}
.premierdiv{
min-width: 183px;
}


@media screen and (max-width: 765px)
{
.premierdiv{
margin-right:5px;
}

.deuxiemediv{
width:183px;
}

.post .img-wr img {
    border: 1px solid #DDDDDD;
    display: block;
    min-width: 70%;
	margin:0 auto;
	
    
}

.photolabel{
left:84px;
}

}


.simdetails .flexslider .slides > li {
width:210px;
margin-right: 5px;
}

.flex-control-nav{
display:none;
}


.headline h4{
font-weight:bold;
font-size:16px;
}

#cpolit {
width: 88%;
margin-bottom: 19px;
}

.valueprix{
margin-left:46px;
}

h2 {
font-size: 18px;
line-height: 30px;
}
.mini-ico-shopping-cart {
background-image: url("../images/icons/glyphicons-mini.png") !important;
background-position: -360px -120px;
background-repeat: no-repeat;
display: inline-block;
height: 14px;
line-height: 14px;
opacity: 1;
vertical-align: text-top;
width: 14px;
}


.fotorama__nav.fotorama__nav--dots{
display:none;
}


#locationmap {
  max-width:940px; height: 400px;
}

#locationmap img {
  max-width: none;
}


.k-widget,.k-dropdown{
margin-bottom:19px !important;

}

#mprixmax,#mprixmin,#cbien{
min-height: 17px !important;
background:#fff;
}

.current{
  background:#343841 !important;
}


.froala-wrapper.f-basic {
  background: none !important;
}






@media screen and (max-width: 767px) {

.item-description.alt img {

    vertical-align: middle;
    margin: 4px auto;
    width: 22% !important;
    min-height: 24px !important;
}
}




