 /* Theme Style */

/*-------------- Global Style -------------------*/
body {
	background: none;
	color: #656565;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	position: relative;
	cursor: default; 
	font-size: 14px;
}
body.show {
	background: none;
}
.wrapper {
	background-image: url(../images/erisDataBg.jpg);
}
.row { 
	max-width: 76em;
}
.list-unstyled, .list-unstyled li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.block{
	display: block;
}
a { 
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
ul.inline-list>li, ol.inline-list>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.icon-red{
	color: #2ba6cb !important; 
}
.icon-green{
	color: #08B30F !important; 
}
.icon-blue{
	color: #2795b6 !important; 
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";

}

.clearfix:after {
  clear: both;
}



/* === Typography === */
h1, h2, h3, h4, h5, h6{
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color: #1f8ade;
	font-weight:100;
	line-height:1.5em; 
}
 
p{
	margin-bottom: 1em;
}
a,a:focus,a:active{
	color: #73adf1; 
} 
 a:hover {
	color:#2d699d;
}
.icon-square, .icon-rounded, .icon-plain, .icon-circled {
	margin: 10px 10px 10px 0;
	 
}
.breadcrumbs a{
	color: #2e2e2e;
}
.breadcrumbs a:hover{
	color: #0071ce;
}
.breadcrumbs > * a, .breadcrumbs > * span {
	text-transform: uppercase;
}
.breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #098af3;
}
/* Logo Style */
.header .logo span, .logo i{
	color: #FFF !Important;
	font-weight: bold;	 
}
.header .logo {
	text-transform: uppercase;
	color: #8daed6;
	font-size:1.3em;
	text-shadow: 1px 1px 1px #000;	
}
.logo {
	padding: 0;
	width: 160px;
	margin: 10px 0 0 -30px;
}
.logoSm {
	padding: 0;
	width: 110px;
	margin: -30px -10px -20px -20px;
	right: 30px;
}

img.right
{

	float: right;
	margin-left: 15px;
}

img.left
{
	float: left;
	margin-right: 15px;
}


/* Top Menu */
.header {
	background: #ffffff;
	height: 90px;
}
.headerSmall {
	background: #ffffff;
	height: 50px;
	color: #37e137;
}
.top-bar-section li a{
	text-transform: uppercase;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-size: 0.8125em;
    font-weight: bold;
    background: #222222;
	text-transform: uppercase;
}

.top-bar  { 
	background: none ;
	margin-bottom:0;	
	height: 50px;
}

.header .top-bar-section>ul{
	background: #262626;
	margin: -1px 0 0 0;
}
.header .top-bar-section ul li a{	
	background: none;
	line-height: 50px;
}
.header .top-bar-section li.active a,#header .top-bar-section li a:hover{
	background: #2ba6cb;
	-webkit-box-shadow: inset 1px 0 0 #262626;
	-moz-box-shadow: inset 1px 0 0 #262626;
	box-shadow: inset 1px 0 0 #262626;
}


.header .top-bar.expanded ul li a { 
		line-height: 25px;
}
.breadcrumbs {
    display: block;
    padding: 0;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background-color: whitesmoke;
    border-color: #dddddd;
    border-radius: 3px;
}


	
/* Sub - Menu */ 

 .dropdown {
	position: absolute;
	top: -9999px;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px; 
	margin: 2px 0 0;
	list-style: none;
	background-color:inherit;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	 background: inherit;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	
}
 

.top-bar-section  .dropdown li{
	width:100%;	
}


.top-bar-section  .dropdown li > a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px; 
	white-space: nowrap;
	text-transform: capitalize;
	font-size:1em;
}
.header .top-bar-section .dropdown a{	
	background: #262626;
	line-height: 25px;
}

/* Banner Style */
#banner .page-title {
	background: url("../images/fadeupblackbg.png") 0 bottom repeat-x transparent; 
	position: absolute;
	width: 100%;
	opacity: 0.5;
}
.backgroundWrapper {
	height: auto;
}

