@charset utf-8;

/*
Theme Name: Renova
Theme URI: http://www.designovastudio.com/wordpress/renova
Description: A Premium Responsive Parallax wordpress theme
Author: Designova Studio
Author URI: http:http://www.designova.net
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.2
Tags: light,theme-options, translation-ready
*/

/* ===================================*/
/* TABLE OF CONTENTS: */
/* ===================================*/
/* 01 - LAYOUT INITIALIZATION */
/* 02 - HEADER & NAVIGATION */
/* 03 - COMMON ELEMENTS & STYLES */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - INDIVIDUAL PAGES AND ELEMENTS*/
/* 06 - FOOTER*/
/* 07 - RESETS : FRAMEWORK RESETS & PLUGIN RESETS*/
/* 08 - RESPONSIVE RULES : MOBILE OPTIMIZATION*/

/* ===================================*/
/* CONTENTS: */
/* ===================================*/

/* 01 - LAYOUT INITIALIZATION */
/*--wordpress default---*/
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter {}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	font-size: 15px;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	color: #000;
}

p {
	font-size: 14px;
	line-height: 21px;
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	font-weight: 400;
	color: #000;
}

p b {
	color: black;
	font-weight: 700;
}

.container {
	max-width: 1064px;
}

.main-wrapper {
	height: auto;
	min-height: 100%;
	position: relative;
	/* max-width: 1350px; */
	width: 100%;
	height: 100%;
}

.wrapper{
	width: 100%;
	float: left;
}

#content{
	height: 100%;
	position: relative;
	z-index: 2;
}

.overflowhide {
	overflow: hidden;
}

.add-top-main{
	margin-top: 0px !important;
}

.add-bottom-main{
	margin-bottom: 50px !important;
}

/* 02 - HEADER & NAVIGATION */

/* Sticky Elements */
#badge {
	position: fixed;
	top: 0px;
	height: 171px;
	width: 100%;
	text-align: center;
	z-index: 100 !important;
}

#badge > img {
	z-index: 1001 !important;
}

#scroll {
	position: fixed;
	bottom: 0px;
	height: 105px;
	width: 100%;
	/* background: url('images/scroll.png') no-repeat center top; */
	z-index: 90;
}

/*** NAV ***/
.navigation {
	/* background: #FFC000; */
	position: absolute;
	z-index: 102 !important;
	width: 100%;
	height: 115px;
	bottom: 0px;
	background: none !important;
}

.sticky {
	position: fixed;
	width: 100%;
	height: 124px; /* old 88px */
	top: 0px;
}

#main-nav {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 0 0 0;
	background-color: #fff;
}

#main-nav li {
	display: inline-block;
	width: 160px;
	text-align: center;
	margin-top: -40px;
	vertical-align: middle;
}

#main-nav li a {
	color: #000;
	font-size: 16px;
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	margin-right: 10px;
}

#main-nav li a:hover {
	color: #777;
}

/*
#main-nav li a.lighted {
	color: #777 !important;
	border-top: solid 4px #fff;
}
*/

#main-nav li:hover > ul {
	display: block;   
	opacity: 1;    
}

#main-nav li ul {
	list-style: none;
	opacity: 1;
	display: none; 
	z-index: 9999;
	border-radius: 3px 0 0 3px !important;
	/* border: solid 4px rgba(255,255,225,0.8); */
	border-right: none; 
	margin: 0;
	margin-left: 20px;
	/* margin-top: 12px; */
	font-size: 10px;
	padding: 0;
	padding-top: 15px;
	position: absolute;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;   
}

#main-nav li ul:after { 
	bottom: 100%; 
	top: -1px;
	border: solid transparent; content: " "; 
	height: 0; 
	width: 0; 
	position: absolute;
	pointer-events: none;
}

#main-nav li ul:after 
 { 
  border-color: rgba(68, 68, 68, 0);
  border-bottom-color: #111; 
  border-width: 8px; 
  left: 5.5%; 
  margin-left: -8px; 
  
 }




#main-nav li ul li
{
	padding:5px !important; 
	text-align: left;
    background:#111111;
    width:150px;
    display: block;
    margin-top: 0px;
    border-bottom: solid 1px #444;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;   
}




#main-nav li ul li:hover
{
 background: #444;
}
#main-nav li ul li:last-child
{
	  border-bottom: solid 0px #444;
}
#main-nav li ul li a
{
    color:#FFF !important; 
    font-size:14px !important; 
    line-height: 21px;
    margin-bottom:1px;
     -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;


}
#main-nav li ul li a:hover{  margin-right:10px !important;   }





.logo-wrap{
	width: 150px !important;
}
.logo-wrap img {
	width:100px;
	margin-top: 40px;
	margin-left: 25px;
	margin-right: 25px;
}

.logo{
	text-align:center;
	min-width:100%;
	text-transform:uppercase;
	font-size:26px;
	font-weight: 800;
	z-index: 999 !important;
}
.logo:hover{
	color:#E67E22;
	text-decoration:none;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0, 0, 0, 1);
}


/* 03 - COMMON ELEMENTS & STYLES */

/**Typography & Common Elements**/
.btn-renova{
	margin-top: 15px;
	padding: 12px 20px;
	background: #fff;
	color: #000;
	border: solid 3px #000;
	border-radius: 0px;
	text-shadow:none;
	font-size: 14px;
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
	text-transform: uppercase;
}
.btn-renova:hover{
	color: #000;
	/*background: #FFC000;*/
	border: solid 3px #fff !important;
}
.btn-renova-alt{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 12px 20px;
	background: #fff;
	color: #000;
	border: solid 3px #000;
	border-radius: 0px;
	text-shadow:none;
	font-size: 14px;
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
	text-transform: uppercase;
}
.btn-renova-alt:hover{
	border: solid 3px #fff !important;
	color: #fff;
	/*background: #FFC000;*/
	border: solid 3px #000;
}
.main-heading{
	font-size: 30px;
	line-height: 40px; 
	text-align: center;
	font-weight: normal;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
text-transform: uppercase;
}
.main-heading span{
	color: #000;
}
.main-heading-white span{
	color: #fff;
}
.inner-heading{
	color: #000;
	font-size: 24px;
	line-height: 31px;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
margin-bottom: 30px;
}
.inner-heading span{
/*border-bottom: double 4px #000;*/
padding-bottom: 10px;
}
.thumb-icon{
	text-align: center;
}
.thumb-icon > img{
	width: 97px;
	height: 97px;
}
.promo-text{
	padding-top: 26px;
	text-align: center;
	margin-bottom: 60px;
	background: url('images/slants/yellow-v.png') no-repeat center top;
}
.promo-text > span{
	font-size: 24px;
	line-height: 31px;
	/*color: #fff;*/
	font-weight: normal;
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	padding: 10px;
	/*background: #FFC000;*/
	border-bottom: double 8px #fff;
}
.promo-text-alt{
	padding-top: 26px;
	text-align: center;
	margin-bottom: 30px;
	background: url('images/slants/white-v.png') no-repeat center top;
}
.promo-text-alt.darken > span{
	font-size: 24px;
	line-height: 31px;
	/*color: #000;*/
	font-weight: normal;
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	padding: 10px;
	/*background: #fff;*/
	border-bottom: double 8px #FFC000;
}
.promo-text-inv{
	padding-bottom: 26px;
	text-align: center;
	margin-bottom: 30px;
	background: url('images/slants/white-v-inv.png') no-repeat center bottom;
}
.promo-text-inv.darken > span{
	font-size: 24px;
	line-height: 31px;
	/*color: #000;*/
	font-weight: normal;
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	padding: 10px;
	/*background: #fff;*/
	border-top: double 8px #FFC000;
}
.promo-text-inv-yellow{
	padding-bottom: 26px;
	text-align: center;
	margin-bottom: 30px;
	background: url('images/slants/dark-v-inv.png') no-repeat center bottom;
}
.promo-text-inv-yellow.darken > span{
	font-size: 24px;
	line-height: 31px;
	/*color: #fff;*/
	font-weight: normal;
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	padding: 10px;
	/*background: #111;*/
	border-top: double 8px #fff;
}

