/* #### Mobile Phones Portrait #### */
@media all and (max-width: 480px) and (orientation: portrait){
/*********************
HEADER STYLES
*********************/
#logo {
	width:50%;
	float:left;
}
#header-contact {
	width:100%;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}
.header-social {
	padding:10px;
	margin-bottom:10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	display:none;
}
.header-social span {
	width:100%;
	text-align:center;
	float:inherit;
	line-height:inherit;
	padding-right:inherit;
}
}

/* #### Mobile Phones Landscape #### */
@media all and (min-width:480px) and (max-width: 640px) {
/*********************
HEADER STYLES
*********************/
#logo {
	width:50%;
	float:left;
}
#header-contact {
	width:100%;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}
.header-social {
	padding:10px;
	margin-bottom:10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	display:none;
}
.header-social span {
	width:100%;
	text-align:center;
	float:inherit;
	line-height:inherit;
	padding-right:inherit;
}
}

/* #### Mobile Phones Portrait or Landscape #### */
@media all and (max-width: 640px){
/************************
FOOTER STYLES - STYLE 1
************************/
#footer1 .footer-menu1 ul.menu {
	float:left;
	width:100%;
	text-align:center;
}
#footer1 ul.menu li a {
	padding:10px;
}
#footer1 .footer-copyright {
	width:100%;
	text-align:center;
}
/*********************
BLOG STYLES
*********************/
#blog-nav, #blog-intro {
	width:94%;
	margin-left:3%;
	margin-right:3%;
}
.grid {
	margin-left:2%;
	margin-right:2%;
}
.blognav-column1, .blognav-column2, .blognav-column3 {
	width:100%;
}
/*********************
HEADER STYLES
*********************/
.sub-header {
	min-height:inherit;
	padding:0px;
}
.sub-header h2 {
	font-size:36px;
	padding:40px 15px;
	width:100%;
	text-align:center;
	display:block;
	margin-top:0px;
	margin-bottom:0px;
}
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2){

}

/* #### Tablets Portrait or Landscape #### */
@media all and (min-width: 640px) and (max-width: 1024px){
/*********************
HEADER STYLES
*********************/
.sub-header {
	min-height:inherit;
	padding:0px;
}
.sub-header h2 {
	font-size:36px;
	padding:40px 15px;
	width:100%;
	text-align:center;
	display:block;
	margin-top:0px;
	margin-bottom:0px;
}
#logo {
	width:300px;
}
#header-contact {
	width:100%;
	background-color:#eeeeee;
	margin-bottom:15px;
}
#header-contact span {
	float:inherit;
	width:48%;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}
.header-social {
	padding:10px;
	margin-bottom:10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	display:none;
}
.header-social span {
	width:100%;
	text-align:center;
	float:inherit;
	line-height:inherit;
	padding-right:inherit;
}
/*********************
BLOG STYLES
*********************/
#blog-nav, #blog-intro {
	width:94%;
	margin-left:3%;
	margin-right:3%;
}
.grid {
	margin-left:2%;
	margin-right:2%;
}
/************************
FOOTER STYLES - STYLE 1
************************/
#footer1 .footer-menu1 {
	text-align:center;
}
#footer1 .footer-menu1 ul.menu {
	float:none;
	display:inline-block;
}
#footer1 .footer-copyright {
	width:100%;
	text-align:center;
	padding:0px 0px 15px 0px;
}
}

/* #### Tablets Portrait or Landscape #### */
@media all and (min-width: 1024px) and (max-width: 1200px){
/*********************
HEADER STYLES
*********************/
.sub-header h2 {
	padding-left:20px;
}
/*********************
BLOG STYLES
*********************/
#blog-nav, #blog-intro {
	width:94%;
	margin-left:3%;
	margin-right:3%;
}
.grid {
	margin-left:2%;
	margin-right:2%;
}
}

/* #### Desktops #### */
@media all and (min-width: ){

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}