.background-image {
	background: url(../images/statusBg.jpg) 75% repeat-x;
	
	left: 0;
  right: 0;
  z-index: 1;
	left: 0;
  	min-width: 100%;
  	min-height: 230px;
  

 /*-webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
	opacity: 0.75;*/
}

#tabWrapper {
	background: url(../images/tabWrapperBg.jpg) 0 top repeat-x transparent;
	padding-top: 20px;
}
li.tab-title.full {
	width: 100%;
	text-align: center;
}
li.tab-title.med {
	font-size: .8rem;
}
.tabs-content {
	border-style: solid;
	border-color: #c9c9c9;
	border-width: 1px;
	padding: 0 20px;
	background-color: #ffffff;
}

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}

.tabs:before, .tabs:after {
    content: " ";
    display: table;
}

.tabs:after {
    clear: both;
}

.tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left;
    margin-left: 2px;
}
.tabs dd > a, .tabs .tab-title > a {
    display: block;
    background-color: #EFEFEF;
    color: #8d8d8d;
	padding: .5rem 1.49rem;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
}
.tabs dd > a, .tabs .tab-title.med > a {
    display: block;
    background-color: #EFEFEF;
    color: #8d8d8d;
	padding: .5rem 1.49rem;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: .9rem;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
    background-color: #e1e1e1;
}

.tabs dd > a:focus, .tabs .tab-title > a:focus {
    outline: none;
}

.tabs dd.active a, .tabs .tab-title.active a {
    background-color: #FFFFFF;
    color: #222222;
    -webkit-box-shadow: 0 0 5px #8d8d8d;
    -moz-box-shadow: 0 0 5px #8d8d8d;
    box-shadow: 0 0 5px #8d8d8d;
	opacity: 1;
}

p.dashTitle {
	display: block;
	background-color: rgba(239, 239, 239, 0.75);
	color: #098af3;
	padding-top: .5rem;
	padding-bottom: .5rem;
	font-size: 18px;
	text-align: center;
	position: relative;
	margin-bottom: 0;
	font-weight: 200;
	border-top: 2px solid #dcdcdc;
}

.orbit-container2 {
	background: url(../images/statusBg.jpg) 75% repeat-x;
	left: 0;
	right: 0;
	z-index: 1;
	left: 0;
	min-width: 100%;
	height: 110px;
}
.orbit-containerSmall {
	background: url(../images/statusBgSmall.jpg) 75% repeat-x;
	left: 0;
	right: 0;
	z-index: 1;
	left: 0;
	min-width: 100%;
	height: 50px;
}


#banner .orbit-container{
	background: none ;
}
#banner .orbit-container h2 a{
	color: #f7f9fb;
}
#banner .orbit-container h2 a:hover{
	color: #73adf1;
}
#banner .orbit-container h4 a{
	color: #f7f9fb;
}
#banner .orbit-container h4 a:hover{
	color: #73adf1;
}

#banner .orbit-slide-number{
}
.orbit-container .orbit-timer {
	position: absolute;
	top: 0; 
	height: 3px;
	width: 100%; 
}
.orbit-container .orbit-timer .orbit-progress { 
	background-color: #919191;
	background-color: rgba(167, 167, 167, 0.6);
}

.orbit-container .orbit-prev, .orbit-container .orbit-next { 
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	opacity: 0;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.orbit-container .orbit-prev span{
	margin-left: -4px;
}
.orbit-container .orbit-next span{
	margin-left: -4px;
}
.orbit-container .orbit-prev{
	left:55px;
}
.orbit-container .orbit-next{
	right:55px;
}
.orbit-bullets{
	 display: block;
	 position: relative;
}
.orbit-container:hover  .orbit-prev{
	left:0;
	opacity: 1;
}
.orbit-container:hover  .orbit-next{
	right:0;
	opacity: 1;
}
.orbit-bullets{
	text-align: center;
}
.orbit-bullets li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #999;
	float: none;
	margin-right: 6px;
	border: solid 1px #666;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: inset 1px 1px 2px #444;
	-moz-box-shadow: inset 1px 1px 2px #444;
	box-shadow: iinset 1px 1px 2px #444;
	opacity: 0.8;
	cursor: pointer;
}
.primaryImageFull {
	padding-bottom: 20px;
}
.slider-box{
	background: url(../images/fade-left-to-right.png) left repeat-y;
	max-width: 66em;
	padding: 40px 0 5px;	
}
.slider-box2 {
/* 	background: url(../images/fadeupblackbg.png) 0 bottom repeat-x; */
	padding: 20px;
	top: 0;
	top:35px;
}