.wrap-pad{
	padding: 10px;
}


/* 04 - PAGES & SECTIONS SETUP*/




.intro{
	text-align: center;
	padding-top: 200px;
}

.wide-section-showcase{
	padding: 10px 0px;
    /*background: #FFC000;*/
    -moz-box-shadow: 1px -3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px -3px 5px rgba(0,0,0,0.2);
    box-shadow: 1px -3px 5px rgba(0,0,0,0.2);
}

.split-section
{
	
}
/*#about{
	background: #fff url('images/slants/yellow.png') center top no-repeat;
}
#about-mid{
	padding-top: 50px;
	padding-bottom: 0px;
	background: rgba(255,192,0,0.8);
}
#about-end{
	background: #fff;
}
#about .inner{
	background: url('images/badges/01.png') no-repeat right top;
}


#services{
	background: #FFC000 url('images/slants/white.png') center top no-repeat;
}
#services .inner{
	background: url('images/badges/02.png') no-repeat left top;
}

#newsreel{
	background: #fff url('images/slants/yellow.png') center top no-repeat;
}
#newsreel .inner{
	background: url('images/badges/03.png')  no-repeat right top;
}


#portfolio{
	background: #FFC000 url('images/slants/white.png') center top no-repeat;
}
#portfolio .inner{
	background: url('images/badges/04.png') no-repeat left top;
}

#contact{
	background: #fff url('images/slants/yellow.png') center top no-repeat;
    padding-bottom: 0 !important;
}
#contact .inner{
	background: url('images/badges/05.png')  no-repeat right top;
}
*/

/* 05 - INDIVIDUAL PAGES AND ELEMENTS*/

/**INTRO**/
.intro h1{
	text-align: center;
}
.intro h1 > span{
	padding: 10px 10px 5px 15px;
	font-size: 64px;
	line-height: 72px;
	font-family:"Ostrich_Sans_Black";
	color: #fff;
	background: #FFC000;
}
#intro-nav{
	margin-top: 30px;
	text-align: center;
}
#intro-nav ul{
	margin:0;
	padding:0;
}
#intro-nav ul li{
	margin-bottom: 5px;
	display: inline-block;
	/*background: #FFC000;*/
}

#intro-nav ul li:hover{
	margin-bottom: 5px;
	display: inline-block;
	background: #ededed;
}
.intro-nav-thumb{
	position: absolute;
}
.intro-nav-info{
	background: #000;
	position: absolute;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

/*** SHOWCASE ***/
.zoom-info{
	display: block;
}
#container-folio{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: #FFC000;
}


.folio-image-box {
float: left;
width: 25%;
color: #fff;
padding:0px;	
margin:0px;
border:none;
display:block;
height:200px;
overflow:hidden;
-moz-box-sizing:border-box;
}

.folio-image-box > a{
	overflow:hidden;
	height:200px;
}

