﻿/*

	Pixopolus Creative Agency and Photographer
	Version : 1.0
	Site	: www.pixelcoder.eu
	
	Author	: Lutz Heidbrink
	Company : PixelCoder (http://www.pixelcoder.eu);
	
*/
body {
	color: #ffffff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	padding-bottom: 40px;
	-webkit-font-smoothing: antialiased;
	text-shadow: none;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	letter-spacing: 2px;
}
/*Basic Colors right on top of the Stylesheet, so you can simply search and replace them*/
span.pink {
	color: #f58f17;
}
span.hover_pink {
	color: #c29f4b;
}
h1, h2 {
	font-family: 'Helvetica', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h3, h4, h5, h6 {
	font-family: 'Helvetica', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
}
span.raleway {
	font-family: 'Helvetica', Helvetica, sans-serif;
	font-weight: 800;
	letter-spacing: -1px;
}
a {
	color: #f58f17;
}
a:hover {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s linear;
}
a:focus {
	outline: none !important;
}
.wrapper {
	overflow: hidden;
	width: 100%;
}
.navbar .brand {
	padding: 5px 0px 0px 21px;
	margin-left: -20px;
}
.spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/spinner.gif) 50% 50% no-repeat;
}
.preloader {
	background: url(../img/loader.gif) center center no-repeat;
}
#wrapper-archive {
	background: rgba(0, 0, 0, 0.8);
	border-bottom: 10px solid rgba(0, 0, 0, 0.2);
}
#wrapper {
	/*background: rgba(0, 0, 0, 0.8);*/
	/*border-bottom: 10px solid rgba(0, 0, 0, 0.2);*/
}
#page {
	background: transparent;
	margin-bottom: 60px;
	height: 100%;
}
#page .header p {
	font-size: 18px;
	line-height: 27px;
	color: #ffffff;
}
#page .header h1 {
	color: #ffffff;
	font-size: 40px;
}
#page .header-archive {
	line-height: 42px;
	background: rgba(0, 0, 0, 0.5); 
	background-size: cover;
	padding: 20px 0 20px 0;
	margin-top: 78px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.1);
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	border-top: 10px solid rgba(0,0,0,0.2);
	border-bottom: 10px solid rgba(0,0,0,0.2);
	position: relative;
}
#page .header {
	line-height: 42px;
/*	background: rgba(0, 0, 0, 0.5); */
	background-size: cover;
	padding: 20px 0 20px 0;
	margin-top: 78px;
/*	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.1); */
	text-shadow: 1px 1px rgba(0,0,0,0.5);
/*	border-top: 10px solid rgba(0,0,0,0.2);
	border-bottom: 10px solid rgba(0,0,0,0.2); */
	position: relative;
}
.contentStart {
	margin-top: 15px;
}
.page-header {
	border-bottom: 1px solid #111111;
	margin: 20px 0 30px;
	padding-bottom: 9px;
}
#page .well {
	background: transparent;
}
.hero-unit, .well {
	border: none;
}
.hero-unit h4 {
	padding: 10px 0px;
	text-transform: uppercase;
}
.hero-unit {
	background: url(../img/overlays/light-solid.png);
}
.hero-unit h1, .hero-unit h2, .hero-unit h3, .hero-unit h4, .hero-unit h5, .hero-unit h6 {
	color: #333;
}
.alert h3 {
	color: #333;
}
.hero-unit p {
	color: #333;
}
.alignleft {
	display: inline;
	float: left;
	margin: 0 30px 0 0;
}
.navbar-search .search-query, input.search-query {
	border-radius: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 2;
}
.centerimg {
	margin: 0 auto;
	display: block;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	width: 100%;
}
/*-------------------------------------------------------*/
/*----------------------Anchor Styles------------------- */
/*-------------------------------------------------------*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 50px;
	right: 7px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	border: none;
	text-indent: 100%;
	background: url(../img/icon-up-arrow.png) no-repeat left top;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#toTopHover {
	background: url(../img/icon-up-arrow.png) no-repeat left top;
	width: 51px;
	height: 51px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0.5;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*-------------------------------------------------------*/
/*---------------------Frontpage Style-------------------*/
/*-------------------------------------------------------*/
#slidecaption h1 {
	color: #FFFFFF;
	font-size: 98px;
	line-height: 80px;
	opacity: 0.9;
	padding: 20px 0 10px 0;
	text-shadow: 0px 0px 5px #222;
	letter-spacing: -3px;
}
#textfade {
	padding-top: 20px;
}
/*-------------------------------------------------------*/
/*----------------------Navbar Styles------------------- */
/*-------------------------------------------------------*/