.slider-box2 h1{
	color: #1f8bde;
	font-size: 55px;
	font-weight: 100;
}
.content h2{
	color: #0a90fe;
	font-size: 30px;
	font-weight: 100;
}

.slider-box2 h2{
	color: #ffffff;
	text-shadow: 2px 2px 5px #252525;
	margin-top: 0;
	padding-top: 0;
}

.slider-details{
	opacity: 1;
	z-index: 5000;
}
.slider-details2{
	top:0px;
	opacity: 1;
	z-index: 5000;
}

.slider-image{
	text-align: center; 
}
.orbit-container .orbit-slides-container img{
	display: inline-block;
}
 .slider-details p a.button{
	margin-top: 15px;
}
.slider-details h2{color:#FFF; font-weight: bold; text-shadow: 1px 1px 1px #444;}
.slider-details h4{color:#F9F8F8;text-shadow: 1px 1px 1px #444;} 
.slider-details p{color:#F9F8F8;text-shadow: 1px 1px 1px #444;}

.slider-details2 h2{color:#2b2b2b;; font-weight: 100; text-shadow: 0px 0px 0px; }
.slider-details2 h4{color:#F9F8F8;text-shadow: 1px 1px 1px #444;} 
.slider-details2 p{color:#F9F8F8;text-shadow: 1px 1px 1px #444;}




/* Banner Animation */
.orbit-container ul{
		position: relative;
		perspective: 1000px;
		-o-perspective: 1000px;
		-ms-perspective: 1000px;
		-moz-perspective: 1000px;
		-webkit-perspective: 1000px;
		backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}

.orbit-container .slider-image {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay:  0.5s;
	-o-animation-delay:  0.5s;
	animation-delay:  0.5s;  	 
	 
}
.slider-details  {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	
	-webkit-animation-delay: 1s;
	-moz-animation-delay:  1s;
	-o-animation-delay:  1s;
	animation-delay:  1s;  	 
	 
}
.slider-details h2 {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	
	-webkit-animation-delay:  1s;
	-moz-animation-delay:  1s;
	-o-animation-delay:  1s;
	animation-delay:  1s;  
	 
	 
}

.slider-details h4 {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
     -webkit-animation-delay: 1.2s;
     -moz-animation-delay: 1.2s;
     -o-animation-delay: 1.2s;
     animation-delay: 1.2s;
     
}

.slider-details p {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
      -webkit-animation-delay: 1.5s;
      -moz-animation-delay: 1.5s;
      -o-animation-delay: 1.5s;
      animation-delay: 1.5s; 
}

/* Feature box */
#features{ 
	padding: 30px 0 0;
}
.aligncenter {
	text-align: center;
}
.features-img .icon-64{
	width: 60px;
	height: 60px;
	padding: 12px;
	font-size: 30px;
	line-height: 40px;
	background-color: #2ba6cb;
	color:#FFF;
	display: inline-block;
}
.icon-64.icon-circled {
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
}
.features-details{
	margin-top: 25px;
}

.features-box,.features-box .features-img i{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.features-box:hover .features-img i{
	 background-color: #262626;
	 padding: 15px;
}
 .features-box:hover{
 	bottom: 8px;
 }
 
 .sub-headline{
 	background: #f9f8f8;
 	margin: 40px 0;
	padding: 10px 0;
 }
 
 /* recent Work */
#recent-work h3{
	text-transform: uppercase;
}
#recent-work .row{
	margin-bottom: 20pxmargin-top: 2px;
	margin-top: 20px;
}

.resourceWrapper {
	background: rgb(237, 237, 237);
}
.relatedStoriesSideBG {
	margin-top: 20px;
}

.thumbnail {
  position: relative;
  display: block;
overflow: hidden;
}
.thumbnail img{
	 /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    /*filter: gray;  IE6-9 */
    /*-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.thumbnail:hover img{
	  /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");*/
   /* -webkit-filter: grayscale(0%);*/
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.recent-box h4 {
	font-size: 1.1em;
	margin-top: 8px;
	font-weight: bold;
}

.recent-box{
	 -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   border-bottom: 2px solid #FFF;
   margin-bottom: 20px;
  text-align: center;
}
.recent-box:hover{
	border-bottom: 2px solid #2ba6cb;
	background: #F7F7F7;
}
.client-links {
	background: #f9f8f8;
 	margin: 20px 0;
	padding: 10px 0;
}
.our-clients {
	text-align: center;
	margin-bottom: 30px;
}
.our-clients a img{
	border:0;
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.our-clients a:hover img{
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

/*Testimonials block */

/* Blockquotes */
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 2px solid #dddddd;
	font-size: 1.3em;
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #555555;
}

blockquote,
blockquote p {
    line-height: 2;
    color: #6f6f6f;
}

#testimonials{
	margin-top: 60px; 
}
.tm-box{
	background: #FCFCFC;
	border: 1px solid #F0F0F0;
	padding: 0 10px;
	position: relative;
	
}

.testimonials-page .tm-box{
	margin-bottom: 75px;		
}

.tm-details strong{
	display: block;
	margin-bottom: 10px;
}
#error-404{
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	border:1px solid #E4E4E4;
	background: #FAFAFA;	
}
#error-404 ul{
	margin-left: 25px;
}
.tm-thumbnail{
	position: absolute; left: 50%;
}

.tm-thumbnail img{
	width:90px;
	height: 90px;
	border-radius:90px; 
	margin: 0 auto;
	position: relative;
	display: block;
	left: -50%;
	top:-55px;
}
.tm-details{
	margin-top: 45px;
}
.tm-details p:first-letter{
	font-size: 2.5em;
}
.tm-details  blockquote { 
	font-style: italic; 
	line-height: 1.45;
	position: relative; 
	border-left: 0;
	padding-top: 15px;
	color: #9C9C9C;
	padding: 10px 0 0;
}
.tm-details  blockquote i{  
	color: #D8D8D8;
	margin: 0 5px ;
}
.lt-ie9 .tm-thumbnail{
	position: relative; left: 50%;
}

.lt-ie9 .tm-details{
	margin-top: -10px;
}

/* Footer
============================================== */
footer{
	background: #1d2123;
	margin: 0 0 0px;
	padding-top: 20px;
	color: #8996A0;
}

footer h4{
	color: #DDD;
	 
}
 footer a, footer a:focus, footera:active{
	color:#8996A0;
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;	
}

footer a:hover{
	color:#f1f1f1;
}
footer ul{
	list-style: none;
}


/*  footer flickr widget
===========================================*/
 .flickr-widget {
	width:100%;
}
 .flickr-widget img { margin: 0 9px 20px 0; }

footer   .flickr-widget {
    width: 100%;
}
footer .flickr-widget img {
    margin: 0 9px 20px 0;
}

.flickr-widget img {
    width: 50px;
    height: 50px;
    float: left;
	margin: 0 9px 20px 0;
}


/* Admin Tweaks 
 =======================================*/
 
 #adminBg {
 	margin-top: 60px;
 }
 
 
/* Social Links 
 =======================================*/

#social-links{
	background: #2f373b;
	padding: 10px 0;
}

#social-links .icon-64{
	width: 50px;
	height: 50px;
	padding: 12px;
	font-size: 25px;
	line-height: 30px;
	background-color: #848f97;
	color:#2f373b;
	display: inline-block;
}