.folio-image-box a > img{
	max-width:auto;
	min-height:100%;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.og-loading omg{
	width:100%;
	height:auto;
}

.folio-image-box:hover {
z-index: 11;
}

.folio-image-box:hover .folio-image-box img {
background: #FFC000;
position: absolute;
width: 100%;
height: 100%;
text-shadow: 1px 1px 0 rgba(75,75,75, .7);
text-align: center;
z-index: 10;
left:100%;

}


.folio-image-info {
background:#FFC000;
position: absolute;
text-align: center;
width: 100%;
height: 100%;
top: 0px;
left: -100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}

.folio-image-info h3{
	padding-top:20px;
}

.folio-image-info span{
	color:#fff;
	text-decoration:none;
	position:relative;
	
}
.folio-image-info span.plus{
	
	
	width: 40px;
	height: 40px;
	margin-top:10px;
	cursor: pointer;
	background: url(img/plus.png) 0px 0px;
	display:inline-block;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}

.folio-image-info span.plus:hover{
	
	background: url(img/plus.png) 0px -40px;
	width: 40px;
	height: 40px;
}

.folio-image-box:hover .folio-image-info {
background: #FFC000;
position: absolute;
width: 100%;
height: 100%;
text-shadow: 1px 1px 0 rgba(75,75,75, .7);
text-align: center;
z-index: 10;
left:0%;

}

.folio-image-info .title {

-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
}
.image-info .description {
padding: 11px 40px;
}

.folio-link{
	position: absolute;
}






/*ajax project view*/
.project_page
{
    background-color:#fff;
    width:960px;
    padding:30px;
}

.project_content
{
    width:auto;
}
.project_content h3{
	margin-top: 20px;
}


/**ABOUT**/
.shoutout{
	font-size: 24px;
	line-height: 31px;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
padding-bottom: 10px;
	color: #000;
	/*border-left: solid 10px #FFC000;*/
	padding-left: 20px;
}
.shoutout h4{
	margin-top: 20px;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
}
.inner-sub-heading{
	padding:5px;
	background: #eee;
	color: #000;	
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
	margin-bottom: 10px;
}
.about-promo > p{
	margin-top: 30px;
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	font-size: 36px;
	line-height: 43px;
	color: #000;
	text-align: center;
	padding: 0px 120px;
}
.about-promo > p > span{
	padding:5px;
	background: rgba(255,255,255,0.8);
	line-height: 64px;
}
.about-promo > h3{
	padding-left: 80px;
	padding-right: 80px;
	margin-top: 30px;
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
	font-size: 148px;
	line-height: 155px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.banner-screen{
	margin-top: 40px;
	width: 800px;
	height: 400px;
}
.banner-screen-inner{

}
.testimonial-block{
	margin-bottom: 20px; 
	background:#FFC000;
}
.testimonial-content{
	/*background:#FFC000;*/
}
.tes-text{
	padding: 20px 15px 20px 25px;
	font-size: 16px;
	line-height: 23px;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	color: #000;
}
.tes-client{
	font-size: 18px;
	line-height: 25px;
	padding: 0px 15px 20px 25px;
	font-variant: normal;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
	color: #FFF;
}
.tes-client > span{
	font-size: 14px;
	font-variant: normal;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	color: #FFF;
}
.team-block {
	padding: 13px;
}
.team-block-inner{
	background: #ededed !important;
}
.team-block h3 {
	color: #777;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 40px;
}
.team-block h6 {
    color: #000000;
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px;
    padding-top: 5px;
}
.team-block h6 > span {
    padding-top: 5px;
}
.team-block p {
    color: #000000;
}
.team-social {
    margin-top: 20px;
    padding-bottom: 40px;
}
.team-social a > img {
    height: 36px;
    opacity: 1;
    width: 36px;
}

.skillset h3{
	font-size: 20px;
	line-height: 26px;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
	color: #000;
}
.progress{
	height: 25px;
    border-radius: 0px !important;
	box-shadow: none !important;
    background: #111111 url('images/dark-bg.png') repeat !important;
}
.width80{
	width: 80% !important;
}

.width60{
	width: 60% !important;
}

.width78{
	width: 78% !important;
}

.width95{
	width: 95% !important;
}
.bar{
	background: #FFC000 !important;
	box-shadow: none !important;
}

/*SERVICES*/
.service-block{
	padding: 50px 20px;
	background: #fff url('images/slants/dark-small.png') center top no-repeat;
	border-top: solid 3px #111;
}
.service-thumb > img{
	width: 296px;
	height: 160px;
}
.add-bottom-services{
	margin-bottom: 30px;
}
.service-block:hover{
	padding: 50px 20px;
	background: #111 url('images/slants/white-small.png') center top no-repeat;
	border-top: solid 3px #fff;
	color: #fff !important;
    transition: all 0.9s ease 0s;
}
.service-block:hover > .inner-heading, .service-block:hover > p{
	color: #fff !important;
}

/*NEWS*/

.news-block{
}
.news-block-wrap{
	background: #FFC000;
}
.news-pad{
	padding: 15px;
}
.news-block-content{
	padding: 30px;
	background: #eee;
	border: solid 1px #E5E5E5;
}
.news-block-content p{
	color: #444 !important;
	margin-bottom: 10px;
}
.news-heading{
	font-size: 24px;
	line-height: 31px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
}
.news-heading p{
	color: #444;
}
.news-heading a
{
  color: #000;
}
.news-specs{
	padding: 30px;
	background: #FFC000;
}
.news-specs nav a{
	text-decoration: none;
	margin-right: 10px;
	color: #000;
}
.news-specs nav a > img{
	width: 28px;
	height: 28px;
}
.news-specs-info{
	color: #000;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
}
.news-btn{
	border: solid 2px #000;
	background: #fff;
	padding: 5px 10px;
	float: left;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	color: #fff;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
text-transform: uppercase;
}
.news-btn:hover{
	background: #fff;
	color: #000;
	text-decoration: none;
}
.add-top-news{
	margin-top: 30px;
}
.news-date{
	text-align: center;
	width: 100px;
	background: #FFC000;
	position: absolute;
	padding: 10px 15px;
}
.news-date h2{
	margin-top: 0px;
	color: #fff;
	font-size: 64px;
	line-height: 68px;
	margin-bottom: 0px;
}
.news-date h5{
	margin-top: 0px;
	color: #000;
	font-size: 24px;
	line-height: 28px;
}
.news-date h4{
	margin-top: 0px;
	color: #fff;
	background: #000;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 0px;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
}


/*PORTFOLIO*/

.element{
   background: #000; 
}
.element > img:hover{
    transition: all 0.7s ease-in-out 0s;
   transform: scale(4);
}
.remove-zoom{
     transition: all 0.7s ease-in-out 0s;
   transform: scale(1);
}
.folio-item{
    background: #fff;
}
.folio-title{
    display: none;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
    color: #000;
    font-size: 36px;
    position: absolute;
    bottom: 50px;
    left: 20px;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
}
.height-01 .folio-subtitle{
    display: none;
    font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
    color: #000;
    font-size: 24px;
    position: absolute;
    top: 150px;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
    text-align: center;
    width: 260px;
}
.height-01 .icon-zoom-sosa{
    position: absolute;
    left: 70px;
    top: 70px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
    background: url('images/zoom.png') no-repeat center center;
}
.height-01 .icon-link-sosa{
    position: absolute;
    left: 100px;
    top: 70px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
    background: url('images/info.png') no-repeat center center;
}
.height-02 .folio-subtitle{
    display: none;
    font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
    color: #000;
    font-size: 24px;
    position: absolute;
    top: 200px;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
    text-align: center;
    width: 260px;
}
.height-02 .icon-zoom-sosa{
    position: absolute;
    left: 100px;
    top: 120px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
    background: url('images/zoom.png') no-repeat center center;
}
.height-02 .icon-link-sosa{
    position: absolute;
    left: 100px;
    top: 120px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
    background: url('images/info.png') no-repeat center center;
}
.folio-trigger-icon{
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
}
.folio-trigger-icon:hover{
    opacity: 0.7;
}


#filters li{
line-height: 43px;
}
#filters li a{
    border-radius: 0px;
  padding: 6px 9px;
  margin-right: 3px;
color: #000;
text-decoration: none;
font-weight: normal;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
font-size: 14px;
text-transform: uppercase;
}

.inner-link a.selected{
  background: #fff !important;
  color: #000 !important;
  border: solid 3px #000;
}



/*CONTACT*/

#contactForm input
{
    background:none repeat scroll 0 0 #fff !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: solid 1px #000 !important;
    border-radius:0!important;
    color:#000 !important;
		font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif !important;
    font-size:22px !important;
    margin-bottom:10px;
    padding:12px 3%;
    width:100%;
    height: 50px !important;
}

#contactForm input:focus, textarea:focus
{
    color:#fff !important;
    background: #111 !important;
}

#contactForm textarea
{
    background:none repeat scroll 0 0 #fff !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: solid 1px #000 !important;
    border-radius:0!important;
    color:#555 !important;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif !important;
    font-size:22px !important;
    height:180px;
    margin-top:0px;
    padding:12px 3%;
    resize:none;
    width:100%;
}