.navbar-inverse .navbar-inner {
	background: #fff;
	border-bottom: 1px solid #111;
	border-top: 5px solid #333333;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 12px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	margin-bottom: 38px;
}
.navbar-inverse .divider-vertical {
	border: none;
}
.navbar .navbar-inner ul.nav {
}
.navbar-inner .dropdown > ul {
	color: #ffffff;
	border: 1px solid #222;
	background: #333333 url(../img/overlays/black60.png);
	border-radius: 0;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.1);
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.navbar-inverse .divider {
	background: none;
	border: none;
}
.navbar .nav > li > .dropdown-menu:after {
	border-bottom: 6px solid #222;
}
.dropdown-menu {
	margin: 7px 0 0;
}
.dropdown-menu > li > a {
	text-transform: uppercase;
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	white-space: nowrap;
	border-bottom: none;
	transition: all 0.5s linear;
}
.navbar-inner .dropdown-submenu > ul {
	background: #333333 url(../img/overlays/black60.png);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.1);
}
.navbar .nav > li {
/*	background: url(../img/sidebar-bg-light.png);
*/}
.navbar li > ul > li {
	border-bottom: 1px solid #111;
	margin: 0;
}
.navbar .nav > li:hover {
	background: #222;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-image: none;
	background-color: #333333;
	color: #fff;
}
.navbar .navbar-inner {
	padding: 0;
}
.navbar .divider-vertical {
	height: 40px;
	margin: 3px 9px;
}
.navbar .nav > li > a {
	color: #111111;
	text-shadow: none;
	text-transform: uppercase;
	line-height: 26px;
	display: block;
	padding-bottom: 23px;
	padding-top: 23px;
}
.navbar .nav > li > a:hover {
	color: #ffffff;
}
.navbar .nav .active > a {
	color: #fff;
	background: #333333;
}
.navbar .nav .active > a:hover {
	background: transparent;
	color: #fff;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #222;
	color: #FFFFFF;
}
.navbar .animate0 i {
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.navbar a:hover .animate0 i {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
/*-------------------------------------------------------*/
/*----------------------Footer Styles------------------- */
/*-------------------------------------------------------*/
footer {
}
#social {
	float: left;
	color: #999;
	font: 14px;
	text-shadow: none;
	margin: 0px 10px 0 15px;
	line-height: 38px;
}
footer #social a, footer #credits_footer a {
	position: relative;
	width: 24px;
	margin: 0 0 0 8px;
	color: #ffffff;
	transition: all 0.5s linear;
}
footer #social a:hover, footer #credits_footer a:hover {
	transition: all 0.5s linear;
	color: #F58f17;
	text-decoration: none;
}
#credits_footer {
	float: left;
	margin: 0px 0px 0 0px;
	line-height: 38px;
}
/*-------------------------------------------------------*/
/*------------Portfolio Fullscreen Styles--------------- */
/*-------------------------------------------------------*/
.portfolio-page {
	width: 100%;
}
.portfolio_container {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}
.portfolio_container .portfolio {
}
.portfolio_container .portfolio .media_box figure a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.portfolio .media_box .hover_effect {
	top: 0;
	left: 0;
}
.gallerychooser {
	height: 44px;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.gallerychooserList {
	margin: 0;
	width: 100%;
}
.gallerychooserList li {
	float: left;
	margin: 0;
	list-style: none;
	width: 20%;
	text-align: center;
	padding: 0;
}
.gallerychooserList li:hover {
	border-top: 2px solid #F58f17;
}
.gallerychooserList li a {
	display: block;
	padding: 11px 0;
	color: #fff;
	text-decoration: none;
	margin: 0;
	transition: background-color 0.3s ease, color 0.2s ease;
}
.gallerychooserList li.current {
	border-top: 2px solid #F58f17;
}
.portfolio_container .portfolio {
	width: 20%;
}
.fullwidth {
	display: block;
	max-width: 100%;
	min-width: 100%;
}
#gallery h3 {
	margin-bottom: 20px;
}
.project-title {
	margin-top: 7px;
	text-transform: uppercase;
}
.project-description {
	color: #868991;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 20px 0;
}
.thumbLink {
	display: block;
	width: 100%;
}
.thumbImage {
	float: left;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 0px;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	height: 100%;
}
.thumbImage img {
	transition: all 0.7s ease-in-out;
}
.thumbImage .thumbText h3 {
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #fff;
	transition: all 1s ease-in-out;
}
.thumbImage .thumbText p {
	margin-bottom: 10px;
	font-size: 12px;
	color: #fff;
	transition: all 1s ease-in-out;
}
.thumbImage .thumbTextWrap {
	position: absolute;
	top: 0;
	height: 100%;
	padding: 0 20px;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.3);
	text-align: center;
	transition: all 1s ease-in-out;
}
.ie8 .thumbImage .thumbTextWrap {
	display: none;
}
.thumbImage .thumbTextWrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.5em; /* Adjusts for spacing */
}
.thumbText {
	text-align: center;
	transform: scale(0);
	transition: all 0.7s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}
