/*  
Theme Name: Bitfolio
Theme URI: http://www.themeforest.com/
Version: 1.0
Description: Designed by <a href="http://www.bitset.org">BitSet</a>.
Author: BitSet
Author URI: http://www.bitset.org
Tags: bitfolio
Copyright: (c) 2009-2013 BitSet.
*/

/*-------------------------------------------------------------------------------------------*/
/* base style  */
/*-------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{
	font-family: 'TitilliumText22LBold', sans-serif;
	color: #555;
	text-transform: uppercase;
	padding-left: 8px;
	
}

a{
	color: #555;
}

a:hover{
	color: #333;
	text-decoration: none;
}

header{
	padding-top: 10px;
}

p, span, ol, ul, table{
	color: #898989;
	text-decoration: none;
}


figure{
	margin: 0;
	padding: 0;
}

.indented{
	padding-left: 20px;
}

.heading{
	margin-top: 0;
	color: #666;
	font-family: 'TitilliumText22LBold', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 1px dashed #898989;
	text-shadow: 1px 1px 0 #fff;
}

@media (max-width: 479px){
	.heading{
		font-size: 18px;
	}
}


.home-section-content-box{
	margin-bottom: 40px;
}

.video-holder{
	margin-bottom: 20px;
	height: 100%;
}

audio{
	width: 100%;
	margin-bottom: 10px;
}

iframe, video, object, embed{
	border: none;
	
}

code, pre{
	color: #999;
}

/*-------------------------------------------------------------------------------------------*/
/* RESET - http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
/*-------------------------------------------------------------------------------------------*/
/* main style 
	***************************/
body{
	background: #fff;
	font-family: 'DroidSans', sans-serif;
}

.logo a img{
	width: 255px;
	height: 114px;
}

.log-in >li , .top-social > li{
	display: inline-block;
}

input.top-search{
	width: 90px;
	height: 20px;
	border-radius: 5px;
	margin-top: 10px;
background:url(../images/search-icon.png) no-repeat right;
	-webkit-transition: all ease-in .4s;
	-moz-transition: all ease-in .4s;
	-o-transition: all ease-in .4s;
	-ms-transition: all ease-in .4s;
	transition: all ease-in .4s;
}

input.top-search:focus{
	width: 250px;
}

.header{
	margin-bottom: 15px;
}

.header-top{
	margin-top: -5px;
	float: right;
}

/*logo section*/