#contactForm textarea:focus
{
    color:gray;
}

#contactForm input.send_message
{
    background:none repeat scroll 0 0 #EF4A4A;
    color:#FFF;
    cursor:pointer;
    float:left;
    font-size:12px;
    font-weight:400;
    margin:0;
    width:120px;
}

#contactForm input.send_message:hover
{
    background:none repeat scroll 0 0 #262932;
}

.error_message
{
    background-color:#FFE9E9;
    border-color:#FBC4C4;
    border-image:none;
    border-style:solid;
    border-width:1px 1px 1px 5px;
    color:#DE5959;
    float:none;
    font-size:12px;
    line-height:18px;
    margin-bottom:15px;
    padding:15px 40px 15px 18px;
    position:relative;
    width:auto;
}

fieldset
{
    border:0 none;
    float:left;
    padding:0;
    position:relative;
    width:100%;
}

fieldset h1
{
    color:#000;
    font-size:24px;
}
#address-block{
    text-align: center;
}
#address-block > p{
    text-align: left;
    padding: 10px 200px;
}
#address-block > h2{
    color: #fff;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;;
font-size: 64px;
line-height: 72px;
}
#address-block > h3{
    color: #fff;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
font-size: 18px;
line-height: 23px;
}
#address-block > h5 > span{
    color: #fff;
    padding: 5px 0px;
    font-weight: normal;
    font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
}
.address-wrap{
    margin-top: 60px;
    padding: 60px 0px;
    background: #050505;
}
.footer{
	/*border-top: solid 4px #000;*/
	/*border-bottom: solid 1px #000;*/
	/*background: #000;*/
        height: 35px;
}
.footer-social
{
	background-color:#363942;
	border-radius:50px;
	bottom:20px;
	float:left;
	height:50px;
	margin-right:30px;
	width:50px;
}

.footer-social:hover
{
	background-color:#FFC000;
}

.footer-social img
{
	opacity:1;
	padding:10px;
}

.contactus
.contactus article
{
	color:#FFF;
	display:block;
	float:left;
	font-size:32px;
	font-weight: 800;
	line-height:35px;
	margin-right:50px;
}

.contactus article.mail:after
{
	background:url(images/mail.png) no-repeat transparent;
	content:"";
	height:24px;
	left:0;
	position:absolute;
	top:7px;
	width:36px;
}

.contactus article.mail
{
	padding-left:50px;
	position:relative;
}

.contactus article.phone:after
{
	background:url(images/phone.png) no-repeat transparent;
	content:"";
	height:27px;
	left:0;
	position:absolute;
	top:5px;
	width:10px;
}

.contactus article.phone
{
	color:#FFF;
	padding-left:21px;
	position:relative;
}

.copyright
{
	width:100%;
}

.copyright p
{
	color:#777;
	font-size: 10px;
        letter-spacing: 1px;
}
.copyright a
{
	color:#fff;
	opacity:1 !important;
}
.copyright a:hover
{
	color:#FFC000;
	opacity: 1 !important;
	text-decoration: none;
}

.socials {
	margin-top: 30px;
}

.socials a, .socials a:hover{
	background-color:#fff;
}

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

.social-links a
{
	background:#181818;
	height:30px !important;
	margin-left:5px;
	margin-right:5px;
	padding:20px 15px;
	width:20px !important;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.social-links a:hover
{
	background:#FFC000;
	height:30px;
	margin-left:5px;
	margin-right:5px;
	padding:20px 15px;
	width:30px;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.social-links a.facebook:hover
{
	background:#4470CF;
}
.social-links a.twitter:hover
{
	background:#5DAED5;
}
.social-links a.google:hover
{
	background:#DA2713;
}
.social-links a.linkedin:hover
{
	background:#4470CF;
}
.social-links a.dribbble:hover
{
	background:#D07EAD;
}
.social-links a.pinterest:hover
{
	background:#C53942;
}
.social-links a.rss:hover
{
	background:#FF8800;
}

.contactus h1
{
	color:#fff!important;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	font-size:24px;
	line-height:31px;
	margin-bottom:20px;
	padding-bottom:0px;
	text-decoration:none;
}

.contactus h1 > span
{
	color:#777!important;
	font-family:Ostrich_Sans_Regular;
}

.contactus h2,.contactus a
{
	color:#fff;
	font-family:Open_Sans_R;
	font-size:28px;
	font-weight:400;
	line-height:34px;
	text-decoration:none;
}

.contactus a:hover
{
	color:#FFC000;
}


/* 06 - FOOTER*/

.tweet-wrap{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    padding: 100px 0px 60px 0px;
}
.footer-down{
	padding-top: 30px;
	padding-bottom: 20px;
	/*background: #000;*/
}
.foot-soc{
	padding-bottom: 80px;
}

/* 07 - FRAMEWORK RESET & PLUGIN RESETS*/

/*BOOTSTRAP RESETS & OVER-RIDES*/
.carousel-control {
    background: rgba(255, 255, 255, 0.33);
    font-size: 50px;
    line-height: 40px;
    height: 50px;
    left: 0;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 30px;

	-webkit-transform: translate3d(0, 0, 0);  
	-webkit-transition-duration: .2s; 
	-moz-transition-duration: .2s; 
	-o-transition-duration: .2s; 
	-khtml-transition-duration: .2s; 
	transition-duration: .2s; 

	-webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); 
	transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.carousel-control.left,
.carousel-control.right,
.carousel-control.left:link,
.carousel-control.right:link,
.carousel-control.left:visited,
.carousel-control.right:visited {
  color: black;
}
.carousel-control.left:hover,
.carousel-control.right:hover,
.carousel-control.left:active,
.carousel-control.right:active {
  color: rgba(0, 0, 0, 0.33);
}
.carousel-control.right { 
  right: 0; 
}
.carousel .carousel-control { 
  opacity: 0; 
}
.carousel:hover .carousel-control { 
  opacity: 1; 
}


.alert-danger, .alert-error {
    background-color: #F44F2E;
    border-color: #EED3D7;
    padding: 15px 8px;
    color: #fff;
    border-radius: 0px;
    border: none;
    font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif !important;
    font-size:22px !important;
    text-shadow:none;
}

/*PLUGINS CSS RESETS*/
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    
	background: rgba(0,0,0,0.8);
}
#fancybox-close {
    right: -35px;
    top: -10px;
}
#fancybox-title-float-left {
    background: none;
}
#fancybox-title-float-right {
    background: none;
}
#fancybox-title-float-main {
    color: #FFFFFF;
    font-weight: 800;
    line-height: 40px;
    padding: 0 0 3px;
    font-size: 32px;