#social-links a i{
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;	
}

#social-links a:hover i{
	background: #f1f1f1;
}
.up-arrow{
	background: #2ba6cb;
	padding: 9px 14px;
	font-size: 2em;
	position: relative;
	display: inline;
	color: #FFF !important;
	top: -25px; 
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;	
}

.up-arrow:hover{
	background: #f1f1f1;	 
	color: #333 !important;	 
} 
#social-links .up-arrow:hover i {
	background: none;
}
.copyrights{
	padding: 15px 0 0px;
	font-size: 0.9em;
}

/* About Page 
====================================================================== */
 
.page-title h1{
	padding: 65px 0 5px;
	font-size: 3em;
	/*text-shadow: 1px 1px 1px #222;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;*/	
	color: #272727;
}
.page-title .breadcrumbs{
	margin-top: 25px;
	color: #272727;
}
.title>h3{
	border-bottom: 3px solid #2ba6cb; 
	display: inline-block;
	padding-right:15px;
}
aside .title>h3{
	border-bottom: 0; 
	display: block;
	padding-right:auto;
}
.breadcrumbs { 
	border-width: 0;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0); 
}
.exp-box{
	margin: 15px 0;
}
.exp-box h6{
	margin-bottom: 0.2em;
}
.aside-box{
	margin-left: 10px;
	margin-bottom: 25px;
}

