@media all and (max-width: 480px) and (orientation: portrait){
/*********************
GENERAL STYLES
*********************/
#banner {
	background-size: cover;
	background-attachment:scroll;
}
/*********************
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;
}
/*********************
CUSTOM POST TYPE LAYOUT 1
*********************/
.layout1 .item {
	text-align:center;

}
.layout1 .item .medium-4 {
	float:inherit;
}
.layout1 .item img {
	float:inherit;
}
/*********************
CUSTOM POST TYPE LAYOUT 2
*********************/
.layout2 .item {
	width:100%;
}
/************************
WORDPRESS GALLERY STYLES
************************/
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
	width:46%;
	margin:2%;
}
.gallery-columns-1 br, .gallery-columns-2 br, .gallery-columns-3 br, .gallery-columns-4 br, .gallery-columns-5 br, .gallery-columns-6 br, .gallery-columns-7 br, .gallery-columns-8 br, .gallery-columns-9 br {
	display:none;
}
}


@media all and (min-width:480px) and (max-width: 640px) {
/*********************
GENERAL STYLES
*********************/
#banner {
	background-size: cover;
	background-attachment:scroll;
}
/*********************
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;
}
/*********************
CUSTOM POST TYPE LAYOUT 1
*********************/
.layout1 .item {
	text-align:center;
}
.layout1 .item .medium-4 {
	float:inherit;
}
.layout1 .item img {
	float:inherit;
}
/*********************
CUSTOM POST TYPE LAYOUT 2
*********************/
.layout2 .item {
	width:100%;
}
/************************
WORDPRESS GALLERY STYLES
************************/
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
	width:28%;
	margin:2%;
}
.gallery-columns-1 br, .gallery-columns-2 br, .gallery-columns-3 br, .gallery-columns-4 br, .gallery-columns-5 br, .gallery-columns-6 br, .gallery-columns-7 br, .gallery-columns-8 br, .gallery-columns-9 br {
	display:none;
}
}


@media all and (max-width: 640px){
/*********************
GENERAL STYLES
*********************/
#banner {
	min-height:inherit;
}
/************************
FOOTER 1 STYLES
************************/
#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;
}
/************************
FOOTER 2 STYLES
************************/
#footer2 .widget {
	text-align:center;
}
#footer2 .widget h4.widgettitle {
	text-align:center;
}
#footer2 ul.menu li {
	text-align:center;
}
#footer2 .footer-copyright, .footer-admin {
	text-align:center;
}
#footer2 #footer-bottom {
	padding:15px 0 5px 0;
}
#footer2 .webdesign {
	float:inherit;
	background-color:inherit;
	width:100%;
	text-align:center;
	margin-top:0px;
	background-position:65% 6px;
	padding:10px 100px 10px 20px;
}
#footer2 .webdesign:after {
	display:none;
}
#footer2 a:hover.webdesign {
	margin-top:0px;
	height:46px;
}
/*********************
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 {
	padding:0px;
}
.sub-header h2 {
	font-size:36px;
	padding:40px 15px;
	width:100%;
	text-align:center;
	display:block;
	margin-top:0px;
	margin-bottom:0px;
}
#header-contact {
	width:100%;
	background-color:#eeeeee;
	margin-bottom:15px;
}
#header-contact span {
	width:96%;
	text-align:center;
	margin:3%;
	padding-bottom:0px;
}
/*********************
SUB HEADER 2 STYLES
*********************/
.sub-header2 .sub-header-image {
	background-size:cover;
	background-attachment:inherit;
	background-position:center;
}
/*********************
SUB HEADER 3 STYLES
*********************/
header.sub-header3 .sub-header3-container {
	width:100%;
	left:0px;
	margin:inherit;
	bottom:50px;
}
body.header-3 .sub-header3 {
	padding-top:200px;
	height:inherit;
}
body.header-1 .sub-header3  {
	background-size:cover;
}
.header-3 #header-contact {
	display:none;
}
/*********************
CUSTOM POST TYPE LAYOUT 2
*********************/
.layout2 .item {
	width:100%;
}
/************************
COOKIE CONSENT STYLES
************************/
#refuse-message div {
	width:300px;
	height:auto;
	margin-left:-150px;
}
#refuse-message p {
	font-size:14px;
	margin-bottom:30px;
}
}


@media screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2){}


@media all and (min-width: 640px) and (max-width: 1024px){
/*********************
GENERAL STYLES
*********************/
#banner {
	background-size: cover;
	background-attachment:scroll;
	min-height:inherit;
}
/*********************
HEADER STYLES
*********************/
.sub-header {
	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 {
	width:44%;
	text-align:center;
	margin:3%;
	padding-bottom:0px;
}
.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;
}
/*********************
SUB HEADER 2 STYLES
*********************/
.sub-header2 .sub-header-image {
	background-size:cover;
	background-attachment:inherit;
	background-position:center;
}
/*********************
SUB HEADER 3 STYLES
*********************/
header.sub-header3 .sub-header3-container {
	width:100%;
	left:0px;
	margin:inherit;
	bottom:50px;
}
body.header-3 .sub-header3 {
	padding-top:150px;
	height:inherit;
}
body.header-1 .sub-header3  {
	background-size:100%;
}
.header-3 #header-contact {
	display:none;
}
/*********************
BLOG STYLES
*********************/
#blog-nav, #blog-intro {
	width:94%;
	margin-left:3%;
	margin-right:3%;
}
.grid {
	margin-left:2%;
	margin-right:2%;
}
/************************
FOOTER 1 STYLES
************************/
#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;
}
/************************
FOOTER 2 STYLES
************************/
#footer2 .widget {
	text-align:center;
}
#footer2 .widget h4.widgettitle {
	text-align:center;
}
#footer2 ul.menu li {
	text-align:center;
}
/*********************
CUSTOM POST TYPE LAYOUT 2
*********************/
.layout2 .item {
	width:46.8%;
}
.layout2 .item:nth-child(3n+1) {
	clear:inherit;
}
.layout2 .item:nth-child(2n+1) {
	clear:both;
}
/************************
WORDPRESS GALLERY STYLES
************************/
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
	width:16%;
	margin:2%;
}
.gallery-columns-5 br {
	display:none;
}
}


@media all and (min-width: 1024px) and (max-width: 1200px){
/*********************
HEADER STYLES
*********************/
/*********************
SUB HEADER 2 STYLES
*********************/
.sub-header2-container {
	width:100%;
	left:inherit;
	margin-left:20px;
}
.sub-header2 .sub-header-image {
	background-size:cover;
	background-attachment:inherit;
	background-position:center;
}
/*********************
SUB HEADER 3 STYLES
*********************/
header.sub-header3 .sub-header3-container {
	width:100%;
	left:25px;
	margin:inherit;
}
body.header-3 .sub-header3 {
	padding-top:150px;
}
body.header-1 .sub-header3  {
	background-size:100%;
}
/*********************
BLOG STYLES
*********************/
#blog-nav, #blog-intro {
	width:94%;
	margin-left:3%;
	margin-right:3%;
}
.grid {
	margin-left:2%;
	margin-right:2%;
}
}


@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;
    }
}