font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
}
#fancybox-title-float-main {
    background: none;
}
#cboxLoadingGraphic{
	background: #fff url('images/loader.gif') center center no-repeat;
}

.flexslider {
	margin: 0 0 20px; 
	background: none; 
	border: 4px solid #fff; 
	position: relative; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px; 
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
   -o-box-shadow: 0 0px 0px rgba(0,0,0,.2); 
   zoom: 1;}

/*Blog Types*/
.postformat
{
	width:42px;
	height: 42px;
	margin-top: -20px;
	float: right;
	/*background:#FFC000; */
}
.postformat img
{
	background: none !important;
	padding:0;
}



/* 08 - RESPONSIVE RULES : MOBILE OPTIMIZATION*/

@media only screen and (max-width: 1570px){
.folio-image-info .title  {
padding: 5px 7px 0;
}
.folio-image-info .description p{
padding: 2px 8px 0;
line-height:16px
}
}


@media (min-width: 2000px) and (max-width: 3000px){
	body, html{
		/*overflow-x: hidden !important;*/
	}
	.da-thumbs {
    width: 100%;
	}
	.folio-image-box{
    width: 10%;
    height: 200px;
	}
	#wpsp-text {
		font-size: 2em !important;
	}
	.about_transbox p {
		font-size: 1.5em !important;
	}
}

@media (min-width: 1382px) and (max-width: 2000px){
	body, html{
		/*overflow-x: hidden !important;*/
	}
	.da-thumbs {
    width: 100%;
	}
	.folio-image-box{
    width: 20%;
    height: 200px;
	}
	#wpsp-text {
		font-size: 1em !important;
	}

}

@media (min-width: 979px) and (max-width: 1382px){
	body, html{
		max-width: 1366px !important;
		/*overflow-x: hidden !important;*/
	}
	.da-thumbs {
    width: 100%;
	}
	.folio-image-box{
    width: 25%;
    height: 200px;
	}

}


@media (max-width: 979px){
	body, html{
		max-width: 979px !important;
		/*overflow-x: hidden !important;*/
	}
	.da-thumbs {
    width: 960px;
	}
	.folio-image-box{
    width: 320px;
    height: 200px;
	}
   .rwd-break{display: none;}

}

@media (min-width: 768px) and (max-width: 960px){
  #badge{
    display: none;
  }
  .project_page
    {
    width:920px;
    }

}

@media (min-width: 640px) and (max-width: 960px){
  #badge{
    display: none;
  }
  .project_page
    {
    width:740px;
    }
#nav ul li a { font-size: 12px !important;}
}

@media (max-width: 767px){
	body, html{
		max-width: 767px !important;
		/*overflow-x: hidden !important;*/
	}
	.container{
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	
	#badge, #scroll{
		display: none;
	}

	.intro{
		min-height: 650px;
		padding-top: 120px !important;
	}
		#nav ul li a { font-size: 12px !important;}
	.da-thumbs {
    width: 740px;
	}
	.folio-image-box{
    width: 370px;
    height: 200px;
	}
	.project_page
    {
    width:740px;
    }
    #cboxTitle {
    font-size: 24px;
    }
    .testimonial-block {
		padding-top: 20px;
    text-align: center;
	}
	.carousel .carousel-control { 
    opacity: 1; 
  }

	.testimonial-block img{
		width: 155px;
		height: 200px;
	}
	.testimonial-content {
    text-align: center;
	}
	.news-block,.news-heading{
		text-align: center;
	}

	.team-block-inner{
		padding-top: 60px;
		padding-bottom: 20px;
		text-align: center;
	}
	.mob-bg-remove{
	background: none !important;
	}
	.service-block{
		margin-bottom: 20px;
	}
	.add-bottom-services {
    margin-bottom: 0px;
	}
	.news-block{
		margin-bottom: 20px;
	}
	.news-img{
		background: #FFC000;
		padding-top: 30px !important;
	}
	.homepage-bg-color{
	margin-top: 0px !important;
	}
  .single-page-normal{
      margin-top: 0px !important;
  }
  #stories-left { width: 100% !important; }
}

@media (max-width: 640px){
	body, html{
		max-width: 640px !important;
		overflow-x: hidden !important;
	}
	.container{
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	.da-thumbs {
    width: 620px;
	}
	.folio-image-box{
    width: 310px;
    height: 200px;
	}

	.intro{
		min-height: 750px;
		padding-top: 50px !important;
	}
	#badge, #scroll{
		display: none;
	}
	.intro{
		min-height: 1000px;
		padding-top: 50px !important;
	}
	.promo-text > span, .promo-text-alt.darken > span, 
	.promo-text-inv-yellow.darken > span, .promo-text-inv.darken > span{
    font-size: 16px;
    line-height: 31px;
	}

	.main-heading {
    font-size: 48px;
    line-height: 55px;
	}
	.about-promo > p {
    padding: 0 20px;
    font-size: 22px;
	}
	.about-promo > p > span {
    line-height: 45px;
	}
	.banner-screen {
    height: 200px;
	}
	.shoutout{
		text-align: center;
	}
	.skillset h3 {
    text-align: center;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.0em !important;
	}
	.cbp_tmlabel h2{
		font-size: 26px;
		line-height: 31px;
	}
	.cbp_tmtimeline > li .cbp_tmicon {
    font-size: 2.08em !important;
    height: 60px !important;
    left: 40%;
    line-height: 60px !important;
    width: 60px !important;
    margin-left: -95px !important;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    margin-top: 25px !important;
	}
	.team-block-inner{
		padding-top: 60px;
		text-align: center;
	}
	.mob-bg-remove{
	background: none !important;
	}
	.service-block{
		margin-bottom: 20px;
	}
	.add-bottom-services {
    margin-bottom: 0px;
	}
	.news-block{
		margin-bottom: 20px;
	}
	.add-top-news{
		margin-top: 0px;
	}
	textarea{
		background: #eee !important;
	}
	.social-links a {
    background: none;
    padding: 0px;
	}
	.social-links a:hover {
    background: none !important;
    padding: 0px;
    opacity: 0.4;
	}
	.banner-screen {
    margin-top: 40px;
    width: auto;
	}
	.project_page
    {
    width:580px;
    }
    #cboxTitle {
    font-size: 16px;
    }

	.testimonial-block {
		padding-top: 20px;
    text-align: center;
	}
	.testimonial-block img{
		width: 155px;
		height: 200px;
	}
	.testimonial-content {
    text-align: center;
	}
	.news-block,.news-heading{
		text-align: center;
	}
	.homepage-bg-color{
	margin-top: 0px !important;
	}
		  .single-page-normal{
		      margin-top: 0px !important;
		  }
}