@media (max-width: 767px){
	.logo{
		text-align: center;
	}

	.header-top{
		margin-top: 30px;
		float: none;
		text-align: center;
	}
}
.log-in, .top-social{
	margin-right: 0px;
	margin-top: 20px;
	text-align: center;
}
.log-in > li > a{
	font-family: 'TitilliumText22LMedium', sans-serif;
	color:#777777;
	text-shadow: 0px 1px 0 #fff;

	-webkit-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

.log-in > li > a:hover{
	color: #252525;
	text-align: right;
}

.log-in > li:first-child{
	padding-right: 0px;
	font-family: 'TitilliumText22LBold', sans-serif;
	
	text-shadow: 1px 1px 0 #fff;
}



.log-in2 > li > a{
	font-family: 'TitilliumText22LMedium', sans-serif;
	color:#777777;
	text-shadow: 0px 1px 0 #fff;

	-webkit-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

.log-in2 > li > a:hover{
	color: #252525;
	text-align: right;
}

.log-in2 > li:first-child{
	padding-right: 0px;
	font-family: 'TitilliumText22LBold', sans-serif;
	font-size: 1em;
	font-weight: 500;
	text-shadow: 1px 1px 0 #fff;
}




/*top navigation*/
.navbar{
	margin-bottom: 0;
	border-top:1px dashed #898989;
	border-bottom:1px dashed #898989;

}

.navbar ul{
	text-shadow: none;
}

.navbar-inner{
	background: transparent;
	border:none;
	box-shadow: none;
	min-height: 50px;
	padding-left: 0;
	padding-right: 0;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{
	background: transparent;
	box-shadow: none;
	color: #252525;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{
	background: transparent;
}

.navbar .nav > li > a{
	font-family: 'TitilliumText22LBold', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar .nav li a{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}


.dropdown-menu{
	font-family: 'TitilliumText22LRegular', sans-serif;
	font-size: 1em;
	background: #555;
	border: none;
	border-radius: 0px;
	top: 97%;
	padding: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.dropdown-menu li a{
	padding-top: 5px;
	padding-bottom: 5px;
}

.dropdown-menu li > a:focus{
	outline: none;
	background: transparent;
}

@media (min-width: 980px){
	.dropdown-menu li a{
		color: #fff;
		border-top: 1px solid #333;
		border-bottom: 1px solid #777;
	}

	.dropdown-menu li a:hover{
		background: #333;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}
}

@media (max-width: 979px){
	.dropdown-menu li a:hover{
		background: #898989 !important;
	}
}

.dropdown-menu li:first-child a{
	border-top: none;
}

.dropdown-menu li:last-child a{
	border-bottom: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.dropdown-submenu > .dropdown-menu{
		margin-top: 0 !important;
	}

.dropdown-submenu:hover a{
	background: transparent;
}

.navbar .nav > li > .dropdown-menu:before {
	border-bottom: 6px solid #fff;
}

.navbar .nav > li > .dropdown-menu:after {
	border-bottom: 6px solid #555;
}

@media (min-width: 980px){
	.dropdown ul{
		display: none;
	}

	.dropdown:hover ul{
		display: block !important;
	}

	li.dropdown-submenu > ul.dropdown-menu{
		display: none !important;
	}

	li.dropdown-submenu:hover > ul.dropdown-menu{
		display: block !important;
	}
}

@media (min-width: 980px){
	.dropdown a.dropdown-no-toggle{
		display: block !important;
	}

	.dropdown a.dropdown-toggle{
		display: none !important;
	}
}

@media (max-width: 979px){
	.dropdown a.dropdown-no-toggle{
		display: none !important;
	}

	.dropdown a.dropdown-toggle{
		display: block !important;
	}
}

@media (max-width: 767px){
	.header{
		text-align: center;
	}
}


/*-------------------------------------------------------------------------------------------*/
/* HOME PAGE SLIDER SECTION */
/*-------------------------------------------------------------------------------------------*/
/* slider 
	***************************/

.slider{
	margin-top: 20px;
	margin-bottom: 30px;
}

/*custom lust slider styles*/
.lush-h1{
	background: #555;
	font-size: 30px;
	line-height: 36px;
	padding: 10px 20px;
	color: #fff;
	text-shadow: none;
	font-weight: lighter;
}

.lush-h2{
	background: #898989;
	font-size: 24px;
	line-height: 30px;
	padding: 10px 20px;
	color: #fff;
	text-shadow: none;
}

.lush-h2-dark{
	background: #555;
}

.lush-h3{
	background: #898989;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 20px;
	color: #fff;
	text-shadow: none;
}

.lush-big{
	background: #555;
	padding: 15px 35px;
	color: #fff;
	font-size: 36px;
	text-shadow: none;
}

#demo-box {
  max-height: 450px;
  margin: 0 auto;
  background: rgba(0,0,0,.5);
  font-size: 20px;
}

.video-slider-nav{
	background: #898989;
	box-shadow: inset 0 1px 0px #fff;
}

.lush-content-header, .lush-content-para{
	width: 50%;
	padding: 15px;
	white-space: normal !important;
}

/*end custom lust slider styles*/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* 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;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* 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;}

/* custome flexslider style 
	***************************/
.flexslider{position: relative;}
.slides{
	margin-bottom: 15px;
	background: rgba(0,0,0,.05);
	box-shadow: 1px 1px 0 #fff, -1px -1px 0 rgba(0,0,0,.1);
}
.flex-control-nav{
	width: 100%;
	text-align: center;
}

.flex-control-nav li{
	display: inline;
	margin: 0 5px;
}

.flex-control-nav li a{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: rgba(0,0,0,.15);
	border: 2px solid #898989;
	border-radius: 500px;
	box-shadow: 1px 1px 0px #fff;
	cursor: pointer;
	text-indent: -9999px;
}

.flex-control-nav li a.flex-active,
.flex-control-nav li a:hover{
	background: #555;
}

.flex-direction-nav{
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity ease-in .2s;
	-moz-transition: opacity ease-in .2s;
	-o-transition: opacity ease-in .2s;
	-ms-transition: opacity ease-in .2s;
	transition: opacity ease-in .2s;
}

.flexslider:hover .flex-direction-nav{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.flex-prev, .flex-next{
	position: absolute;
	bottom: 37px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}

.flex-prev{
	background: url(../images/slider/default/slider_prev.png) -6px -5px no-repeat rgba(0,0,0,.5);
	left: 0;
}
.flex-next{
	background: url(../images/slider/default/slider_next.png) -6px -5px no-repeat rgba(0,0,0,.5);
	right: 0;
}

.flexslider2 .flex-control-nav{margin-top: 15px;}
.flexslider2 h1, .flexslider2 h2, .flexslider2 h3, .flexslider2 p, .flexslider2 ul{
	text-shadow: none;
}
.bg-black {
	background: rgba(0,0,0,0.5);
}

p.bg-black {
	padding: 15px;
	text-align: center;
}

/*end of flexslider*/

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	box-shadow: 1px 1px 0 #fff, -1px -1px 0 rgba(0,0,0,0.1);
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0;
	top:0;
	background:rgba(0,0,0,.65);
	color:#fff;
	text-align: center;
	width:30%;
	height: 100%;
	z-index:8;
	padding: 50px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.nivo-caption h2 {
	text-align: center;
	font-size: 1.8em;
	line-height: 1.5;
	color: #e3e3e3;
	text-shadow: none;
	padding:0;
	margin-bottom: 10px;
}
.nivo-caption p {
	font-size: 1em;
	line-height: 1.5;
	color: #fff;
	text-shadow: none;
	padding:0;
	margin:20px;
}
.nivo-caption a {
	display:inline !important;
}

.nivo-caption a.btn {
	display:block !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	top:45%;
	z-index:9;
	cursor:pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}
.slider-wrapper:hover .nivo-directionNav a{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.nivo-prevNav {
	left:0px;
	background: url(../images/slider/default/slider_prev.png) -6px -5px no-repeat rgba(255,255,255,.5);
}
.nivo-nextNav {
	right:0px;
	background: url(../images/slider/default/slider_next.png) -6px -5px no-repeat rgba(255,255,255,.5);

}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 5px 0 0;
}
.nivo-controlNav a {
	cursor:pointer;
	display: inline-block;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	margin-top: 8px;
	margin-right: 5px;
	background: #898989;
}
.nivo-controlNav a.active {
	width: 16px;
	height: 16px;
	background: #555;
	border-top: 8px solid #555;
}

@media (min-width: 981px) and (max-width: 1200px){
	.nivo-caption{
		padding: 35px 50px;
	}

	.nivo-caption h2 {
		font-size: 1.4em;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.nivo-caption p {
		font-size: 1em;
		line-height: 1.2;
		margin:10px;
	}
}

@media (min-width: 768px) and (max-width: 980px){
	
	.nivo-caption{
		width: 40%;
		padding: 35px 40px 25px!important;
	}

	.nivo-caption h2 {
		font-size: 1.2em;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.nivo-caption p {
		font-size: .9em;
		line-height: 1.2;
		margin:10px;
	}
}

@media (min-width: 601px) and (max-width: 767px){
	.nivo-caption{
		width: 35%;
	}
	.nivo-caption h2 {
		font-size: 1.3em;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.nivo-caption p {
		display: none !important;
	}
}

@media (max-width: 600px){
	.nivo-caption{
		display: none !important;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
}

/*end of nivo slider*/

/*home section content-box*/

/*-------------------------------------------------------------------------------------------*/
/* STUNNING TEXT, BLOCKQUOTE SECTION */
/*-------------------------------------------------------------------------------------------*/

.stunning-text, .blockquote{
	border-top:1px dashed #898989;
	border-bottom:1px dashed #898989;
}

.stunning-text p{
	text-align: center;
	color:#898989;
	font-family: 'TitilliumText22LMedium', sans-serif;
	font-size: 23px;
	line-height: 1.2em;
	text-shadow: 1px 1px 0 #fff;
	padding-top: 20px;
	padding-bottom: 5px;

	-webkit-transition: color ease-in .2s;
	-moz-transition: color ease-in .2s;
	transition: color ease-in .2s;
}

.stunning-text p:hover{
	color: #666;
}

.blockquote-content{
	display: block;
}

.blockquote .image_carousel{
	background: transparent;
	box-shadow: none;
}

.blockquote .prev,.blockquote .next{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	top: 10% !important;
	bottom: 30% !important;
	width: 40px !important;
	height: 40px !important;
	box-shadow: none;
	background: transparent;
}

.blockquote:hover .prev,.blockquote:hover .next{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


.blockquote .prev{
	right: auto;
	left: -50px;
	background: url(../images/qoute-nav.png) 0px 0px no-repeat ;
}

.blockquote .prev:hover{
	background: url(../images/qoute-nav.png) 0px 0px no-repeat transparent;
}

.blockquote .next{
	right: 10px;
	background: url(../images/qoute-nav.png) 40px -45px no-repeat ;
}


.blockquote .next:hover{
	background: url(../images/qoute-nav.png) 40px -45px no-repeat transparent;
}

blockquote{
	font-family: 'TitilliumText22LLight', sans-serif;
	font-size: 23px;
	line-height: 35px;
	font-style: italic;
	border-left: none;
	color:#898989;
	text-shadow: 1px 1px 0 #fff;
	padding: 15px 10px 22px 30px;
	position: relative;

	-webkit-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

blockquote:before{
	content: '‟';
	display: block;
	width: 40px;
	position: absolute;
	top: 24%;
	right: 96%;
	font-size: 3em;
	color:#898989;

	-webkit-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

.blockquote a {
	margin: 0 0 30px 55px;
	font-weight: bold;
	display: inline-block;
	background: #898989;
	color: #fff;
	text-decoration: none;
	padding: 1px 10px;
	font-size: 14px;

	box-shadow: 1px 1px 0 1px #fff;

	-webkit-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

.blockquote a span{
	color: #f0f0f0;
	text-shadow: none;
}

blockquote:hover, blockquote:hover:before{
	color: #666;
}

.blockquote a:hover{
	background: #555;
}

.blockquote a span {
	font-style: italic;
	font-weight: normal;
	padding: 0 0 0 0.5em;
}

blockquote.half{
	width: 47.5%;
}

.left-edge{
	float: left;
	display: block;
	margin-right: 2.5%;
}

.right-edge{
	float: right;
	display: block;
	margin-left: 2.5%;
}

blockquote.type2{
	font-size: 24px;
	line-height: 1.5em;
	padding-left: 40px;
	border: none;
}

blockquote.type2:before{
	width: 15px;
	top: 30px;
	left: 0;
}


@media (max-width: 600px){
	blockquote{
		font-size: 24px;
		line-height: 1.2em;
	}

	blockquote:before{
	width: 10px;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* OUR CLIENTS CAROUSEL SECTION */
/*-------------------------------------------------------------------------------------------*/

.our-clients{
	margin-left: 0;
}

.our-clients .span12{
	margin-left: 0;
}

.our-clients .carousel-media-holder{
	background: transparent;
	cursor: pointer;
}

.our-clients .carousel-media-holder img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

.our-clients .carousel-media-holder img:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
}

/*-------------------------------------------------------------------------------------------*/
/* RECENT WORK, RELATED WORK CAROUSEL SECTION */
/*-------------------------------------------------------------------------------------------*/

.recent-work-box{
	margin: 0;
	margin: 20px 0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	
}

.recent-work-box figcaption{
	position: absolute;
	top: -100%;
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 70%;
	padding: 1em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	-ms-transition: all ease-out .4s;
	transition: all ease-out .4s;
}

.recent-work-box:hover figcaption{
	top:0;
}

.rw-heading{
	font-size: 16px;
	font-family: 'TitilliumText22LThin', sans-serif;
	border-bottom: 1px dashed #898989;
	margin: 0;
}

.rw-category{
	font-size: 12px;
	font-style: italic;
	padding-top: 10px;
}

a.preview, a.view{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	margin-top: 2em;
	margin-right: 5px;
	border-radius: 30em;
	-webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.6);
	box-shadow: 0 0 0 3px rgba(255,255,255,0.6);
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

a.preview {
	background: url(../images/sprite.png) no-repeat scroll 9px -53px #252525;
}

a.view {
	background: url(../images/sprite.png) no-repeat scroll 8px 10px #252525;
}

a.preview:hover {
	background: url(../images/sprite.png) no-repeat scroll 9px -86px #252525;
}

a.view:hover {
	background: url(../images/sprite.png) no-repeat scroll 8px -21px #252525;
}

@media (min-width: 980px) and (max-width: 1199px){
	a.preview, a.view{
		margin-top: 1em;
	}
}

@media (min-width: 768px) and (max-width: 979px){
	.recent-work-box figcaption{
		padding-top: 5px;
	}

	.rw-heading{
		border: none;
	}

	a.preview, a.view{
		margin-top: .8em;
	}

	.rw-heading{
		font-size: 12px;
		margin-top: -5px;
	}

	.rw-category{
		padding-top: 5px;
	}
}

@media (min-width: 640px) and (max-width: 767px){
	a.preview, a.view{
		margin-top: .5em;
	}
}

.image_carousel {
	padding: 0px;
	position: relative;
	background: rgba(0,0,0,.05);
	
}

@media only screen and (max-width: 1199px){
	.image_carousel {
		padding-bottom: 1px;
	}
}

.our-recent-work-section img {
	width: 400px;
	max-height: 275px !important;
}
.carousel-media-holder{
	display: block;
	margin: 15px;
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;

}

.carousel-media-holder img{
	width: 100% !important;
}

.recent-work-desc{
	position: absolute;
	width: 100%;
	top: -51px;
	left: 2px;
	display: block;
	-webkit-transition: top 34s;
	-moz-transition: top .3s;
	-o-transition: top .3s;
	-ms-transition: top .3s;
	transition: top .3s;
}

.recent-work-desc h3{
	text-align: center;
	color: #666;
	text-shadow: none;
#
	font-family: 'TitilliumText22LThin', sans-serif;
	font-size: 1.2em;
	line-height: 1.2;
}

.carousel-media-holder:hover .recent-work-desc{
	top: 0;
}

.recent-work-post-type{
	background: url('../images/post-type-bg.png') no-repeat rgba(0,0,0,.5);
	width: 40px;
	height: 40px;
	border-radius: 500px;
	display: block;
	position: absolute;
	left: 40%;
	bottom: -50px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.carousel-media-holder:hover .recent-work-post-type{
	bottom: 30%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.our-recent-work-section .carousel-media-holder img, .related-works .carousel-media-holder img{
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

.our-recent-work-section .carousel-media-holder:hover img, .related-works .carousel-media-holder:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: .2;
}

.clearfix {
	float: none;
	clear: both;
}

.prev,.next{
	position: absolute;
	top: -42px;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	text-indent: -9999em;
	box-shadow: 1px 1px 0 #fff, inset 1px 1px 2px rgba(0,0,0,.1);
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.prev{
	right: 30px;
	background: url('../images/carousel_nav_prev.png') -5px -6px no-repeat#898989;
}

.prev:hover{
	background:url('../images/carousel_nav_prev.png') -5px -41px no-repeat #555;
}

.next{
	right: 0;
	background: url('../images/carousel_nav_next.png') -3px -6px no-repeat #898989;
}

.next:hover{
	background: url('../images/carousel_nav_next.png') -3px -41px no-repeat #555;
}

/* promo text section home page*/

.submit-quote, .page-heading{  /*page-heading style*/
	width: 100%;
	display: inline-block;
}

.submit-quote{
	
}

.promo-box{
	background: rgba(0,0,0,.05);
	box-shadow: 1px 1px 0px #fff, inset 1px 1px 2px rgba(0,0,0,.1);
	padding: 30px;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.promo-text-box h1, .submit-quote h4{
	text-align: right;
	display: block;
	font-size: 30px;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #fff;
	margin: 0;

	-webkit-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

.promo-text-box h4{
	font-family: 'TitilliumText22LLight', sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #777;
	font-weight: 300;
	margin: 0;
}

.promo-text-box h1{
	font-family: 'TitilliumText22LBold', sans-serif;
	font-size: 30px;
	line-height: 32px;
	color: #555;
	font-weight: 700;
}

.promo-button-box{
	text-align: center;
}
.promo-button{
	padding: 14px 34px;
	margin-top: 5px;
}

@media (max-width: 767px) {

	.promo-box .promo-button{
		width: 100%;
		margin:3% 0 0;
	}
}

/* featured article home page */

.featured-article article{
	background: rgba(0,0,0,.05);
	box-shadow: 1px 1px 0px rgba(255,255,255,1), inset 1px 1px 2px rgba(0,0,0,.05);
	margin-top: 10px;
	padding: 12px;
	text-shadow: 1px 1px 0 #fff;
}

.featured-article article img, img.greyscale{
	filter: none;
    -webkit-filter: grayscale(0);
	
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.featured-article article img:hover, img.greyscale:hover{
	filter: url(../assets/filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
    filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

.featured-article article h3{
	color: #555;
	font-family: 'TitilliumText22LMedium', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0;
	border-bottom: 1px dashed #898989;
}

.day, .author{
	text-transform: uppercase;
	color: #555;
}

.author{
	font-weight: bold;
}

.featured-article article img{
	box-shadow: 0 6px 10px -5px rgba(0,0,0,.4);
}

.featured-article article p{
	font-size: 14px;
	text-align: justify;
	line-height: 1.5em;
	color: #898989;
	padding: 5px;
}

.featured-article article a{
	margin-left: 5px;
	margin-top: 5px;
}

/*-------------------------------------------------------------------------------------------*/
/* FOOTER SECTION */
/*-------------------------------------------------------------------------------------------*/

footer{
	margin-top: 50px;
	padding-top: 30px;
	border-top: 5px solid #111;
}


footer p, .privacy p, footer ul, footer a, footer span{
	text-shadow: none;
}


@media (max-width: 767px){
	footer, .privacy{
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer_bottom p{
		text-align: center;
	}

	.logo-bottom{
		float: none;
		margin: 0 auto;
	}

}

.footer-part{
	background: #252525;
}

.footer-container{
	background: url('../images/footer_bottom_sep.png') repeat-x bottom center;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.footer_part_content{
	padding: 0 0.4em;
}

h4.footer-title{
	font-family: 'TitilliumText22LBold', sans-serif;
	font-size: 1.5em;
	color: #fafafa;
	background: #252525;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
	text-shadow: none;
}

.footer_part_content {
	font-size: 13px;
	color: #898989;
	margin-top: 10px;
}

.footer_part_content input[type="text"]{width: 100%;}
.footer_part_content input[type="text"], .footer_part_content input[type="submit"] {
	height: 32px;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_part_content textarea{
	width: 100%;
	height: 60px;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_part_content input[type="text"]{
	font-size: 12px;
}

.footer_part_content input:focus, .footer_part_content textarea:focus {
	-webkit-box-shadow: 0 0 6px rgba(255,255,255,.6);
	box-shadow: 0 0 6px rgba(255,255,255,.6);
	border: 1px solid #ccc;
}

.about-info{
	list-style: none;
	margin-left: 0;
}

.about-info span, .about-info a{
	margin-left: 10px;
}

.about-info a{
	color: #777;
}

.about-info a:hover{
	color: #fff;
}

.privacy{
	position: relative;
	padding-bottom: 15px;
	border-bottom: 5px solid #111;
}

.privacy p{
	color: #fafafa;
	line-height: 24px;
	font-size: 12px;
	margin-left: 0px;
}

.go-top{
	position: fixed;
	display: none;
	width: 40px;
	height: 40px;
	bottom: 2em;
	right: 2em;
	text-indent: -999em;
	background: url(../images/scrollup.png) no-repeat rgba(126, 126, 126, .6);
	border: 1px solid rgba(126, 126, 126, .8);
	border-radius: 3px;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
}

.go-top:hover{
	background: url(../images/scrollup.png) no-repeat rgba(126, 126, 126, .9);
}

.logo-bottom{
	width: 80px;
	display: block;
}
/*end of footer*/

/* page Heading */
.page-heading{
	background: #fafafa;
	margin: 30px 0;
	background: url(../images/pattern/bg-2.png) #fafafa;
	border: 1px dashed rgba(0,0,0,.25);

	box-sizing: border-box;
}

.page-heading h1{
	float: left;
	padding: 20px;
	color: #555;
	font-family: 'TitilliumText22LBold', sans-serif;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
}

.breadcrumb{
	float: right;
	margin-top: 33px;
	background: rgba(0,0,0,.05);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.breadcrumb a{
	color: #555;
}

/* end of page Heading */

/*-------------------------------------------------------------------------------------------*/
/* SIDEBAR SECTION */
/*-------------------------------------------------------------------------------------------*/

.sidebar{
	background: transparent;
	padding: 10px 0 30px 15px;
	text-shadow: 1px 1px 0 #fff;
	border-left: 1px dashed rgba(0,0,0,.3);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar-left{
	padding: 10px 15px 30px 0;
	border-right: 1px dashed rgba(0,0,0,.3);
	border-left: none;
	display: block;
	overflow: hidden;
	
}

.sidebar aside{
	margin-bottom: 40px;
}

.sidebar-heading{
	background:  rgba(0,0,0,.05);
	color: #666;
	border-radius: 5px;
	margin-bottom: 15px;
	font-family: 'TitilliumText22LThin',  sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 5px 15px 5px;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.15), 1px 1px 0 #fff;
}

.sidebar aside ul li a{
	color: #555;
	webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
}

.sidebar aside ul li{
	margin-bottom: 10px;
}

.sidebar aside ul li:hover a{
	background: rgba(0,0,0,.05);
	color: #898989;
}

.sidebar aside ul.nav li{
	margin-bottom: 0;
}

.sidebar-menu{
	list-style: none;
	padding-top: 30px;
	margin-left: 0;
	margin-top: -15px;
}

.sidebar-menu li{
	padding: 0;
}

.sidebar-menu a{
	display: block;
	padding: 5px 15px;
	border-radius: 5px;
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.sidebar-menu a:hover{
	background: #555 !important;
	color: #fff !important;
	text-shadow: none !important;
}

/* end of side bar */

/*-------------------------------------------------------------------------------------------*/
/* CONTACT */
/*-------------------------------------------------------------------------------------------*/

.contact-us-section{
	margin-top: 35px;
	text-shadow: 1px 1px 0 #fff;
}

.contact-form-section h2{
	font-family: 'TitilliumText22LRegular', sans-serif;
	font-size: 36px;
	color: #555;
}

.contact-form-section p{
	font-size: 1em;
	color: #898989;
	padding-bottom: 15px;
}

.contact-form-section textarea,
.contact-form-section input[type="text"],
.contact-form-section input[type="email"],
.contact-form-section input[type="url"] {
	/*border-radius: 0;*/
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	margin-bottom: 20px;
	padding: 0 10px;
	height: 42px;
}

.contact-form-section textarea{
	padding-top: 10px;
	height: 140px;
}

.contact-form-section input[type="submit"]{
	padding-top: 10px;
	padding-bottom: 10px;
}

.map iframe{
	width: 100%;
	height: 500px;
	border-top: 1px solid rgba(0,0,0,.1);
	border-left: 1px solid rgba(0,0,0,.1);
}

@media (min-width: 980px){
	.contact-input-half{
		width: 95%;
	}
}

@media (max-width: 979px){
	.contact-input-half{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (min-width: 486px) and (max-width: 768px){
	.map iframe {
		height:400px!important;
	}
}

@media (max-width: 485px){
	.map iframe {
		height:320px!important;
	}
}

.contact-input-full{
	width: 100%;
	height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-sidebar{
	background: url(../images/map.png) no-repeat bottom right #fff;
	border: 1px solid rgba(0,0,0,.1);
	padding: 25px;
	min-height: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-info .sidebar-heading{
	background: #555;
	color: #fff;
	font-family: 'TitilliumText22LThin', sans-serif;
	margin: 0 -25px 15px;
	padding-left: 25px;
	text-shadow: none;
	border-radius: 0;
}

.contact-info p, .contact-info li{
	color: #555;
}

.contact-info p{
	font-size: 20px;
	font-family: 'TitilliumText22LRegular', sans-serif;
}

.contact-info ul{
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
}

.contact-info li{
	margin-bottom: 10px;
}

.contact-info li > i{
	margin-right: 10px;
}

.contact-info li > p{
	margin-left: 25px;
	font-size: 1em;
}

/* end of Contact us */

/*-------------------------------------------------------------------------------------------*/
/* ABOUT US SECTION */
/*-------------------------------------------------------------------------------------------*/

.something-about-us{
	margin-bottom: 30px;
}

.something-about-us p{
	padding-top: 10px;
}

/* our teams */

.our-team{
	margin-top: 20px! important;
}

.team-indivisual{
	margin-bottom: 30px;
}
.team-indivisual figure{
	background: rgba(0,0,0,.05);
	margin-top: 10px;
	padding: 10px;
	box-shadow: 1px 1px 0 #fff, inset 1px 1px 2px rgba(0,0,0,.1);
	cursor: pointer;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.team-indivisual:hover figure{
	background: rgba(255,255,255,.3);
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}

@media (min-width: 768px){
	.team-indivisual .img-holder{
		width: 100%;
		border: 1px solid rgba(0,0,0,.2);
		overflow: hidden;

		-webkit-transition: all ease-in .3s;
		-moz-transition: all ease-in .3s;
		-o-transition: all ease-in .3s;
		-ms-transition: all ease-in .3s;
		transition: all ease-in .3s;
	}
}

@media (max-width: 767px){
	.team-indivisual .img-holder{
		width: 50%;
		overflow: hidden;
		margin: 0 auto;
	}
}

.team-indivisual:hover .img-holder{
	border: 1px solid rgba(0,0,0,.3);
}

.team-indivisual .img-holder > img{
	width: 100%;
	-webkit-transition: all ease-in .5s;
	-moz-transition: all ease-in .5s;
	-o-transition: all ease-in .5s;
	-ms-transition: all ease-in .5s;
	transition: all ease-in .5s;
}

.team-indivisual:hover .img-holder > img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.team-indivisual figcaption h3{
	text-align: center;
	text-transform: uppercase;
	color:#555;
	font-family: 'TitilliumText22LBold', sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #fff;
	margin-top: 10px;
	margin-bottom: 0;
}

.designation{
	text-align: center;
	font-family: 'TitilliumText22LLight', sans-serif;
	font-size: 1em;
	color: #898989;
	text-shadow: 1px 1px 0 #fff;
	margin-bottom: 15px;
	display: block;
	line-height: 1em;
}

.team-indivisual ul{
	max-width: 100%;
	list-style: none;		
	text-align: center;
	border-top: 1px dashed #898989;
	border-bottom: 1px dashed #898989;
	margin: 0;
	margin-bottom: 5px;
	padding: 10px;
}

.team-indivisual li{		
	display: inline-block;
	vertical-align: middle;
}

.team-indivisual i > div{
	display: block;
}

.team-indivisual li > img{
	width: 100%;
	height: 100%;
}

.team-indivisual li > a{
	width: 32px;
	height: 32px;
	display: block;
	background-size: 100% 100%;
	border-radius: 100em;
}

.team-indivisual figcaption p{
	font-size: 1em;
	line-height: 1.5em;
	padding:5px;
	text-align: center;
	color:#777;

	-webkit-transition: color ease-in .3s;
	-moz-transition: color ease-in .3s;
	-o-transition: color ease-in .3s;
	-ms-transition: color ease-in .3s;
	transition: color ease-in .3s;
}

.team-indivisual:hover figcaption p{
	color:#555;
}

/* end of our teams */

/* our Skill */
.our-skill h3,.testimonial h3{
	margin-bottom: 10px;
}

.progress{
	height: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	background: rgba(0,0,0,.1) repeat-x;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 0 0 #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 0 0 #fff;
}

.progress .bar {
	float: left;
	width: 0;
	height: 100%;
	font-family: 'TitilliumText22LMedium', sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px;
	text-align: left;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: url('../images/pattern/bg-2.png') rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

/* end of our Skill */


/* Testimonial */
.testimonial{
	display: block;
}
.testimonial .carousel-control{
	top: -42px;
	border: none;
	width: 24px;
	height: 24px;
	border-radius: 0;
	font-size: 36px;
	line-height: .58em;
	padding-top: 0;
	box-shadow: 1px 1px 0 1px #fff;
	font-weight: lighter;
}

.testimonial .carousel-control.left{
	right: 30px;
	left: auto;
	background: url('../images/carousel_nav_prev.png') -5px -6px no-repeat#898989;
}

.testimonial .carousel-control.left:hover{
	background:url('../images/carousel_nav_prev.png') -5px -41px no-repeat #555;
}

.testimonial .carousel-control.right{
	right: 0;
	background: url('../images/carousel_nav_next.png') -3px -6px no-repeat #898989;
}

.testimonial .carousel-control.right:hover{
	background: url('../images/carousel_nav_next.png') -3px -41px no-repeat #555;
}

.testimonial .carousel-control.left, .testimonial .carousel-control.right{
	text-indent: -999em;
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.testimonial .testimonial-content-box{
	
	background: transparent;
	padding: 15px;
	text-shadow: 1px 1px 0 rgba(255,255,255,.7);
	display: block;
		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.testimonial .testimonial-head{
	display: block;
	overflow: hidden;
}

.testimonial .testimonial-image-holder{
	width: 225px;
	float: left;
	margin-right: 15px;
	border-right: 1px solid rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.testimonial-name h3{
	margin: 0;
	line-height: 1em;
	color: #555;
	text-transform: uppercase;
	font-family: 'TitilliumText22LBold', sans-serif;
	margin-bottom: 10px;
}

.testimonial-designation{
	color: #777;
	text-transform: uppercase;
	font-family: 'TitilliumText22LThin', sans-serif;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 15px;
}

.testimonial-company{
	background: #555;
	color: #fff;
	font-family: 'TitilliumText22LRegular', sans-serif;
	font-size: 16px;
	text-shadow: none;
	box-shadow: 1px 1px 1px #fff;
	-webkit-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

.testimonial-company:hover{
	background: #333;
	color: #fff;
}

.testimonial-body p{
	display: block;
	padding-top: 4px;
	line-height: 1.5em;
	margin-bottom: 0;
	color: #666;
	font-style: italic;
}

.testimonial-body{
	position: relative;
}

.testimonial-body p:before, .testimonial-body p:after{
	content: '"';
	font-size: 16px;
}

/* end of Testimonial */

/*-------------------------------------------------------------------------------------------*/
/* 404 PAGE NOT FOUND */
/*-------------------------------------------------------------------------------------------*/

.error-page{
	padding-bottom: 30px;
}

.error-page-title, .error-page-subtitle, .error-page-text{
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}

.error-page-title{
	font-family: 'TitilliumText22LBold',sans-serif;
	font-size: 180px;
	line-height: 1.3em;
	font-weight: 900;
	color: #555;
}

.error-page-subtitle{
	font-family: 'TitilliumText22LMedium',sans-serif;
	font-weight: 700;
	color: #333;
}

.error-page-text{
	font-size: 16px;
}

.error-page-link{
	margin: 0 auto;
	color: #fff;
	width: 100%;
	max-width: 189px;
	background: #898989;
	display: block;

	-webkit-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

.error-page-link:hover{
	color: #fff;
	background: #555;
}

/* end of 404 error page */

/*-------------------------------------------------------------------------------------------*/
/* LOG IN FORM/PAGE */
/*-------------------------------------------------------------------------------------------*/

.signin{
	margin-top: 30px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}
.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background: url(../images/pattern/bg-2.png) rgba(0,0,0,.15);
        
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05), 1px 1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05), 1px 1px 1px 0 #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.05), 1px 1px 1px 0 #fff;
}
.form-signin .form-signin-heading,.form-signup-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .form-signin-heading, .form-signup-heading{
	color: #555;
	font-family: 'TitilliumText22LBold', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.form-signup-heading{
	font-size: 1.7em;
}

.form-signin .checkbox {
	margin-left: 30%;
	margin-right: 30%;
	font-family: 'TitilliumText22LMedium', sans-serif;
	color: #666;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.forget-password{
	color: #666;
}

.form-signin span, .form-signin strong{
	display: block;
}

.form-signin .button-form-signup{
	max-width: 50%;
	margin: 0 auto;
}

.form-signin hr{
	border-top: 1px dashed #898989;
	border-bottom: 1px dashed #fff;
}

/* end of log in page */

/*-------------------------------------------------------------------------------------------*/
/* BLOG SECTION */
/*-------------------------------------------------------------------------------------------*/

.blog-post{
	border-bottom: 1px dashed #898989;
	padding-bottom: 30px;
	margin-bottom: 10px;
	text-shadow:1px 1px 0 #fff;
}

.blog-heading{
	margin-bottom: 30px;
}

.blog-heading h1{
	display: block;
	margin-top: 0;
	color: #555;
	font-family: 'TitilliumText22LBold', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.5;
}

.blog-heading h1 a{
	color: #555;
}

.blog-heading h1 a:hover{
	color: #333;
}

.blog-meta-info{
	background: rgba(0,0,0,.05);
	padding: 5px 10px;
	box-shadow: 1px 1px 0 #fff, inset 1px 1px 2px rgba(0,0,0,.1);
}

.blog-meta-info span{
	color: #898989;
	font-size: 14px;
	line-height: 16px;
	font-family: 'TitilliumText22LMedium', sans-serif;
	font-weight: 600;
}

.blog-meta-info span:after{
	content: '|';
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px;
	color: #999;
	font-weight: lighter;
}

.blog-meta-info span:last-child:after{
	content: '';
}

.blog-meta-info span a{
	color: #555;
	font-weight: 300;
}

.blog-meta-info span:last-child{
	border-right: none;
}

.blog-post .media-holder{
	box-shadow: 1px 1px 0 #fff;
}

.blog-post .media-holder-full-width{
	margin-bottom: 20px;
	overflow: hidden;
}

@media (max-width: 767px){
	.blog-post .media-holder{
		margin-bottom: 20px;
	}
}

.blog-post .read-more{
	font-family: 'TitilliumText22LRegular', sans-serif;
	color: #fff;
	background: #898989;
	text-shadow: none;
}

.blog-post .read-more:hover{
	background: #555;
}

.blog-post-article p, .blog-post-article span, .blog-post-article a,
.blog-post-article li, .blog-post-article strong{
	font-size: 1.2em;
	line-height: 1.5em;
}

.pagination ul > li > a,
.pagination ul > li > span {
  color: #fff;
  text-shadow: none;
  font-family: 'TitilliumText22LRegular', sans-serif;
  border: 1px solid rgba(255,255,255,.5);
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #fff;
  cursor: default;
}

.tags{
	margin-left: 0;
}

.tags li{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tags li a{
	
	padding: 3px 5px;
	color: #FFF;
	
}

.tags li a:hover, .sidebar .tags li a:hover{
	background: rgba(255,255,255,.5);
	color: #fff;
	text-shadow: none;
}

.about-author{
	clear: both;
	padding-bottom: 10px;
	text-shadow: 1px 1px 0 #fff;
}

.author-avatar-wrap{
	float: left;
	margin-right: 20px;
}

.author-avatar{
	width: 110px;
	height: 110px;
	box-shadow: 1px 1px 0 #fff;
}

.author-name a{
	color: #555;
}

.author-name span{
	font-size: .8em;
	font-weight: 300;
}

.comments{text-shadow: 1px 1px 0 #fff;}
.comments h3{
	font-family: 'TitilliumText22LLight', sans-serif;
	font-weight: 300;
}

.comment-list{
	margin-left: 0;
}

.comment-list li{
	list-style: none;
}

.comment-wrap{
	box-shadow: 1px 1px 0 #fff, inset 1px 1px 2px rgba(0,0,0,.1);
	background: rgba(0,0,0,.05);
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
}

.avatar-wrap{
	float: left;
	max-width: 70px;
	max-height: 70px;
	margin-right: 15px;
}

.comment-detail{
	overflow: hidden;
}

.comment-content p{
	color: #555;
	margin-bottom: 0;
}

.comment-meta{
	padding-bottom: 10px;
}

.comment-author a{
	font-size: 24px;
	color: #555;
	font-family: 'TitilliumText22LBold', sans-serif;
	text-transform: uppercase;
}

.comment-reply-link{
	position: absolute;
	top: 15px;
	right: 15px;
	color: #898989;
	font-style: italic;
}

.comment-reply-link:hover{
	color: #555;
}

.post-author a span{
	font-size: 16px !important;
	color: #777;
}

.comment-edit-link{
	text-align: center;
	color: #777;
}

.respond textarea{
	height: 150px;
}

.form-allowed-tags{
	margin-bottom: 15px;
}

/* end of Blog section */


/*-------------------------------------------------------------------------------------------*/
/* PORTFOLIO */
/*-------------------------------------------------------------------------------------------*/
/*portfolio_isotope.css*/

.filter_img {
	overflow:hidden;
}
.portfolio_block {
	width: 100%;
	margin-bottom:0!important
}

.filter_navigation {
	position: relative;
	overflow: hidden;
	min-height: 52px;
	margin-bottom: 30px;
	text-align: center;
}

.filter_navigation ul, .filter_navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-table;
}

.filter_navigation ul li {
	padding: 0;
}

.filter_navigation ul li ul {
	overflow: hidden;
}

.filter_navigation ul li:before,
.filter_navigation ul li ul li:before {
	display: none;
	padding: 0;
	margin: 0;
}

.filter_navigation ul li ul li {
	display: inline-block;
	float :left;
	margin: 0 3px 0 0;
}

.filter_navigation ul li ul li a {
	padding: 7px 16px;
	line-height: 20px;
	font-size: 14px;
	background: rgba(0,0,0,.05);
	box-shadow: 1px 1px 0 #fff, inset 1px 1px 2px rgba(0,0,0,.1);
	border-bottom: 1px solid #fff;
	color: #555;
	text-shadow: 1px 1px 0 #fff;
	display: block;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;	
	transition: all .3s;
}

.filter_navigation ul li ul li.selected a, .filter_navigation ul li ul li a:hover {
	background-color: #555;
	color: #fff;
	text-shadow: none;
}

.image-grid .element { 
	background:none; 
	overflow:hidden; 
	display:inline-block;
	float: left; 
	margin-bottom:30px; 
}
.filter_img { 
	position:relative;
}
.filter_img img { 
	display:block; 
	width:100%; 
	height:auto;
}
.columns1 .filter_img {
	background:#333;
}
.columns1 .element {
	width:100%;
	margin-left: 0;
	min-height:400px;
}

.columns1 h4 a {
	color:#555;
	text-decoration:none!important;
	font-style:normal!important;
}
.columns1 h4 {
	margin-top:-3px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #898989;
}

.columns1 h4, .columns1 p{
	text-shadow: 1px 1px 0 #fff;
}

.portfolio_dscr a {
	font-style:italic;
	color:#ababab;
}
.portfolio_dscr a:hover {
	color:#3d3d3d!important;
}

/*Widths*/
.columns1 {
	margin:0 0 0 0px!important;
	width:1170px;
}
.columns2,
.columns3,
.columns4 {
	margin:0 0 0 -30px!important;
	width:1200px;
}
.columns2 .element {
	width:570px; 
	margin:0 0 30px 30px;
	min-height:400px;
	float:left;
	display:inline-block;
}
.columns2 .element img {
	display:block;
}
.columns3 .element {
	width:30.83333333333333%; 
	margin-left:2.5%;
	min-height:260px;
}
.columns4 .element {
	width:270px; 
	margin-left:30px;
	min-height:189px;
}
.filter_navigation { 
	overflow:hidden
}

/*Wrapper & Hover*/
.filter_img {
	position:relative;
}
.filter_img .portfolio_wrapper {
	display: block;
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	text-align:center;
	color:#ffffff;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;			
}
.portfolio_content {
	width:100%;
	display: block;
	display:block;
	position:absolute;
	left:0;
	top:50%;
	opacity: 0;
	text-align:center;
	color:#ffffff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.filter_img:hover .portfolio_wrapper {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.filter_img img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;			
}
.filter_img,
.filter_img a {
	background: #333!important;
}
.filter_img:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
			
}

.filter_img .portfolio_content {
	line-height:20px;	
}
.filter_img .portfolio_content h5 {
	color:#ffffff;
	margin:2px 5px 15px 5px;
	font-size:19px;
	line-height:22px;
}
.columns4 .filter_img .portfolio_content h5 {
	font-size:15px;
	line-height:18px;
}

.columns-grid .filter_img .portfolio_content h5 {
	font-size:32px!important;
	line-height:34px!important;
	margin:0 0 8px 0!important;
}

.filter_img .portfolio_content p {
	color:#ffffff;
	margin:0 0 10px 0;
	padding:0 15px;
	text-align:center;
}
.filter_img .portfolio_content .ico_block,
.filter_img .portfolio_content .more_block {
	padding:0 10px;
}
.filter_img .portfolio_content .ico_block a,
.filter_img .portfolio_content .more_block a {
	color:#ffffff;
}
.filter_img .portfolio_content .ico_block .ico { 	
	width:25px; 
	height:16px; 
	font-size:16px; 
	line-height:16px; 
	color:#ffffff;
	display:inline-block;
}

.ico_link, .ico_link img,
.ico_link div, .ico_link canvas {
	border:none!important;
	display:block!important;
	text-decoration:none!important;
	outline:none!important;
	background-color:#ffffff!important;
}
.portfolio_block .filter_img .post_type {
	background: rgba(0,0,0,.6);
	width:40px;
	height:40px;
	display:block;
	border-radius: 500px;
	bottom:-50px;
	left:0px;
	position:absolute;
	-webkit-transform: rotate(1440deg);
	-moz-transform: rotate(1440deg);
	-o-transform: rotate(1440deg);
	-ms-transform: rotate(1440deg);
	transform: rotate(1440deg);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.columns1 .filter_img .post_type {
	bottom:-50px;
	left:50%;
	margin:-20px 0 0 -20px;
}
.columns2 .filter_img .post_type,
.columns3 .filter_img .post_type,
.columns4 .filter_img .post_type {
	left:50%;
	margin:-15px 0 0 -20px;
}
.filter_img:hover .post_type {
	bottom:40%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.portfolio_block .filter_img .post_type {
	background-image:url(../images/post-type-bg.png);
}
.portfolio_block .filter_img hr {
	border:none!important;
	height:6px!important;
	width:100%!important;
	display:block!important;
	position:absolute!important;
	bottom:0px!important;
	left:0px!important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;	
}
.portfolio_block .filter_img:hover hr {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.filter_img:hover .portfolio_line {
	bottom:0px;
}

.columns2 .portfolio_dscr .post_type,
.columns3 .portfolio_dscr .post_type,
.columns4 .portfolio_dscr .post_type {
	top:-36px;
}
.columns2 .filter_img .portfolio_dscr,
.columns3 .filter_img .portfolio_dscr,
.columns4 .filter_img .portfolio_dscr {
	position:absolute;
	left:0;
	top:-500px;
	font-family: 'TitilliumText22LLight', sans-serif;
	color: #fff;
	width:100%;
	padding:10px 0px;
	text-align:center;
	text-transform: uppercase;
	-webkit-transition: top .3s;
	-moz-transition: top .3s;
	-o-transition: top .3s;
	-ms-transition: top .3s;
	transition: top .3s;	
}
.columns2 .filter_img .portfolio_dscr .wrap_padding,
.columns3 .filter_img .portfolio_dscr .wrap_padding,
.columns4 .filter_img .portfolio_dscr .wrap_padding {
	padding:0 10px;
	font-size:16px;
	line-height:20px;
}
.columns2 .filter_img:hover .portfolio_dscr,
.columns3 .filter_img:hover .portfolio_dscr,
.columns4 .filter_img:hover .portfolio_dscr {
	top:5%!important;
}

.btn_load_more {
	background:rgba(0,0,0,.05);
	box-shadow: 1px 1px 0 #fff, inset 1px 1px 2px rgba(0,0,0,.1);
	width:100%;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#777;
	text-shadow: 1px 1px 0 #fff;
	display:block;
	text-align:center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.btn_load_more:focus{
	outline: none;
}

.btn_load_more:hover {
	background: #555!important;
	color:#fff!important;
	text-shadow: none;
}

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

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
  	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	-ms-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-ms-transition-duration: 0s;
	transition-duration: 0s;
}

/*portfolio_isotope.css*/
@media only screen and (min-width: 960px) and (max-width: 1025px) {
	.columns1 {
		width:91.796875%!important;
		margin:0;
	}
	.columns1 .filter_img {
		width:48.75%;
		float:left; 
		display:inline-block;
	}
	.columns1 .portfolio_dscr {
		width:48.75%;
		margin-left:2.5%;
		float:left; 
		display:inline-block;
	}
	.columns1 .element {
		width:100%;
		margin-left: -2.5%;
		min-height:322px!important;
	}
	/*Widths*/
	.columns2,
	.columns3,
	.columns4 {
		margin:0 auto 4px;
		width:91.796875%;
		margin-left:-20px!important;
	}
	.columns2 .element {
		width:460px!important; 
		min-height:323px!important;
		float:left;
		margin-left:20px;
		margin-bottom:20px;		
		display:inline-block;
	}
	.columns2 .element img {
		display:block;
	}
	.columns3 .element {
		width:31.25%!important; 
		margin-left:2.083333333333333%;
		margin-bottom:20px;
		min-height:211px!important;
		float:left;
		display: inline-block;
	}
	.columns4 .element {
		width:220px!important; 
		margin-left:20px;
		margin-bottom:20px;
		min-height:154px!important;

	}	
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
	.columns1,
	.columns2,
	.columns3,
	.columns4 {
		margin:0 auto 4px;
		width:744px;
		margin-left:-20px!important;
	}
	.columns2 .element {
		width:352px!important; 
		min-height:247px!important;
		float:left;
		margin-left:20px;
		margin-bottom:20px;		
		display:inline-block;
	}
	.columns2 .element img {
		display:block;
	}	
	.columns3 .element {
		width:228px!important; 
		min-height:160px!important;
		float:left;
		margin-left:20px;
		margin-bottom:20px;		
		display:inline-block;
	}
	.columns4 .element {
		width:166px!important; 
		min-height:116px!important;
		float:left;
		margin-left:20px;
		margin-bottom:20px;		
		display:inline-block;
	}

	.filter_img:hover .post_type {
		bottom:20%;
	}
}

@media only screen and (min-width: 459px) and (max-width: 766px) {
	/*Widths*/
	.columns1,
	.columns2,
	.columns3,
	.columns4 {
		margin:0 auto!important;
		width:420px!important;
	}
	.columns2 .element,
	.columns3 .element,
	.columns4 .element {
		width:420px!important; 
		margin:0 0 20px 0px!important;
		min-height:271px!important;
		/*float:none!important;*/
		display:inline-block!important;
	}
	.columns1 .element img,
	.columns2 .element img,
	.columns3 .element img,
	.columns4 .element img {
		display:block!important;
	}
	.filter_navigation { 
		overflow:hidden!important;
	}
	.columns1 .filter_img {
		float:none!important;
		width:420px!important;
		margin-bottom:15px!important;
	}
	.columns1 .portfolio_dscr {
		float:none!important;
		width:420px!important;
		margin:0px!important;
	}
	.columns2 .element .portfolio_content p,
	.columns3 .element .portfolio_content p,
	.columns4 .element .portfolio_content p,
	.columns2 .element .portfolio_content h5,
	.columns3 .element .portfolio_content h5,
	.columns4 .element .portfolio_content h5 {	
		display:none!important;
	}	
}
@media only screen and (max-width: 459px) {
	/*Widths*/
	.columns1,
	.columns2,
	.columns3,
	.columns4 {
		margin:0 auto!important;
		width:300px!important;
	}
	.columns1 .element { 
		margin:0 0 20px 0!important;
	}
	.columns1 .element,
	.columns2 .element,
	.columns3 .element,
	.columns4 .element {
		width:300px!important;
		margin:0 0 20px 0px!important;
		min-height:194px!important;
		float:none!important;
		display:block!important;
	}
	.columns1 .element img,
	.columns2 .element img,
	.columns3 .element img,
	.columns4 .element img {
		display:block;
	}
	.columns2 .element .portfolio_content p,
	.columns3 .element .portfolio_content p,
	.columns4 .element .portfolio_content p,
	.columns2 .element .portfolio_content h5,
	.columns3 .element .portfolio_content h5,
	.columns4 .element .portfolio_content h5 {	
		display:none!important;
	}
	.filter_navigation { 
		overflow:hidden
	}	
	.columns1 .filter_img {
		float:none!important;
		width:300px!important;
		margin-bottom:15px!important;
	}
	.columns1 .portfolio_dscr {
		float:none!important;
		width:300px!important;
		margin:0px!important;
	}
}

/* porfolio post single */

.portfolio-post{
	margin-bottom: 45px;
	border-bottom: 1px dashed #898989;
}

.side-box{text-shadow: 1px 1px 0 #fff;}

.side-box h3{
	margin-top: -13px;
	border-bottom: 1px dashed #898989;
}

.project-details{
	list-style: none;
	margin-left: 0;
}

.project-details li{
	margin: 15px 0;
	font-size: 1.2em;
	line-height: 150%;
}

.project-details li, .project-details li a{
	color: #898989;
}

.project-details strong{
	display: block;
	clear: both;
	font-family: 'TitilliumText22LBold', sans-serif;
	text-transform: uppercase;
	color: #555;
	border-bottom: 1px dashed #898989;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.visit-website{
	margin-top: 25px;
}

.visit-website a{
	margin-bottom: 5px;
}


@media only screen and (max-width: 768px){
	.portfolio-post-media{
		margin-bottom: 20px;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* GALLERY */
/*-------------------------------------------------------------------------------------------*/

.gallery-container{
	display: block;
	overflow: hidden;
	margin-left: -30px !important;
}
.gallery-item{
	box-shadow: 0 8px 10px -6px rgba(0,0,0,.3);
}

.gallery-item, .media-item{
	background: #555;
	display: block;
	position: relative;
	overflow: hidden;
}

.media-item, .media-item-no-lightbox{
	float: left!important;
	margin: 5px 30px 10px 0;
	max-width: 270px;

}

.gallery-item{
	float: left;
	margin: 0 0 30px 30px;
}

.gallery-item .post-type, .media-item .post-type {
	background: url(../images/post-type-bg.png) rgba(0,0,0,.6);
	width:40px;
	height:40px;
	display:block;
	border-radius: 500px;
	bottom:-50px;
	left:45%;
	position:absolute;
	-webkit-transform: rotate(1440deg);
	-moz-transform: rotate(1440deg);
	-o-transform: rotate(1440deg);
	-ms-transform: rotate(1440deg);
	transform: rotate(1440deg);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.gallery-item img, .media-item img{
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
	transition: opacity .4s;
}

.gallery-item:hover img, .media-item:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: .2;
}

.gallery-item:hover .post-type, .media-item:hover .post-type{
	bottom: 40%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

@media only screen and (min-width: 1200px){
	.gallery .gallery-item{
		max-width: 270px !important;
	}
}
@media only screen and (min-width: 960px) and (max-width:1199px){
	.gallery .gallery-item{
		max-width: 212px  !important;
	}
}

@media only screen and (min-width: 768px) and (max-width:959px){
	.gallery .gallery-item{
		max-width: 221px  !important;
	}
}

@media only screen and (min-width: 600px) and (max-width:767px){
	.gallery .gallery-item{
		max-width: 264px  !important;
	}
}

@media only screen and (max-width: 599px){
	.gallery .gallery-item{
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 480px) and (max-width:1199px){
	.gallery-item .post-type {
		left:40%;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* DRIBBBLE PHOTOSTREAM */
/*-------------------------------------------------------------------------------------------*/

.shotList a{
	float: left;
	width: 31%;
	background: #555;
	margin-left: 3.5%;
	margin-bottom: 3.5%;
	box-shadow: 0 0 0 1px #e3e3e3;
}

.shotList a:nth-child(3n+1){
	margin-left: 0;
}

.shotList a img{
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

.shotList a:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}

/*-------------------------------------------------------------------------------------------*/
/* PINTEREST PHOTOSTREAM */
/*-------------------------------------------------------------------------------------------*/

ul.stream {
	margin-left: 0;
	list-style: none;
}

ul.stream li {
	display: none;
	width: 280px;
	margin: 0 6px 12px 6px;
	background: rgba(0,0,0,.05);
	font: normal 13px/18px Arial, sans-serif;
	color: #333;
	position: relative;
	padding: 10px 15px;
    box-shadow: 1px 1px 0 #fff, inset 1px 1px 2px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.stream li img {
	padding: 1px;
	background: transparent;
	border: 1px solid rgba(0,0,0,.1);
	margin: 0;
	width: 100%;
}
ul.stream li .date {
	display: block;
	clear: both;
	margin: 10px 0 0 0;
	line-height: 12px;
	color: #666;
	font-size: 11px;
	font-style: italic;
}
ul.stream li .section-share {
	bottom: 8px;
    right: 15px;
    position: absolute;
	z-index: 2;
}
ul.stream li .section-share a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
	background: url(../images/share.png) no-repeat 0 0;
}
ul.stream li .section-share a.share-twitter {
	background-position: 0 -16px;
}
ul.stream li .section-share a.share-facebook:hover {
	background-position: -16px 0;
}
ul.stream li .section-share a.share-twitter:hover {
	background-position: -16px -16px;
}

@media (max-width: 768px){
	ul.stream li {
		width: 240px;
		margin: 0 6px 12px 6px;
	}
}


/*-------------------------------------------------------------------------------------------*/
/* YOUTUBE VIDEOSTREAM - SOCIALIST JQUERY PLUGIN */
/*-------------------------------------------------------------------------------------------*/

.socialist {
    background-color:transparent;
    margin: 10px 14px 10px 0px;
    width: 220px;
    height:auto;
    overflow:hidden;
}
.socialist a{color: transparent;}
.socialist .head { padding:0;}
.socialist .content {}
.socialist .content div {
    padding:0px;
    padding-top:0px;
    color:#999;
}
.socialist .content img {
    width: 220px;
    margin:0;
}
.socialist-pinterest .content img { width:220px;} 
.socialist-loader {
    min-width:120px;
    min-height:120px;
    background-image:url('../images/loader.gif');
    background-repeat:no-repeat;
}

/*-------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------*/

.content-block{
	margin-top: -10px;
	margin-bottom: 30px;
}
.content-box{
	margin-top: 20px;
	display: block;
	overflow: hidden;
}

.lists ul{
	float: left;
	margin-right: 25px;
}

.inner-content-box{
	margin-bottom: 20px;
}

/*paragraph*/
p.two-cols{
	text-shadow: 1px 1px 0 #fff;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

@media only screen and (max-width: 480px){
	p.two-cols{
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}

/*dropcap*/
.dropcap{
	margin: -3px 9px -3px 0;
	float: left;
	font-size: 40px;
	line-height: 42px;
	text-transform: uppercase;
	color: #555;
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;

}

.dropcap-type1{
	color: #898989;
}

.dropcap-type2{
	background: rgba(0,0,0,.1);
	border-radius: 3px;
	padding: 3px 6px;
	margin-top: 3px;
}

.dropcap-inverse{
	background: #555;
	color: #fff;
	text-shadow: none;
	border-radius: 3px;
	padding: 3px 6px;
	margin-top: 3px;
}

/* list styles*/
ul{text-shadow: none;}

.star li{
	background: url('../images/list-style/star.png') no-repeat 0 2px;
}

.play li{
	background: url('../images/list-style/play.png') no-repeat 0 2px;
}

.clover li{
	background: url('../images/list-style/clover.png') no-repeat 0 2px;
}

.round li{
	background: url('../images/list-style/round.png') no-repeat 0 2px;
}

.pin li{
	background: url('../images/list-style/pin.png') no-repeat 0 2px;
}

.star, .play, .clover, .round, .pin{
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
}

.star li, .play li, .clover li, .round li, .pin li{
	padding-left: 25px;
	margin-bottom: 10px;
}

/*table*/

.table-hover tbody tr td,
.table-hover tbody tr th {
	-webkit-transition: background ease-in .3s;
	-moz-transition: background ease-in .3s;
	-o-transition: background ease-in .3s;
	-ms-transition: background ease-in .3s;
	transition: background ease-in .3s;
}


.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background: rgba(0,0,0,.05);
}
 
/*price table*/
.price-table-container{
	display:block;
	overflow: hidden; 
	margin-bottom: 50px;}

.pricing-table-col2, .pricing-table-col3, .pricing-table-col4 {
	line-height: 100%; 
	font-size: 12px; 
	margin: 0 auto; 
	width: 100%; 
	max-width: 1170px; 
	padding-left: 20px;
}

.price-block {
	text-align: center;
	width: 100%;
	color: #fff;
	float: left;
	list-style-type: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;  
}
.price-block {border:1px solid #e2e2e2; border-right: 1px solid #fff;}
.price-block:last-child {border-right: 1px solid #e2e2e2;}

/*Price heads*/
.price-block h3 {
	text-align: left;
	text-transform: uppercase; 
	padding: 5px 20px; 
	background: url(../images/pattern/bg-10.png) #f3f3f3; 
	margin: 0;
	border-bottom: 1px solid #fff;
	font-size: 2em;
}

/*Price tags*/
.price {
	display: table;
	background: #777 !important;
	width: 100%;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s; 
}

.price-figure {
	font-size: 1em; 
	text-transform: uppercase; 
	vertical-align: middle; 
	display: table-cell;
	text-align: left;
	font-weight: 600;
	
}
.price-number {
	padding: 5px;
	font-weight: bold; 
	display: block;
	color: #fff;
	text-shadow: none;
}
.price-tenure {
	font-size: 12px; 
	color: #fff;
	text-shadow: none;
}

/*Features*/
.features {
	background: #f4f4f4; 
	color: #555;
	margin: 0;
}
.features li {
	padding: 5px 5px;
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #e2e2e2; 
	font-size: 1.1em; 
	font-weight: 400;
	list-style-type: none;
	text-align:left;
}

.features li:nth-child(2n+2){
	background: #f8f8f8;
}

/*Features2*/
.features2 {
	background: #777 !important; 
	color: #fff;
	margin: 0;
}
.features2 li {
	padding: 5px 5px;
	border-top: 1px solid #fff; 
	font-size: 1.1em; 
	text-transform: uppercase;
	font-weight: 400;
	list-style-type: none;
	text-align:left;
}

.features2 li:nth-child(2n+2){
	background: #f8f8f8;
}

.price-table-footer {
	padding: 30px 15px; 
	background: #898989;
	box-shadow: 1px 1px 0 #fff, inset 1px 1px 2px rgba(0,0,0,.1);  
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}


.price-block:hover .price, .price-block:hover .price-table-footer  {
	background: #555 !important;
}
.price-table-footer .btn-grey:hover, .price-table-footer .btn-danger:hover, 
.price-table-footer .btn-red:hover, .price-table-footer .btn-info:hover, 
.price-table-footer .btn-indigo:hover,
.price-table-footer .btn-warning:hover, .price-table-footer .btn-orange:hover,
.price-table-footer .btn-success:hover, .price-table-footer .btn-green:hover,
.price-table-footer .btn-lime:hover,
.price-table-footer .btn-blue:hover,
.price-table-footer .btn-pink:hover,
.price-table-footer .btn-violet:hover{
	background: #a1a1a1 !important;
}

.pricing-table-mini{
	margin-left: 0;
}

.pricing-table-mini .price-block:hover {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 1;
	border-radius: 0;
}

.pricing-table-mini .price-block {border:1px solid #e2e2e2;}

.pricing-table-mini .price-block h3{
	padding: 10px 0;
	font-size: 1.2em;
	line-height: 1;
}

.pricing-table-mini .price{
	height: 50px;
}

.pricing-table-mini .price-figure{
	font-size: 1em;
}

.pricing-table-mini .price-number{
	font-size: 1.3em;
}

.pricing-table-mini .features li{
	font-size: 1em;
	padding: 10px;
}

.pricing-table-mini .price-table-footer{
	padding: 10px;
}

@media only screen and (min-width : 480px) and (max-width : 768px) {
	.price-block {width: 50%;}
	.price-block:nth-child(2n+2) {border-right: 1px solid #e2e2e2; }
	.price-block:nth-child(3) {clear: both;}
	
	.price-block:nth-child(odd):hover {}
}
@media only screen and (min-width : 768px){
	.pricing-table-col2 .price-block {width: 45%;}
	.pricing-table-col3 .price-block {width: 33.33%;}
	.pricing-table-col4 .price-block {width: 25%;}
}
@media only screen and (max-width : 479px){
	.price-block {border-right: 1px solid #e2e2e2;}
}


/*-------------------------------------------------------------------------------------------*/
/* SHORTCODES  */
/*-------------------------------------------------------------------------------------------*/

 /*accordion and toogle widget*/

.toggle-group {
  margin-bottom: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-group, .toggle-group{
	border: 1px solid rgba(0,0,0,.075);
	text-shadow: 1px 1px 0 #fff;
}

.accordion-heading, .toggle-heading{
	background: rgba(0,0,0,.075);
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
}

.accordion-heading:hover, .toggle-heading:hover{
	background: rgba(0,0,0,.2);
}

.accordion-heading .toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-heading a{
	color: #555;
}

.accordion-inner{
	color: #898989;
}

.toggle-view {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.toggle-view li {
	position: relative;
	cursor:pointer;
}

.toggle-view .toggle-heading{
	display: block;
  	padding: 8px 15px;
	margin: 0;
}
.toggle-view .panel {
	padding: 9px 15px;
	display: none;
}	


/*tab widget*/
ul.nav.myTab li{
	margin-bottom: -1px;
}

ul.nav.myTab li{
	list-style-type: none;
	color: #555;
}

ul.nav.myTab li.active a{
	background: rgba(0,0,0,.05);
	border-bottom-color: transparent; 
}

ul.nav.myTab li.active a:hover, ul.nav.myTab li a:hover{
	background: rgba(0,0,0,.05);
	color: #898989;
}

.tabs-right ul.nav.myTab li.active a, .tabs-left ul.nav.myTab li.active a{
	border-bottom: 1px solid #ddd; 
}

.tabs-right p{
	text-align: right;
}


/* icon box */

.our-services-box{
	background: rgba(0,0,0,.05);
	margin: 0;
	box-shadow: 1px 1px #fff, inset 1px 1px 2px rgba(0,0,0,.05);
	padding: 1.5em;
	text-shadow: 1px 1px 0 #fff;

	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.our-services-box:hover{
	background: rgba(0,0,0,.5);
	text-shadow: none;
}

.our-services-box h2, .our-services-box .desc{
	text-align: center;
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.our-services-box h2 {
	text-transform: uppercase;
	font-family: 'TitilliumText22LRegular', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #666;
	margin: 20px auto;
	display: block;
}

.desc{
	font-size: 14px;
	color: #898989;
	line-height: 1.5em;
}

.our-services-box:hover .desc, .our-services-box:hover h2{
	color: #fff;
	text-shadow: none;
}
.item-color{
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

.item-box{
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0 auto;
}

.our-services-box:hover .item-color{
	filter: alpha(opacity=1);
	opacity: 1;
}

@media (max-width: 768px){
	.our-services-box{
		margin-bottom: 10px;
	}
}


/*featured post custom widget*/
.nav-tabs{
	margin-bottom: 15px;
}

.recent-post-tab-custom{
	display: block;
	overflow: hidden;
	margin-bottom: 4px;
	background: #FFF;
	font-family: 'TitilliumText22LRegular', sans-serif;
	text-transform: inherit;
	padding: 3px;
	-webkit-transition: all ease-in .4s;
	-moz-transition: all ease-in .4s;
	-o-transition: all ease-in .4s;
	-ms-transition: all ease-in .4s;
	transition: all ease-in .4s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
}

.recent-post-tab-custom:hover{
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	background-color: #D6D6D6;
}

.recent-post-img-holder{
	float: left;
	max-width: 70px;
	max-height: 70px;
	margin-right: 10px;
}

.recent-post-img-holder img{
	width: 60px;
	height: 60px;
}

.recent-post-info h4{
	font-size: 1em;
	margin: -5px 0 5px 0;
	background: rgba(0,0,0,0);
	font-weight: normal;
}

.recent-post-tab-custom-date,
.recent-post-tab-custom-comment{
	margin: 0;
	font-size: .9em;
	float: left;
}
.recent-post-tab-custom-date{;
	padding-right: 5px;

}

.recent-post-tab-custom-comment{
	padding-left: 5px;
	
}


/*flickr image*/

.flickrs{
	display: block;
	overflow: hidden;
}

.flickrs .flickr_badge_image,
.flickrs .flickr_badge_image a,
.flickrs .flickr_badge_image img,
.flickrs .flickr_badge_image .flickr_fadder,
.flickrs .flickr_badge_image .flickr_wrapper {
	width:80px!important;
	height:80px!important;
}
.flickrs .flickr_badge_image { 
	float:left;
	display:inline-block;
	margin:0 0 3px 3px!important;
	position:relative;
}
.flickrs .flickr_badge_image a,
.flickrs .flickr_badge_image img { 
	display:block!important;
}
.flickrs .flickr_badge_image .flickr_fadder {
	display:block;
	position:absolute;
	left:0;
	top:0;
	background-color:#3d3d3d;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6; 
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
	transition: opacity .4s; 
}

.flickrs .flickr_badge_image:hover .flickr_fadder {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0; 
}
.flickrs .flickr_badge_image .flickr_wrapper {
	box-shadow: inset 0 0 0 6px rgba(0,0,0,.8);
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0; 
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
	transition: opacity .4s; 
}
.flickrs .flickr_badge_image:hover .flickr_wrapper {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1; 
}

@media only screen and (min-width: 1024px) and (max-width: 1200px){

	.flickrs .flickr_badge_image,
	.flickrs .flickr_badge_image a,
	.flickrs .flickr_badge_image img,
	.flickrs .flickr_badge_image .flickr_fadder,
	.flickrs .flickr_badge_image .flickr_wrapper {
		width:64px!important;
		height:64px!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px){

	.flickrs .flickr_badge_image,
	.flickrs .flickr_badge_image a,
	.flickrs .flickr_badge_image img,
	.flickrs .flickr_badge_image .flickr_fadder,
	.flickrs .flickr_badge_image .flickr_wrapper {
		width:71px!important;
		height:71px!important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px){

	.flickrs .flickr_badge_image,
	.flickrs .flickr_badge_image a,
	.flickrs .flickr_badge_image img,
	.flickrs .flickr_badge_image .flickr_fadder,
	.flickrs .flickr_badge_image .flickr_wrapper {
		width:182px!important;
		height:182px!important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 599px){

	.flickrs .flickr_badge_image,
	.flickrs .flickr_badge_image a,
	.flickrs .flickr_badge_image img,
	.flickrs .flickr_badge_image .flickr_fadder,
	.flickrs .flickr_badge_image .flickr_wrapper {
		width:138px!important;
		height:138px!important;
	}
}

/*alert*/

.alert{
	background: rgba(252, 248, 227, 0.5);
	color: #c09853  !important;
}

.alert-error, .alert-danger{
	background: rgba(185, 74, 72, 0.1);
	color: #b94a48 !important;
}

.alert-info{
	background: rgba(217, 237, 247, 0.5);
	color: #3a87ad  !important;
}

.alert-success{
	background: rgba(70, 136, 71, 0.1);
	color: #468847  !important;
}

.alert-inverse{
	background: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.1);
}

.alert span{
	color: #c09853  !important;
}

.alert-error span, .alert-danger span{
	color: #b94a48 !important;
}

.alert-info span{
	color: #3a87ad  !important;
}

.alert-success span{
	color: #468847  !important;
}

.alert-inverse span{
	color: #898989  !important;
}


/* Custome button */
.btn{
	border-radius: 3px;
	color: #fff;
	border: 1px solid rgba(0,0,0,.2);
	text-shadow: none;
	box-shadow: inset 0 1px 1px rgba(255,255,255,.5);

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.btn:hover{
	color: #fff;
}

.btn-grey{
	background: #bbb;
}

.btn-wide{
	padding: 14px 65px;
}

.btn-grey:hover, .btn-danger:hover, .btn-red:hover, .btn-info:hover, .btn-indigo:hover,
.btn-warning:hover, .btn-orange:hover,
.btn-success:hover, .btn-green:hover,
.btn-lime:hover,
.btn-blue:hover,
.btn-pink:hover,
.btn-violet:hover{
	background: #555 !important;
}

.btn-danger, .btn-red{
	background: #da4f49;
}

.btn-info, .btn-indigo{
	background: #5bc0de;
}

.btn-warning, .btn-orange{
	background: #faa732;
}

.btn-success, .btn-green{
	background: #62c462;
}

.btn-lime{
	background: #dbe93a;
}

.btn-blue{
	background: #2e7cff;
}

.btn-pink{
	background: #ff60af;
}

.btn-violet{
	background: #b36aff;
}

.btn-inverse{
	background: #555;
}

.content-box .btn{
	margin-bottom: 10px;
}

.sharp{
	border-radius: 0;
}

.smooth{
	border-radius: 3px;
}

.round{
	border-radius: 50px;
}
/* button end */

/*inner slider*/
.inner-slider{
	margin-bottom: 20px;
}

.inner-slider .prev,.inner-slider .next{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	top: auto !important;
	bottom: 45% !important;
	width: 40px !important;
	height: 40px !important;
	box-shadow: none;
	background: transparent;
}

.inner-slider:hover .prev,.inner-slider:hover .next{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.inner-slider .prev{
	right: auto;
	left: 0px;
	background: url(../images/slider/default/slider_prev.png) -6px -5px no-repeat rgba(0,0,0,.5);
}

.inner-slider .prev:hover{
	background: url(../images/slider/default/slider_prev.png) -6px -5px no-repeat rgba(0,0,0,.8);
}

.inner-slider .next{
	right: 0px;
	background: url(../images/slider/default/slider_next.png) -6px -5px no-repeat rgba(0,0,0,.5);
}

.inner-slider .next:hover{
	background: url(../images/slider/default/slider_next.png) -6px -5px no-repeat rgba(0,0,0,.8);
}

/*selection*/

::-webkit-selection {
	background: #555;
	color: #fff;
	text-shadow: none; 
}
::-moz-selection {
	background: #555;
	color: #fff;
	text-shadow: none; 
}
::-o-selection {
	background: #555;
	color: #fff;
	text-shadow: none;
}
::-ms-selection {
	background: #555;
	color: #fff;
	text-shadow: none; 
}
::selection {
	background: #555;
	color: #fff;
	text-shadow: none; 
}

/*input focus*/

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{
	background: #555;
	color: #fff;
	box-shadow: none;
	border: 1px solid #ccc;
}


/*- - - - - - - - - - - - - - - - - - - - 
	TOPWRAP - Language
- - - - - - - - - - - - - - - - - - - - */

.language {
	margin:0 25px;
	width:115px;
	float:right;
}

.language em{
	font-style:normal;
}


.fondomap {

	background: #fff !important;
	width: 100%;
	padding-left: 5px;
}

.naranja {
color: #e16709;
}


/*** Custom desde aqui ***/

img{
max-width: 100%
}


a.active {
background: none repeat scroll 0% 0% #898989 !important;
}


li.lush > .fondo {
width: 100% !important;
height: auto !important;

}

.container-fluid, .row-fluid {
	max-width: 1170px;
	margin: auto;
}
.navbar .nav > li > a {
    float: none;
    padding: 14px 12px;
}
.row-fluid .span12{
margin-left: 0 !important;
} 

.row-fluid .span3{
margin-left: 0 !important;

} 

.team-indivisual{
margin: 20px;

} 

.mifooter{
margin: 20px;
} 

.misdivs2 {
		
		float: left;
		box-shadow: 1px 1px 1px 1px #f2f2f2;
		background-color:#f2f2f2
		
	}

@media screen and (max-width: 768px){
	.sidebar-left {
    padding: 10px 15px 30px 0px;
    border-right: 1px dashed rgba(0, 0, 0, 0.3);
    border-left: medium none;
    display: block;
    overflow: hidden;
    width: 100% !important;
    float: left;
	}
}


@media screen and (min-width: 768px) and (max-width: 1023px){
	.mifooter,  {
		width: 50% !important;
		float: left;
		
	}
	.misdivs {
		width: 100% !important;
		float: left;
		border-bottom: 1px 1px 1px 1px #222222;
		
	}
	
	.misdivs2 {
		width: 100% !important;
		float: left;
		border-bottom: 1px 1px 1px 1px #222222;
		background-color:#f2f2f2
		background: rgba(0,0,0,);
	
}
	}
}