aside .widget{
	margin-left: 10px;
	margin-bottom: 25px;
}
aside .widget li{
	margin-left: 20px;
	 
}
.progress-striped .meter {    
	 
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    -webkit-background-size: 40px 40px !important;
    -moz-background-size: 40px 40px !important;
    -ms-background-size: 40px 40px !important;
    background-size: 40px 40px !important;
   
}
 
 .team-thumbnail{
	 text-align: center;
	 padding-top:15px;	
	 -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border:1px solid #FFF;
	
}

.team-thumbnail:hover{
	 border: 1px solid #F5F5F5;
}
.team-thumbnail img{
	width:130px;
	height: 130px; 
	border-radius:75px;	
	margin: 0 auto;
	position: relative;
	display: block;
	 
	 
}
p.caption{
	font-size: .8em;
}
.caption h6{
	font-weight: bold;
}

/* Services Page 
====================================================================== */
#services-box{
	margin-top: 30px;
}
 
.service-item{
	margin: 5px 0;
	background: #FAFAFA;
	border: 1px solid #F5F5F5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;;
}
.service-img .icon-64{
	width: 60px;
	height: 60px;
	padding: 12px;
	font-size: 30px;
	line-height: 40px;
	background-color: #FAFAFA;
	border: 2px solid #2ba6cb;
	color:#2ba6cb;
	display: inline-block;
}
.icon-64.icon-circled {
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
}
 