@media (max-width: 480px){
	body, html{
		max-width: 480px !important;
		overflow-x:hidden !important;
	}
	#main-nav li {
		width: auto;
	} 
	.container{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.da-thumbs {
    width: 460px;
	}
	.folio-image-box{
    width: 460px;
    height: 200px;
	}
	.intro{
		min-height: 1000px;
		padding-top: 50px !important;
	}
	#badge, #scroll{
		display: none;
	}
	.promo-text > span, .promo-text-alt.darken > span, 
	.promo-text-inv-yellow.darken > span, .promo-text-inv.darken > span{
    font-size: 16px;
    line-height: 31px;
	}
	.main-heading {
    font-size: 48px;
    line-height: 55px;
	}
	.about-promo > p {
    padding: 0 20px;
    font-size: 22px;
	}
	.about-promo > p > span {
    line-height: 45px;
	}
	.banner-screen {
    height: 200px;
	}
	.shoutout, p{
		text-align: center;
	}
	.skillset h3 {
    text-align: center;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.0em !important;
	}
	.cbp_tmlabel h2{
		font-size: 18px;
		line-height: 25px;
	}
	.cbp_tmtimeline > li .cbp_tmicon {
    font-size: 2.08em !important;
    height: 60px !important;
    left: 40%;
    line-height: 60px !important;
    width: 60px !important;
    margin-left: -75px !important;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    margin-top: 25px !important;
	}
	.team-block-inner{
		padding-top: 60px !important;
		padding-bottom: 30px !important;
		text-align: center;
	}
	.mob-bg-remove{
	background: none !important;
	}
	.service-block{
		margin-bottom: 20px;
	}
	.add-bottom-services {
    margin-bottom: 0px;
	}
	.news-block{
		margin-bottom: 20px;
	}
	.news-date{
		display: none !important;
		visibility: hidden !important;
	}
	.add-top-news{
		margin-top: 0px;
	}
	textarea{
		background: #eee !important;
	}
	.social-links a {
    background: none;
    padding: 0px;
	}
	.social-links a:hover {
    background: none !important;
    padding: 0px;
    opacity: 0.4;
	}
    .project_page
    {
    width:460px;
    }
    #cboxTitle {
    font-size: 16px;
    }
    .contactus h1{
    	font-size: 18px;
    	line-height: 25px;
    }
    .shoutout{
    	text-align: left;
	}
	.shoutout h4{
    	text-align: left;
	}
	.inner-sub-heading{
		text-align: center;
	}
	.testimonial-block {
		padding-top: 20px;
    text-align: center;
	}
	.testimonial-block img{
		width: 155px;
		height: 200px;
	}
	.testimonial-content {
    text-align: center;
	}
	.news-block,.news-heading{
		text-align: center;
	}
	.tweet-wrap{
		padding: 100px 0;
	}

	.tweet_list li {
    color: #000000;
    font-family: "Open_Sans_L";
    font-size: 14px !important;
    line-height: 20px;
    list-style-type: none;
    overflow: hidden;
	}
	/*Masonry Relayout*/
	.element{
		width: 190px !important;
	}
	.height-01{
		height: 190px !important;
	}
	.height-02{
		height: 285px !important;
	}
	.height-02 .icon-zoom-sosa{
		top: 100px !important;
		left: 30px !important;
	}
	.height-02 .icon-link-sosa{
		top: 100px !important;
		left: 100px !important;
	}
	.height-02 .folio-subtitle{
		top: 180px !important;
		width: 190px !important;
	}
	.height-01 .icon-zoom-sosa{
		top: 50px !important;
		left: 30px !important;
	}
	.height-01 .icon-link-sosa{
		top: 50px !important;
		left: 100px !important;
	}
	.height-01 .folio-subtitle{
		top: 120px !important;
		width: 190px !important;
	}
	.homepage-bg-color{
	margin-top: 0px !important;
	}
  .single-page-normal{
      margin-top: 0px !important;
  }

  .about_transbox p {
		font-size: 1em !important;
	}

  .about_transbox p span {
	    word-break: break-word;
	}
}


@media (max-width: 360px){
	body, html{
		max-width: 360px !important;
		overflow-x:hidden !important;
		font-size: 12px;
	}
	.container{
	
	}
	.da-thumbs {
    width: 340px;
	}
	.folio-image-box{
    width: 340px;
    height: 200px;
	}
	.ca-menu li {
    height: 155px;
    width: 124px;
	}
	.ca-sub{
		display: none !important;
	}
	.ca-main {
    font-size: 16px;
	}
	.intro{
		min-height: 620px;
		padding-top: 50px !important;
	}
	#badge, #scroll{
		display: none;
	}

	.promo-text, .promo-text-inv-yellow{
		margin-top: 20px !important;
		background: #FFC000 !important;
		color: #000 !important;
		line-height: 20px !important;
		padding: 20px 5px !important;
	}
	.promo-text-alt, .promo-text-inv{
		margin-top: 20px !important;
		background: #fff !important;
		color: #fff !important;
		line-height: 20px !important;
		padding: 20px 5px !important;
	}
	.promo-text > span, .promo-text-alt.darken > span, 
	.promo-text-inv-yellow.darken > span, .promo-text-inv.darken > span{
    font-size: 21px !important;
    line-height: 33px !important;
    background: transparent !important;
    color: #000 !important;
    border: none !important;
	}

	.main-heading {
    font-size: 48px;
    line-height: 55px;
	}
	.about-promo > p {
    padding: 0 20px;
    font-size: 22px;
	}
	.about-promo > p > span {
    line-height: 45px;
	}
	.banner-screen {
    height: 140px;
	}
	.shoutout, p{
		text-align: center;
	}
	.skillset h3 {
    text-align: center;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.0em !important;
	}
	.cbp_tmlabel h2{
		font-size: 18px;
		line-height: 25px;
	}
	.cbp_tmtimeline > li .cbp_tmicon {
		display: none !important;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    margin-top: 25px !important;
	}

	.team-block-inner{
		padding-top: 0px !important;
		text-align: center;
	}
	.mob-bg-remove{
	background: none !important;
	}
	.service-block{
		margin-bottom: 20px;
	}
	.add-bottom-services {
    margin-bottom: 0px;
	}
	.news-block{
		margin-bottom: 20px;
	}
	.news-date{
		display: none !important;
		visibility: hidden !important;
	}
	.add-top-news{
		margin-top: 0px;
	}
	textarea{
		background: #eee !important;
	}
	.social-links a {
    background: none;
    padding: 0px;
	}
	.social-links a:hover {
    background: none !important;
    padding: 0px;
    opacity: 0.4;
	}
    .project_page
    {
    width:460px;
    }
    #cboxTitle {
    font-size: 16px;
    }
    .contactus h1{
    	font-size: 18px;
    	line-height: 25px;
    }
    .shoutout{
    	text-align: left;
    	font-size: 18px;
    	line-height: 25px;
	}
	.shoutout h4{
    	text-align: left;
	}
	.inner-sub-heading{
		text-align: center;
	}
	.testimonial-block {
		padding-top: 20px;
    text-align: center;
	}
	.testimonial-block img{
		width: 155px;
		height: 200px;
	}
	.testimonial-content {
    text-align: center;
	}
	.ca-icon img{
		margin-top: -40px;
	}
	.ca-main{
		margin-top: 10px;
	}

	.tweet-wrap{
		padding: 100px 0 !important;
	}
	.tweet_list li {
    color: #000000;
    font-family: "Open_Sans_L";
    font-size: 14px !important;
    line-height: 20px;
    list-style-type: none;
    overflow: hidden;
	}
	.about-promo > p > span{
		display: none !important;
	}
	.homepage-bg-color{
	margin-top: 0px !important;
	}
		  .single-page-normal{
		      margin-top: 0px !important;
		  }
}


