@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	/* [disabled]margin-left: auto; */
	width: 100%;
	display: block;
	/* [disabled]margin-right: auto; */
	float: none;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86,45%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
}
#div1 {
	margin-left: auto;
	margin-right: auto;
	position: static;
	height: auto;
	width: 100%;
}
.slidebox {
margin-top:10px;
margin-bottom: 40px;
padding-bottom: 0px; 

overflow: hidden; 
width: 100%;
margin-left: 0;
" 
}

.slidebox:hover {

}

.slidebox img {
    height: auto !important;
    width: 100% !important;
}
.pipesImgdescription { 
background: #fbfbfd !important;

}

.ybh{ 
display: none;

}

.ypa{ 
display: none;

}
.pipebox {

	width: 100%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.sub-title {
text-align: right;
  font-size: 12px;
  letter-spacing: 1px;
    color: #666;
    margin: 0px 0 0;
    padding: 0px 20px 0px 0px;
    display: block;
    opacity: 0.6;
}

.sub-title:hover {
    opacity: 0.9;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: auto; */
	max-width: 702px;
}
#div1 {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	height: auto;
	max-width: 702px;
	top: 30px;
	left: 0px;
}
.slidebox {
width: 100%;
margin-left: 0;
}
.slidebox:hover {


}

.ybr{ 
height: 450px !important;

}
.pipebox {
	width: 100%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;

	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
position: static;
height: auto;
width: 100%;
margin-left: 0;
}

.slidebox {
width: 100%;
margin-left: 0;
}
.slidebox:hover {


}

.ybr{ 
height: 550px !important;

}
.pipebox {
	width: 100%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

    .sub-title {
		   margin: -60px 0 0;
    padding: 0px 0px 0px 0px;

}

}


index-page.grid #posts article {
    float: left;
    margin: 50px 15px 0px;
    opacity: 0;
    width: 400px;
}

.index-page.grid #posts article :hover {
background: #ececec;
}






.body-text {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    line-height: 1.2;
padding: 20px;
}






.header-image-wrapper {
    position: relative;



}


#posts,
#posts.no-title-desc.avatar-style-hidden {
    margin-top: 25px;

}



.post,
.panel {
	background: #ffffff;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
        
}

.pop-menu ul li:not(.no-hover):hover {
background-color: #529ecc;
}

.blog-title {
    text-align: left;
position: absolute;
left: 50px;
margin-top: -70px;
background: transparent;
opacity:0.9;


  filter:alpha(opacity=90); /* For IE8 and earlier */
}

.blog-title:hover {
opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

.slide-menu-wrapper {
    position: fixed;
    top: 0;
   float: left;
    z-index: 5;
}
.mm-menu 
{
    z-index: 7;
}

.mm-ismenu 
{
    background: #fff;
    color: #ccc;

}

.mm-list > li > a,
  .mm-list > li > span {
              font-family: 'Roboto', sans-serif;
    font-weight:400;
	width: 85%;
    color: #444;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0; }


.mm-list > li > a:hover,
  .mm-list > li > span:hover {
background: #ED651B;
    color: #fff;
 }



.mm-menu a.mm-subopen
{
	width: 70%;
	opacity: 1;

}

.mm-menu .mm-list > li > a.mm-subclose {
background: #B9B9B9;
    color: #fff;
 }


.arrow:after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-left: 6px solid #ececec;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -5px;
    right: 8px;
}


    .header-image-wrapper {
        height: 80px;
        margin-top:10px;
margin-left: 0px;
margin-bottom: 40px;
    }

.content {
	z-index: 2;
	background-color: #fbfbfd;
	margin-left: auto;
	margin-right: auto;

}

.head-title {

text-align: right;
margin-top: -0px;
font-family: 'Roboto', sans-serif;

}

h1 {

    font-size: 35px;
font-weight: 100;
    line-height: 1;
    margin: 20px 0px 0px 0px;

    word-wrap: break-word;
letter-spacing: 2px;
}

h1 a {
    color: #ED651B;
    padding: 0px 7px 2px 9px;
    display: block;
    text-decoration: none;
}

h1 a:active {
    margin-bottom: -1px;
    padding-top: 1px;
}

h1 a:hover {
    color: #ffffff;
background-color: #ED651B;
}

 .post h2 a {
                font-family: 'Roboto', sans-serif, "Helvetica Neue", HelveticaNeue, Arial, sans-serif ;
 font-weight: 400;
color: #8a8a8a;
padding-left: 20px;

 }
 
  .post h2 a:hover {

color: #ED651B;

 }
            



.link-wrapper h2 a {
    color: #fff;
    display: block;
    padding: 5px 60px 5px 20px;
margin-bottom: 5px;

}

.link-wrapper h2 a:hover {
    color: #404040;

}

.link-wrapper h3 a {
font-family: 'Roboto', sans-serif, "Helvetica Neue", HelveticaNeue, Arial, sans-serif ;
 font-weight: 400;
 font-size:15px;
    color: #8a8a8a;
background-color: #fbfbfd;
    display: block;
    padding: 5px 60px 5px 20px;
margin-bottom: 5px;

}

.link-wrapper h3 a:hover {
    color: #ffffff;
background-color: #ED651B;

}

.logobox{
    text-align:center;

}

.logos{
    opacity: 0.5;
}

.logos:hover {
    opacity: 1;
}



@media screen and (max-width: 640px) {
    .sub-title {

    margin: 0px 0 0;
	padding-right: 5%;
}

@media screen and (max-width: 480px) 
    

    #posts,
    #posts.no-title-desc.avatar-style-hidden {
        margin-top: 75px;
    }

    .header-image-wrapper {
        height: 80px;
margin-left: 60px;


    }

.head-title {
            width: 218px;
    text-align: right;
    }

h1 {
    font-size: 35px;
    line-height: 1;
letter-spacing: 0px;
}
}