.service-img i{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-img i{
	 background-color: #262626;
	 padding: 15px;
}


 
/* Portfolio Page
====================================================================== */

#filtrable {
  margin-left: 0;
}
#filtrable li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  list-style: none;
}
#filtrable a {
  display: inline-block;
  padding: 7px 15px;
  background-color: #ffffff;
  color: #555555;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#filtrable a:hover {
  background-color: #eeeeee;
}
#filtrable .active a {
  background-color: #2ba6cb;
  color: #ffffff;
}
.portfolio.thumbnails {
	margin-top: 25px;
	display: block;
} 
.portfolio .thumbnail-box  .mask,
.portfolio .thumbnail-box  .mask-1,
.portfolio .thumbnail-box  .mask-2,
.portfolio .thumbnail-box  .content,
.portfolio .thumbnail-box  .caption {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.portfolio .thumbnail-box  h4 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 1.4em;
  margin: 20px 0 0 0; 
  font-weight: bold; 
}
.portfolio .thumbnail-box  h4 a{
	 color: #FFF !important;
}
.portfolio .thumbnail-box  p {
  font-size:  1em;
  line-height: 1.2em;
  position: relative;
  padding: 10px 20px 10px;
  text-align: center;
} 
.portfolio.thumbnails .item.large-3{
	list-style: none;
	height: 188px; 
	margin-bottom: 25px;
}
.portfolio.thumbnails .item.large-4 {
	list-style: none;
	height: 257px; 
	margin-bottom: 25px;
}
.portfolio.thumbnails .item.large-6 {
	list-style: none;
	height: 257px; 
	margin-bottom: 25px;
	overflow: hidden;
}
.portfolio.thumbnails .item.large-6 img {
	width: 100%;
}
.item.large-4 .thumbnail-box .caption
{
	padding: 35px; 
	
}
.item.large-3 .thumbnail-box .caption
{
	padding: 15px; 
	font-size: 0.8em;
}
.item.large-6 .thumbnail-box .caption {
	padding: 55px; 
}
.thumbnail-box{
	display: block;
	padding: 4px; 
	line-height: 20px;
	border: 1px solid #DDD;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-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;
	position: relative;
	
}
.thumbnail-box .caption {
	padding: 9px;
	color: #FFF;
}
 
.hover-style .mask-1{
	background: #000;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter: alpha(opacity = 50);
	opacity: 0.5;
	height: 0% !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	 
}
.mask-2{
	background: #000;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter: alpha(opacity = 50);
	opacity: 0.5;
	height: 0% !important;
	bottom:0 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: auto !important;
}

.hover-style:hover .mask-1{
	height: 50% !important;
	
}
.hover-style:hover .mask-2{
	height: 50% !important;
}

.hover-style .caption{
	top:10px;
	text-align: center;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity = 0);
	opacity: 0;
	-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;
	
}

.hover-style:hover .caption{ 
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity = 100);
	opacity: 1.0;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
 
 .touch .portfolio-active  .hover-style .mask-1{
	height: 50% !important;
	
}
  .touch  .portfolio-active  .hover-style .mask-2{
	height: 50% !important;
}

 .touch  .portfolio-active .hover-style .caption{
 	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity = 100);
	opacity: 1.0;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
 }
#container-porfolio [class*="column"] + [class*="column"]:last-child {
float: left;
}
aside .widget  ul.list-unstyled li{
	margin: 0 0 10px; 
}
ul.list-unstyled li i{
	margin-right: 5px;
}