@media (max-width: 320px){
	body, html{
		max-width: 320px !important;
		overflow-x:hidden !important;
		font-size: 12px;
	}
	.container{

	}
	.da-thumbs {
    width: 300px;
	}
	.folio-image-box{
    width: 300px;
    height: 200px;
	}
	.ca-menu li {
    height: 155px;
    width: 124px;
	}
	.ca-sub{
		display: none !important;
	}
	.ca-main {
    font-size: 16px;
	}
	.intro{
		min-height: 620px;
		padding-top: 50px !important;
	}
	#badge, #scroll{
		display: none;
	}

	.promo-text, .promo-text-inv-yellow{
		margin-top: 20px !important;
		background: #FFC000 !important;
		color: #000 !important;
		line-height: 20px !important;
		padding: 20px 5px !important;
	}
	.promo-text-alt, .promo-text-inv{
		margin-top: 20px !important;
		background: #fff !important;
		color: #fff !important;
		line-height: 20px !important;
		padding: 20px 5px !important;
	}
	.promo-text > span, .promo-text-alt.darken > span, 
	.promo-text-inv-yellow.darken > span, .promo-text-inv.darken > span{
    font-size: 21px !important;
    line-height: 33px !important;
    background: transparent !important;
    color: #000 !important;
    border: none !important;
	}

	.main-heading {
    font-size: 48px;
    line-height: 55px;
	}
	.about-promo > p {
    padding: 0 20px;
    font-size: 22px;
	}
	.about-promo > p > span {
    line-height: 45px;
	}
	.banner-screen {
    height: 140px;
	}
	.shoutout, p{
		text-align: center;
	}
	.skillset h3 {
    text-align: center;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.0em !important;
	}
	.cbp_tmlabel h2{
		font-size: 18px;
		line-height: 25px;
	}
	.cbp_tmtimeline > li .cbp_tmicon {
		display: none !important;
	}
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    margin-top: 25px !important;
	}

	.team-block-inner{
		padding-top: 0px !important;
		text-align: center;
	}
	.mob-bg-remove{
	background: none !important;
	}
	.service-block{
		margin-bottom: 20px;
	}
	.add-bottom-services {
    margin-bottom: 0px;
	}
	.news-block{
		margin-bottom: 20px;
	}
	.news-date{
		display: none !important;
		visibility: hidden !important;
	}
	.add-top-news{
		margin-top: 0px;
	}
	textarea{
		background: #eee !important;
	}
	.social-links a {
    background: none;
    padding: 0px;
	}
	.social-links a:hover {
    background: none !important;
    padding: 0px;
    opacity: 0.4;
	}
    .project_page
    {
    width:460px;
    }
    #cboxTitle {
    font-size: 16px;
    }
    .contactus h1{
    	font-size: 18px;
    	line-height: 25px;
    }
    .shoutout{
    	text-align: left;
    	font-size: 18px;
    	line-height: 25px;
	}
	.shoutout h4{
    	text-align: left;
	}
	.inner-sub-heading{
		text-align: center;
	}
	.testimonial-block {
		padding-top: 20px;
    text-align: center;
	}
	.testimonial-block img{
		width: 155px;
		height: 200px;
	}
	.testimonial-content {
    text-align: center;
	}
	.ca-icon img{
		margin-top: -40px;
	}
	.ca-main{
		margin-top: 10px;
	}

	.tweet-wrap{
		padding: 100px 0 !important;
	}
	.tweet_list li {
    color: #000000;
    font-family: "Open_Sans_L";
    font-size: 14px !important;
    line-height: 20px;
    list-style-type: none;
    overflow: hidden;
	}
	.about-promo > p > span{
		display: none !important;
	}
	.homepage-bg-color{
	margin-top: 0px !important;
	}
		  .single-page-normal{
		      margin-top: 0px !important;
		  }
	
		  
}

/* Additional Styles */
/* Page Icon and Subtitles */
.thumb-icon, .promo-text, .promo-text-alt {
	display: none;
}

/* Splash Page */
.ca-icon {
	display: none;
}

/* portfolio items */
.carousel-control:hover, .carousel-control:focus {
	color:#111;
}


div.mg_box .grid-desc { 
  color: black;
}
@media only screen and (min-width: 1200px) {
  div.mg_box { 
    width: 30.3%; 
    margin-right: 3%;
  }
}

.stories-bg-color {
	position: relative;
	margin-bottom: 100px;
}

.stories-bg-color wapp 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 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

/* PORTFOLIO LAYOUT */
.stories-text {
	float: left;
	margin-left: 600px;
	text-align: left;
	overflow: hidden;
	

}

.stories-text strong {
	line-height: 12px;
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
}

.stories-text p {
	margin: 0 0 15px 0;
}

#stories-left {
	float: left;
	margin:0 0 0 0;
	padding-top: 15px;
	border-top: 15px solid #000000;
    	width: 61.26495726495726%;
}

#stories-bottom {
	border-bottom: 15px solid #ffffff;
}

.single-page-normal,
.stories-bg-color {
	/* min-height: 600px; */
}

.available-on-itunes:hover {
	/* background: red; */
}

.single .container, .page-template-homepage-latest-post-php .container, .home .single-page-normal .container {
	margin-top: 170px;
}

.single .container {
	margin-bottom: 0;
}

.home .single-page-normal .container {
	margin-bottom: 0;
}

#dpe_fp_widget-2 {

}
.dpe-flexible-posts{

	border-bottom: 15px solid #000000;
}
.dpe-flexible-posts img{
	width:90px;
	height: 68px;

}
.dpe-flexible-posts img:hover{
	width:90px;

}
.dpe-flexible-posts ul{
width:100%;
}
.dpe-flexible-posts li {
	display: inline-block;
	width:90px;
	margin-right: 1.59%;
	margin-bottom: 9px;
	border: 0 !important;
}
.dpe-flexible-posts li:last-child{
	margin-right: 0px;
}