.thumbImage:hover img {
	opacity: 0.2;
	transform: scale(10);
}
.thumbImage:hover .thumbTextWrap {
	opacity: 1;
}
.ie8 .thumbImage:hover .thumbTextWrap {
	display: block;
}
.thumbImage:hover .thumbText {
	transform: scale(1);
}
.thumbLink {
	background: url(../img/icon-magnify.png) center center no-repeat #fff;
	width: 30px;
	height: 30px;
	opacity: 0.8;
	margin: 0 auto;
	border: 1px solid #eee;
}
.thumbLink:hover {
	opacity: 1;
}
/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	transition-duration: 0.8s;
}
.isotope {
	transition-property: height, width;
}
.isotope .isotope-item {
	-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 {
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	transition: none;
}
/*-------------------------------------------------------*/
/*-------------Grid Example Styles---------------------- */
/*-------------------------------------------------------*/
.show-grid {
	margin-top: 10px;
	margin-bottom: 20px;
}
/*-------------------------------------------------------*/
/*----------------------Contact Styles------------------ */
/*-------------------------------------------------------*/
.contact-form, .contact-address {
	margin-top: 25px;
}
.contact-form form label {
	margin-top: 10px;
	font-size: 13px;
}
.contact-form form input, .contact-form form textarea {
	width: 90%;
}
.contact-form span.red {
	color: #cc0033;
}
.contact-form  h2,.contact-address h2  {
	margin-bottom: 25px;
}
.map {
	height: 300px;
	position: relative;
	float: left;
	width: 100%;
	height: 360px;
	box-shadow: 0 0 2px 0 #111;
	border-bottom: 10px solid rgba(0, 0, 0, 0.9);
	border-left: 10px solid rgba(0, 0, 0, 0.9);
	border-right: 10px solid rgba(0, 0, 0, 0.9);
}
.contact-address {
	text-align: right;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border: 2px solid #dce4ec;
	color: #333;
	font-size: 14px;
	padding: 8px 0 9px 10px;
	text-indent: 1px;
	box-shadow: none;
}
.input-append .add-on, .input-prepend .add-on {
	background-color: #F58f17;
	border: none;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	height: 33px;
	line-height: 33px;
	min-width: 16px;
	padding: 4px 5px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	width: auto;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #F58f17;
	box-shadow: none;
}
.control-group.error textarea, .control-group.error input[type="text"], .control-group.error input[type="password"], .control-group.error input[type="datetime"], .control-group.error input[type="datetime-local"], .control-group.error input[type="date"], .control-group.error input[type="month"], .control-group.error input[type="time"], .control-group.error input[type="week"], .control-group.error input[type="number"], .control-group.error input[type="email"], .control-group.error input[type="url"], .control-group.error input[type="search"], .control-group.error input[type="tel"], .control-group.error input[type="color"], .control-group.error .uneditable-input {
	border-color: #e74c3c;
	color: #e74c3c;
	box-shadow: none;
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 200px !important;
}
/*-------------------------------------------------------*/
/*----------------------Button Style-------------------- */
/*-------------------------------------------------------*/
.btn {
	border: none;
	background: #F58f17;
	color: #fffeee;
	text-decoration: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
}
.btn:hover, .btn:focus {
	background-color: #C24B6E;
	color: white;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
}
.btn:active, .btn.active {
	background-color: #C24B6E;
	color: rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.btn.disabled, .btn[disabled] {
	background-color: #C24B6E;
	color: white;
}
.btn.btn-large {
	padding-bottom: 12px;
	padding-top: 13px;
}
.btn.btn-primary {
	background-color: #F58f17;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
	background-color: #C24B6E;
}
.btn.btn-primary:active, .btn.btn-primary.active {
	background-color: #C24B6E;
}
.btn.btn-inverse:hover, .btn.btn-inverse:focus {
	background-color: #111111;
}
.btn.btn-inverse:active, .btn.btn-inverse.active {
	background-color: #111111;
}
.btn.btn-white:hover, .btn.btn-white:focus {
	background-color: #cccccc;
	color: #333333;
}
.btn.btn-white:active, .btn.btn-white.active {
	background-color: #cccccc;
	color: #333333;
}
.btn-inverse {
	color: #fffeee;
	text-shadow: none;
	background-color: #363636;
	background-image: none;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-white {
	color: #333333;
	text-shadow: none;
	background-color: #ffffff;
	background-image: none;
	border-color: #dddddd #dddddd #dddddd;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/*-------------------------------------------------------*/
/*----------------------About us Styles----------------- */
/*-------------------------------------------------------*/
.about_us {
	margin-top: 15px;
}
.about_us h2 {
	text-align: left;
	margin-bottom:25px;
}
.about_us h4 {
	text-align: left;
}
.about_us h3 {
	text-align: center;
	padding-top: 6px;
}
.about_item {
	background-color: transparent;
	min-height: 100px;
}
.about_item_center {
	position: relative;
	z-index: 1;
	background: transparent;
}
.skillset {
	text-align: center;
	padding-top: 40px;
}
.about_item_center p {
	text-align: left;
}
.about_item_center img {
	border: 0px;
	width: 100%;
	height: auto;
	border-bottom: 3px solid #F58f17;
	box-shadow: 0 0 2px 0 #111;
	-webkit-box-shadow: 0 0 2px 0 #111;
	-moz-box-shadow: 0 0 2px 0 #111;
	-o-box-shadow: 0 0 2px 0 #111;
}
.testimonials #accordion2 {
	margin-top: 15px;
}
.progress .bar, .ui-slider .bar {
	background: #F58f17;
}
.btn-toolbar .btn {
	font-size: 18px;
	padding: 10px 14px 9px;
}
.btn.btn-primary {
	background-color: #F58f17;
}
.btn-toolbar {
	padding-top: 20px;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}
.btn:hover, .btn:focus {
	color: #fff;
	transition: all 0.4s ease-out;
	-webkit-backface-visibility: hidden;
}
.accordion-group {
	border: 0px solid #333;
	margin-bottom: 2px;
	text-decoration: none;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
	background-color: #111;
	color: #fff;
	border-left: 5px solid #f58f17;
}
.accordion-heading .accordion-toggle a {
	text-decoration: none;
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 0px solid #e5e5e5;
	background-color: #111;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
   filter: alpha(opacity=80);
   opacity: .8;
}
#testimonials h3 {
	padding-bottom: 25px;
	text-align: center;
}
.team_mask, .team_content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.about_item {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	position: relative;
	text-align: center;
	cursor: default;
	overflow: hidden;
}
.about_item_center p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
	margin: 0;
}
.about_item_center h3 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(181, 38, 80, 0.6);
	margin-top: 200px;
	padding: 2px;
}
.about_item_center img {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: block;
	position: relative;
}
.about_item_center .team_mask {
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	-webkit-transform: translate(460px, -100px) rotate(180deg);
	-moz-transform: translate(460px, -100px) rotate(180deg);
	-o-transform: translate(460px, -100px) rotate(180deg);
	transform: translate(460px, -100px) rotate(180deg);
	-webkit-transition: all 0.2s 0.4s ease-in-out;
	-moz-transition: all 0.2s 0.4s ease-in-out;
	-o-transition: all 0.2s 0.4s ease-in-out;
	transition: all 0.2s 0.4s ease-in-out;
}
.about_item_center h3 {
	-webkit-transform: translateY(-250px);
	-moz-transform: translateY(-250px);
	-o-transform: translateY(-250px);
	transform: translateY(-250px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.about_item_center p {
	-webkit-transform: translateX(300px) rotate(90deg);
	-moz-transform: translateX(300px) rotate(90deg);
	-o-transform: translateX(300px) rotate(90deg);
	transform: translateX(300px) rotate(90deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.about_item_center:hover .team_mask {
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
.about_item_center:hover h3 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.about_item_center:hover p {
	-webkit-transform: translateX(0px) rotate(0deg);
	-moz-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.progress.active .bar {
	-webkit-background-size: 38px 38px;
	-moz-background-size: 38px 38px;
	background-size: 38px 38px;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
/*-------------------------------------------------------*/
/*----------------------Carousell Styles---------------- */
/*-------------------------------------------------------*/
.carousel-shadow {
	box-shadow: 0 0 7px 0 #999;
}
.carousel-control.left {
	border-radius: 0;
	left: 15px;
}
.carousel-control.right {
	border-radius: 0;
	right: 15px;
}
.carousel-control.right {
	left: auto;
	right: 15px;
}
.carousel-control {
	line-height: 23px;
	top: 50%;
	color: #F58f17;
}
.carousel:hover .carousel-control {
	display: block;
}
/*-------------------------------------------------------*/
/*----------------------Blog Listpage Styles------------ */
/*-------------------------------------------------------*/
.blogging {
	margin-top: 25px;
}
.blogging .inner {
	padding-right: 30px;
	margin-left: -20px;
}
.blogging .btn a {
	color: #fff;
}
.blogging .name-author {
	float: left;
	line-height: 47px;
	padding-left: 8px;
	display: block;
}
.blogging iframe {
	border: none;
}
.blogging .list-blog {
	list-style: none outside none;
}
.blogging .list-blog li {
	margin-bottom: 25px;
}
.blogging .list-blog h2 {
	margin-bottom: 6px;
	margin-top: 0;
}

.blogging h3.header_line span {
    border-bottom: 1px solid #F58f17;
    padding: 0 0 6px;
    position: relative;
}
.blogging .blogimg {
	margin: 15px 0 15px 0;
}
.blogging .date span {
	display: block;
	position: absolute;
}
.blogging .date {
	float: left;
	font-weight: bold;
	height: 35px;
	padding: 0.5em;
	position: relative;
	width: 39px;
	background-color: #F58f17;
	color: #fff;
}
.blogging .day {
	color: #fff;
	font-size: 150%;
	letter-spacing: -0.5px;
	top: 22px;
}
.blogging .month {
	color: #ccc;
	font-size: 95%;
}
.blogging .year {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
 	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	font-weight: normal;
	right: -4px;
	top: 15px;
}
.blogging .comments_listview {
	float: right;
	line-height: 18px;
	margin-top: 11px;
}
.blogging .carousel {
	padding-top: 15px;
}
.blogging .list li {
	padding-bottom: 10px;
	padding-left: 10px;
}
.blogging .tags, .name-author, .comments_listview {
	float: left;
	font-size: 11px;
	font-weight: 600;
}
.blogging .tags {
	margin-left: 20px;
	float: left;
	line-height: 47px;
}
.blogging .tags .taglist {
	display: inline;
	margin-left: 5px;
}
.blogging .tags .taglist li {
	margin: 0;
	padding: 0;
	display: inline;
}
#search {
	margin: 0;
	overflow: hidden;
	padding: 10px 0 10px 0;
}
#search a {
	float: left;
}
#search input {
	width: 286px;
}
#search input {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0 0 0 0;
	box-shadow: none;
	float: left;
	font-size: 14px;
	height: 15px;
	line-height: 21px !important;
	margin: 0 10px 0 0;
	padding: 4px 12px 5px;
	width: 260px;
}
.blogging .list.extra {
	float: none;
	margin: 0;
	padding-top: 5px;
	width: 100%;
}
.blogging .list, .side {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding-top: 14px;
	width: 106px;
}
.blogging .list.list-pad {
	padding-top: 5px;
	width: 170px;
}
.blogging .list.row2 {
	padding-top: 5px;
	width: 170px;
}
.blogging .list li.last {
	padding-bottom: 0;
}
.wrap {
	margin-top: 0;
	margin-bottom: 50px;
	overflow: hidden;
	display: block;
}
.blog i {
	display: block;
	font-size: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
	background: #F58f17;
	padding: 15px;
}
.blog .infos {
	color: #40bda8;
	font-style: italic;
	font-size: 0.8em;
}
.video-container {
	position: relative;
	padding-bottom: 53.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blogging .pagination {
	text-align: center;
}
.pagination ul {
	background: #222222;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pagination ul > li.previous > a, .pagination ul > li.previous > span, .pagination ul > li.next > a, .pagination ul > li.next > span {
	background: transparent;
	border: none;
	margin: 0 9px 0 0;
	padding: 11px 17px 12px 17px;
	-webkit-border-radius: 0px 0 0 0px;
	-moz-border-radius: 0px 0 0 0px;
	border-radius: 0px 0 0 0px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.pagination ul i {
	height: 14px;
	margin-top: -1px;
	vertical-align: middle;
	width: 13px;
}
.pagination ul > li > a, .pagination ul > li > span {
	background: white;
	border: 5px solid #d7dce0;
	border-radius: 50px;
	color: white;
	line-height: 16px;
	margin: 7px 2px 6px;
	padding: 0 4px;
	-webkit-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
	-moz-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
	-o-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
	transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
	-webkit-backface-visibility: hidden;
}
.pagination ul > li.next > a, .pagination ul > li.next > span {
	margin-left: 9px;
	margin-right: 0;
}
.pagination ul > li.active > a:hover, .pagination ul > li.active > a:focus, .pagination ul > li.active > span:hover, .pagination ul > li.active > span:focus {
	background-color: white;
	border-color: white;
	color: #d7dce0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pagination ul > li > a:hover, .pagination ul > li > a :focus, .pagination ul > li > span:hover, .pagination ul > li > span :focus {
	background-color: #F58f17;
	border-color: #F58f17;
	color: white;
	-webkit-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
	-moz-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
	-o-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
	transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
	-webkit-backface-visibility: hidden;
}
.magnifier {
	opacity: 1;
	position: relative;
	height: auto;
	display: block;
	transition: all 0.3s ease;
}
.magnifier:hover {
	opacity: 0.7;
}
.magnifier:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	background: url('../img/magnifier.png') center center no-repeat rgba(181, 38, 80, 0.6);
	transition: all 0.3s ease;
}
.magnifier:hover:after {
	opacity: 0.6;
}
/*-------------------------------------------------------*/
/*----------------------Blog Single Page Styles--------- */
/*-------------------------------------------------------*/

.blogging .tooltip-arrow {
	border-bottom-color: #222;
	border-width: 0 9px 9px;
	margin-left: 23px;
	top: 1px;
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
}
.blogging .thumbnail {
	border-radius: 0px 0px 0px 0px;
	border-color: #333;
}
.blogging .response {
	background-color: #222;
	line-height: 18px;
	padding: 12px 12px;
	text-align: left;
	width: auto;
}
.blogging .response .icon-circle-blank {
	padding: 0px 5px;
	color: #111;
}
.blogging .response .editpost {
	margin-top: 5px;
}
.blogging .post_content {
	padding-bottom: 63px;
	border-bottom: 1px solid #333;
}
.post_content .author {
	margin-top: 45px;
	font-weight: bold;
	font-size: 13px;
}
.blogging .date_comment {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	font-style: italic;
}
.comments .comment {
	margin-bottom: 60px;
	margin-top: 30px;
}
.new_comment {
	padding-top: 30px;
}
.comments .comment .author_pic {
	max-width: 55px;
	float: right;
}
.comments .comment .name {
	font-weight: bold;
}
.blogging form input, .new_comment form textarea {
	width: 92%;
}
/*-------------------------------------------------------*/
/*----------------------Blog Tags Styles---------------- */
/*-------------------------------------------------------*/
.tagsinput {
	text-align: left;
}
.tagsinput {
	background: transparent;
	border-radius: 6px;
	height: 100px;
	padding: 6px 1px 1px 6px;
	overflow-y: auto;
	text-align: left;
}
.tagsinput .tag {
	background: #F58f17;
	color: white;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 6px 13px 6px 19px;
	position: relative;
	display: inline-block;
	zoom: 1;
	transition: 0.14s linear;
}
.tagsinput .tag {
	color: white;
	cursor: pointer;
}
.tagsinput .tag i {
	font-size: 17px;
	line-height: 14px;
}
.tagsinput-remove-link {
	bottom: 0;
	color: white;
	cursor: pointer;
	font-size: 12px;
	opacity: 0;
	padding: 9px 7px 3px 0;
	position: absolute;
	right: 0;
	text-align: right;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 2;
	display: none;
}
.tagsinput .tag:hover {
	background-color: #C24B6E;
	padding-left: 12px;
	padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
	color: white;
	opacity: 1;
	display: block;
}
/*-------------------------------------------------------*/
/*----------------------Service Styles------------------ */
/*-------------------------------------------------------*/
.service {
	margin-top: 15px;
}
.service h3 {
	border-bottom: 1px solid #333333;
}
.iconBox {
	padding-left: 45px;
	position: relative;
	margin-bottom: 20px;
}
.service-icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24.5px;
	line-height: 40px;
	color: #F58f17;
}
.clients {
	padding-top: 15px;
}
.service h2 {
	margin-bottom: 25px;
}
.list_service {
	text-align: left;
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style-type: none;
}
.list_service li {
	margin-bottom: 28px;
}
.service .list_service li i {
	color: #F58f17;
	;
}
.service_hr {
	border-color: rgba(0, 0, 0, 0.2);
	margin-top: 40px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
/*-------------------------------------------------------*/
/*----------------------Tabs Styles--s------------------- */
/*-------------------------------------------------------*/
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	color: #F58f17 !important;
	cursor: default;
	background-color: #333;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs li a {
	background: #111;
	color: #fff !important;
	border: 1px solid #333 !important;
	border-bottom: 0 none !important;
	font-size: 13px;
	padding: 10px 20px 8px 20px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background: #111;
}
.nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: 1px solid transparent;
	transition: none;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	background: #111;
}
.nav-tabs > li > a:hover {
	color: #fff;
	background-color: #222;
	border: none;
	cursor: pointer;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.tabs-left > .nav-tabs {
	border: none;
}
.tab-content {
	border: 1px solid #333;
	border-top: 0 none;
	background: #111;
	padding: 18px 20px;
}
.nav-tabs {
	border-bottom: 1px solid #333;
	text-transform: uppercase;
	margin: 0;
}
.nav-tabs > li {
	margin-bottom: -1px;
}
.tabs-left .nav-tabs {
	border-right: 1px solid #333;
}
.tabs-left .nav-tabs {
	margin-right: 0;
	background: #111;
}
.tabs-left .nav-tabs {
	z-index: 10;
	position: relative;
}
.tabs-left > .nav-tabs {
	float: left;
	margin-right: -1px;
}
.tabs-left li a {
	border-right: none !important;
	float: left;
	margin-right: 2px;
}
.tabs-left .tab-content {
	border: 1px solid #333 !important;
	position: relative;
	left: -1px;
}
.tabs-left .nav-tabs > li > a {
	border-bottom: 1px solid #333 !important;
}
/*-------------------------------------------------------*/
/*----------------------Font Aweseome Styles------------ */
/*-------------------------------------------------------*/
.fa-icons li {
	margin: 20px 0px;
	line-height: 24px;
}
.font-awesome ul {
	list-style-type: none;
}
.font-awesome {
	padding-top: 25px;
}
.fa-icons li i {
	font-size: 24px;
}
/*-------------------------------------------------------*/
/*-----------Typographie & Elements Styles-------------- */
/*-------------------------------------------------------*/
.header_line span {
	border-bottom: 1px solid #f58f17;
	padding: 0px 0px 3px 0px;
	position: relative;
}
.header_line span:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #f58f17;
	bottom: -6px;
	content: '';
	display: inline-block;
	left: 45%;
	position: absolute;
}
.liststyles {
	padding-top: 25px;
}
.arrow_list li {
	background: url(../img/list/arrow_right_24.png) no-repeat;
	padding: 0 0 0 36px;
	list-style-type: none;
}
.check_list li {
	background: url(../img/list/checkmark_24.png) no-repeat;
	padding: 0 0 0 36px;
	list-style-type: none;
}
.star_list li {
	background: url(../img/list/star_24.png) no-repeat;
	padding: 0 0px 3px 36px;
	list-style-type: none;
}
.plus_list li {
	background: url(../img/list/plus_24.png) no-repeat;
	padding: 0 0 3px 36px;
	list-style-type: none;
}
.well blockquote {
	border-color: #fff;
}
.spacer {
	font-weight: bold;
	color: #333;
}
.box_green {
	background: #F58f17;
	border: 10px solid rgba(0,0,0,0.2);
	padding: 20px;
}
.box_black {
	background: #222;
	border: 10px solid rgba(0,0,0,0.2);
	padding: 20px;
}
.box_transparent {
	background: url(../img/overlays/black60.png);
	border: 10px solid rgba(0,0,0,0.2);
	padding: 20px;
}
.box_white {
	background: #fffeee;
	color: #333333;
	border: 10px solid rgba(0,0,0,0.2);
	padding: 20px;
}
.box_white h3 {
	color: #333333;
}
.box_white h2 {
	background: #111 !important;
}
.price h2 {
	margin: 1em -21px;
	padding: 20px 0;
	color: #F58f17;
	display: block;
	background: #eeeeee;
	text-align: center;
}
.table .table {
	background-color: transparent;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: #333333;
}
.table th, .table td {
	border-top: 1px solid #333333;
	line-height: 20px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}
.table-bordered {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-collapse: separate;
	border-color: #fffeee #fffeee #fffeee -moz-use-text-color;
	border-image: none;
	border-radius: 0;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
	color: #333333;
}
.spacer {
	font-weight: bold;
	color: #F58f17;
}
.text-info {
	color: #F58f17;
}
.tooltip-inner {
	color: #111;
	background-color: #eee;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #eee;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #eee;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #eee;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #eee;
}
.dropcap {
	float: left;
	padding: 8px;
	margin-right: 8px;
	background: #F58f17;
	color: #000;
	font-size: 36px;
	font-family: "Open Sans", Helvetica, sans-serif;
	vertical-align: baseline;
	text-shadow: none;
}
.info-box {
	border: 10px solid rgba(0, 0, 0, 0.2);
	padding: 30px 30px 30px 90px;
	font-size: .91em;
	line-height: 1.4em;
	color: #2e6093;
	margin-bottom: 20px;
	background: url(../img/info_48.png) no-repeat 20px 50% #B9D7E7;
	font-weight: bold;
}
.download-box {
	border: 10px solid rgba(0, 0, 0, 0.2);
	padding: 30px 30px 30px 90px;
	font-size: .91em;
	line-height: 1.4em;
	color: #5e6f33;
	margin-bottom: 20px;
	background: url(../img/save_48.png) no-repeat 20px 50% #CEE6B8;
	font-weight: bold;
}
.notification-box {
	border: 10px solid rgba(0, 0, 0, 0.2);
	padding: 30px 30px 30px 90px;
	font-size: .91em;
	line-height: 1.4em;
	color: #9e660d;
	margin-bottom: 20px;
	background: url(../img/warning1_48.png) no-repeat 20px 50% #F8FFA0;
	font-weight: bold;
}
.error-box {
	border: 10px solid rgba(0, 0, 0, 0.2);
	padding: 30px 30px 30px 90px;
	font-size: .91em;
	line-height: 1.4em;
	color: #c31b00;
	margin-bottom: 20px;
	background: url(../img/delete_48.png) no-repeat 20px 50% #EDCBD5;
	font-weight: bold;
}
.shortcodes {
	padding: .5em 0 1.5em;
}
.shortcodes dt {
	font-weight: bold;
	color: #555;
	padding-bottom: .5em;
	font-style: italic;
}
.shortcodes dd {
	padding-bottom: 1em;
}
.shortcodes dd ul {
	margin-bottom: 0;
	margin-left: 3em;
}
/*-------------------------------------------------------*/
/*------------------Error Page Style---------------------*/
/*-------------------------------------------------------*/
#error_page {
}
.error-page {
	text-align: center;
	padding-top: 140px;
	text-shadow: 1px 1px 1px #333;
}
.error-page .sign {
	font-size: 170px;
	line-height: 180px;
	color: #F58f17;
}
.horizontal-links a {
	margin-right: 20px;
}
.error-page #search form {
	display: inline-block;
}

/* TITLES Page
------------------------------------*/
.portfolio-columns .span3 {
	margin-bottom:1.8%;
}
.portfolio-columns .span4 {
	margin-bottom:2.3%;
}
.portfolio-columns .span6 {
	margin-bottom:2.2%;
}

/* MODIFICATIONS TO TITLES PAGE */
.available {
	position:absolute;
	top:0;
	right:0;
	background-color:#333333;
	padding:0 4px;
}
.maskcontainer {
	position:absolute;
	top:50px;
	width:100%;
}

/* MODIFICATIONS TO BLOCKQUOTE */
blockquote {
	font-weight: 500;
}

/* NEW ABOUT PAGE */
.about-content{
	margin-top: 0px;
	margin-left: 100px;
	background: rgba(0,0,0,0.8);
	padding:20px;
}

.logo {
	width:212px;
}