/* for tablet potrait*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.item.large-3 .thumbnail-box .caption p,.item.large-4 .thumbnail-box .caption p{
		display: none;
	}
	.item.large-3 .thumbnail-box .caption h4,.item.large-4 .thumbnail-box .caption h4{
		margin-top: 5px; 
	}
	.item.large-3 .thumbnail-box .caption .button,.item.large-4 .thumbnail-box .caption .button{
		font-size: 1.1em;
		margin-top: 10px;  
	}
	
}

/* Blog Page
====================================================================== */
.blog-item{
	background: #FFF;
	padding: 10px 10px 35px;
	border-top: 1px solid #FFF;
 	border-right: 1px solid #FFF;
 	border-left: 1px solid #FFF;
	border-bottom: 2px solid #929292;
	margin-bottom:20px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.blog-item:hover{
	background: #FCFCFC;
	border-top: 1px solid #E9E9E9;
 	border-right: 1px solid #E9E9E9;
 	border-left: 1px solid #E9E9E9;
	border-bottom: 2px solid #929292;
}
.blog-info.inline-list > li > *, .blog-tags.inline-list > li > *{
	display: inline-block;
}
.blog-info{
	margin-bottom: 10px;
}
.blog-tags li{	
	margin-right: 10px;
	border: 1px solid #E2E2E2;
	margin-bottom: 10px;
	padding: 0 !important;
}
.blog-tags li a{
	color: #333;
	padding: 3px 10px;
	background: #F3F3F3;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.blog-tags li a:hover{
	color: #333;
	padding: 3px 10px;
	background: #CCC;
}
.blog-img-thumb{
	max-height: 200px;
	overflow: hidden;
}
.blog-item p{
	margin-top: 10px;
}
.blog-aside{
	margin-top: 25px;
}
.categori-list a{
	color: #333;
}
.categori-list a:hover{
	color:#2ba6cb;
} 
.categori-list li{
	margin: 0 0 5px
}
aside section{
	margin-bottom: 15px;
}

/* Blog Comments
============================================== */
.blog-comments{
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.comments{
	list-style:  none;
}
.comment{
	margin: 5px 0;
	overflow: hidden;
}
.comment ul {
	font-size: 1em;
}
.comment-author{
	overflow: hidden;
}
.author-img{
	border-radius: 20em;
	float: left;
	width: 60px;
	width: 60px;
	height: 60px;
}
.author-deets{
	float: left;
	margin: 8px 0 0 10px;
	overflow: hidden;
}
.author,
.comment-date{
	float: left;
}
.author{
	font-size: 1.25em;
}
.comment-date{
	font-size: .825em;
	padding: 7px 0 0 15px;
}
.comment-date a{
	color: #999;
}
.comment-text{
	border: 1px solid #ddd;
	clear: both;
	font-size: 1.1em;
	margin: 10px 0;
	overflow: hidden;
	padding: 10px;
}
.comment-text p{
	font-size: .875em;
	margin: 0;
}
.comment-text .reply{
	font-size: .75em;
	float: right;
}
.comment-form{
	margin: 20px 0;
}

/* Google Map
=================================================================== */
#googlemaps img {
    max-width: none;
}

#googlemaps-container-top {
	position: relative;
	z-index: 2; 
	height: 20px;
}

#googlemaps-container-bottom {
	position: relative;
	z-index: 5; 
	height: 20px;
	margin-top: -40px;
	border-bottom: 5px solid #f6f6f6; 
}

#googlemaps{
	position: relative;
	z-index: 1;
	height: 480px;
	width: 100%;
	top: -20px;
}


.gmap_block{
	padding-right: 0px !important;
	padding-left: 0px !important;
	overflow: hidden;
	position: relative;
}


.contactform label input{
	margin-top: 5px;
}
/* Gallery page
====================================================================== */

.gallery-item a{
	border:1px solid #CCC;
	background: #f2f2f2;
	padding: 5px;
	margin-bottom: 20px; 
	display: block;
	
}
.thumbnail  .zoom-icon{
	background: transparent url(../img/overlay-icon-01.png) no-repeat center center;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity = 0);
	opacity: 0;	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}
 
.thumbnail .zoom-icon:hover{
	background: transparent url(../img/overlay-icon-01.png) no-repeat center center;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity = 100);
	opacity: 100;
	height: 100%;
	width: 100%; 
	position: absolute;
	top: 0;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);	
}
.anim-row1{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s; 
}
.anim-row2{
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-delay: .3s;
	animation-delay: .3s; 
}
.anim-row3{
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s; 
}
/* Photo Stream Flickr 
=================================================================== */
#gallery-flickr .flickr-widget {margin-right: -12px; margin-top: 15px;}
#gallery-flickr .flickr-widget img {display: block; width: 100%;
	height: auto;}
#gallery-flickr .flickr-widget a:hover {border-color: #505050;}

#gallery-flickr .flickr-widget a {
	float: left;
	width: 23%;
	height: 170px;
	margin-left: 0px;
	margin-right: 11px;
	margin-bottom: 12px;
	 
	padding: 4px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	overflow:hidden;
}

.ie7 #gallery-flickr  .flickr-widget a {width: 212px; height: 152px;}


#gallery-flickr  .gallery-thumbnail {
	position: relative;
	display: block;
	padding: 8px;
	border: 1px solid #CCC;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #333;
	background: white;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s  ease-in-out;
	transition: all 0.2s  ease-in-out;
}
#gallery-flickr  .gallery-thumbnai                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           