/*Home Page*/
.homepage-text {margin: 0px 19.5%;}
.homepage-bg-color {margin-bottom: 8%;}
#homepage {/*margin-top: 50px;*/}




/*Menu*/
.main-heading {display: none;}
#stories-linker, #about-linker {position: relative; top: 15px;}
.mg_grid_wrap {margin: none;}
#badge {display: none;}

/*
#main-nav {
background: url('http://eisradio.org/wp-includes/images/white-bg.jpg');
opacity:0.6;
}
#main-nav li, #badge{
opacity:1;
}
*/

/*Ipad*/
@media only screen and (device-width: 768px) {
  .homepage-text, .stories-text {margin: 0px 15.5%;}
  .homepage-bg-color{
	margin-top: 0px !important;
	}
		  .single-page-normal{
		      margin-top: 0px !important;
		  }
}
/*Iphone*/
@media only screen and (max-width: 600px) {
.homepage-text, .stories-text {margin: 0;}
.homepage-bg-color{
	margin-top: 0px !important;
	}
		  .single-page-normal{
		      margin-top: 0px !important;
		  }
}


div.navigation {
				position:relative;
				margin-top:19px;
				top:0px;
																margin-bottom:0px;
transition: opacity 500ms ease 0s;
}


.row-fluid {width: 80%; margin: 0px auto; }

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

.row-fluid {width: 100%; margin: 0px auto; }

.sc-scrubber .sc-time-span {width: 90%;}
.carousel-control {border: none;}
.carousel-control {color: white;}
.carousel-control:hover, .carousel-control:focus {color: white;}


.about_transbox {width:100%; margin:0px auto 0px auto;height:auto; padding: 5%; background: white; border: 15px solid #000000;}
.about_transbox p {color: black; word-spacing: 2px; margin-bottom: 0; font-size: 14px; font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;text-transform: uppercase; line-height: normal;}
.about_transbox p a {color: black;}

#about_transbox_left,
#about_transbox_right {
  float: none !important;
  width: 100% !important;
}


}


/*Custom*/

IMG.bw-color-hover {
	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");
	filter: gray;
  	-webkit-filter: grayscale(100%);
}

IMG.bw-color-hover:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.mg_title_under{
	margin-top: 0px !important;
	padding-top: 2px !important;
	padding-left: 0px !important;
}
.botp {
  border-bottom: 15px solid #000000;
  display: block;
  font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
  font-weight: 800;
  font-size: 0.8em;
  text-transform: none;
}
.mg_box{
	border-top: none;
}
.mg_title_under {
  font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	font-weight: 800;
  font-size: .8em;
  letter-spacing: 0.025em;
  margin-top: 0;
  text-transform: uppercase;
}
.post-detailss p {
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	font-weight: 600;
}

.about-bg-color {
	/* margin-top: 45px; */
}

.about-bg-color section.container-fluid:after{
	margin-bottom: 0px;

}
.container-fluid:after{
	margin-bottom: 60px;
}

.homepage-text strong,
.stories-text strong {
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	font-weight: 800;
}
#main-nav li a {font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif; font-size: 18px; letter-spacing: 0.125em; font-weight: 800;}
#main-nav li a:hover {color:  #FF0000; text-decoration: none; background: white;}
#main-nav li a.logo:hover{background: none !important;}

/* Small Screen Styles */
@media screen and (max-width: 360px) {
	#main-nav li a { font-size: 12px; }
}


.homepage-text, .stories-text {font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;}

futura {
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
}

dropcap {
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	font-size: 18px;
	margin-right: 1px;
}

.footer-down, .footer {
	display: none;
}

.story-player {
	margin-top: 15px;
	margin-bottom: 5px;
	border-top: 15px solid #000000;
	padding-top: 15px;
	padding-left: 5px;
}

.carousel-thumbnails {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 15px solid #000000;
	text-align: center;
	display: inline-flex;
}

.carousel-thumbnails > .carousel-thumbnail {
	display: inline-block;
	padding: 5px;
	cursor: pointer;
}

.carousel img {
	width: 100%;
	margin-bottom: 15px;
}

.socials a:hover {
	background: none !important;
	background-color: none !important;
}

.about_transbox {
	width:100%;
	margin: 0px auto 0px auto;
	height: auto;
	padding: 5% 5% 2% 5%;
	background: white;
	border: 15px solid #000000;
}

.about_transbox p {color: black; word-spacing: 2px; margin-bottom: 20px; font-size: 18px; font-weight: 800; font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;text-transform: uppercase; line-height: normal;}
.about_transbox p a {color: black;}
.about_transbox p a:hover {color: #FF0000; text-decoration: none;}
.about-bg-color .container-fluid {padding-left: 0px; padding-right: 0px;}
.about-bg-color .container {width: 100%; max-width: 100%;}
.about_copy{
	margin: 20px auto 10px auto!important;
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif !important;
}

.about_transbox .subscribe-link {
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif !important;
	color: red;
	font-weight: 800;
	letter-spacing: 0.0825em;
}

.about_transbox .subscribe-link:hover,
.about_transbox .subscribe-link:active {
	color: #000;
}

.hidden-phone, .hidden-tablet{
	display:block !important;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
.row-fluid {
width: 100%;
}}
@media only screen and (max-width: 970px) and (min-width: 481px)
div.wapp {
width: 30.3%;
}}

/* Mail Chimp */
.mc_custom_border_hdr, #mc_signup {
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.mc_merge_var {
	margin-bottom: 0px !important;
}

.mergeRow, #mc_display_rewards {
	display: none !important;
}

#mc_signup_form .mc_input {
	border: 4px solid #000;
	width: 100%;
	max-width: 100%;
	font-size: 18px;
	color: #000;
	height: 36px;
	text-align: left;
}

#mc_signup_form #mc_message {
  position: absolute;
  bottom: 40px;
}

#mc_signup_submit {
	background: none;
	border: 0px;
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #ff0000;
	margin-top: 0px !important;
}

#mc_signup_submit:hover {
	text-decoration: underline;
}

#TB_ajaxContent {
  margin: 0 auto;
}

#TB_window #TB_title {
  background: #FFFFFF;
  border-bottom: none;
}

.stories-primary-directive, .about-primary-directive {
	width: 0;
	height: 0;
}

sup.photo-credit, span.photo-caption {
	font-family:'Vaud', 'Helvetica', 'Helvetica Neue', HelveticaNeue, arial, sans-serif;
	font-weight: 200;
}

span.photo-caption {
	font-size: 14px;
}

sup.photo-credit {
	float: right;
}
