/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section 
{
	padding: 50px 0px 50px 0px;
	text-align: center;
}
.section_heading
{
	text-align: left;
	color: #060607;
	font-size: 64px;
	line-height: 76px;
	font-weight: 700;
}
.section_description 
{
	color: #060607;
	text-align: left;
	margin: 10px 0px 10px 0px;
}
h1.section_heading 
{
	font-size: 70px;
	line-height: 76px;
	letter-spacing: 5px;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2.section_heading 
{
	font-size: 42px;
	line-height: 48px;
	font-weight: 800;
    margin-bottom: 30px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
h3.section_heading 
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	letter-spacing: 2px;
}
h4.section_heading 
{
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0px;
}
h5.section_heading 
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
h6.section_heading 
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
	text-align: left;
	color: #ffffff;
	letter-spacing: 0px;
}

/* Up to 550px */
@media only screen and (max-width: 550px) {
	h1.section_heading 
	{
		text-align: center;
	}
}

/* Section - Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.header 
{
	position: fixed;
	background-color: transparent;
	width: 100%;
	top: 0px;
	z-index: 100;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 50px 0px;
	text-align: left;
	height: auto;
	transition: padding .4s ease, opacity .3s ease;
}
.section.header .navbar_logo
{
	float: left;
	text-align: left;
	top: 0px;
	overflow: visible;
	margin: 10px 0px 0px 0px;
	width: 230px;
	z-index: 502;
	transition: height .4s ease, opacity .3s ease;
	transition: width .4s ease, opacity .3s ease;
}
.section.header .navbar_logo img
{
	max-width: 100%;
}
/* Reduce logo size where too large for nav to fit */
@media only screen and (max-width: 1000px) {
	.section.header .navbar_logo
	{
		width: 200px;
	}
}
/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.section.header 
	{
		height: 44px;
		transition: height .4s ease, opacity .3s ease;
	}
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.section.header 
	{
		height: 42px;
		transition: height .4s ease, opacity .3s ease;
	}
	.section.header .navbar_logo
	{
		overflow: hidden;
		margin: 5px auto;
		width: 200px;
		height: 46px;
	}
}


/* Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu
{
	float: right;
	height: 34px;
	margin: 10px 0px 0px 0px;	
	transition: margin-top .4s ease, opacity .3s ease;
}
.menu ul
{
	transition: height .4s ease, opacity .3s ease;
}
.menu ul li
{
	float: left;
	list-style: none;
	margin: 10px 0px 0px 40px;
}
.menu ul li a
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	text-transform: uppercase;
}
.menu ul li a:hover
{
	color: #ffffff;
	text-decoration: none;
}
.menu ul li a.active
{
	color: #52b3d0;
	border-bottom: none;
	text-decoration: none;
}

/* Screens not wide enough for nav ----------------------------------- */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.menu ul li
	{
	}
	.menu ul li a
	{
	}
}
/* Screens not wide enough for nav ----------------------------------- */
@media only screen and (max-width: 1023px) {
}

/* Responsive Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#responsive_menu_buttons
{
	position: absolute;
	right: 10px;
	top: 0px;
	display: none;
	z-index: 50;
	width: 36px;
	height: 32px;
	border: 1px solid #eee;
	background: #f5f5f5;
	color: #001b37;
	padding: 5px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
}
#responsive_menu_buttons a
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #001b37;
}
#responsive_menu_buttons a:hover
{
	text-decoration: none;
}
#responsive_menu_open_button
{
	display: block;
	visibility: visible;	
	z-index: 100;
	font-size: 30px;
	line-height: 30px;
}
#responsive_menu_close_button
{
	display: none;
	visibility: visible;	
	z-index: 100;
	font-size: 30px;
	line-height: 30px;
}

#responsive_menu 
{
	position: absolute;
	display: none;
	width: 100%;
	z-index: 50;
	background-color: #001b37;
	padding-top: 120px;
	padding-bottom: 40px;
}

#responsive_menu select
{
	-moz-appearance: none;
}
#responsive_menu ul
{
	width: 80%;
	margin: 0px 0px 0px 0px;
	padding-left: 10%;
	padding-right: 10%;
	list-style: none;
}
#responsive_menu li
{
	display: inline;
	float: left;
	width: 100%;
	border-top: 2px solid #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#responsive_menu ul li:first-child
{
	border-top: 3px solid #ffffff;
}
#responsive_menu ul li:last-child
{
	border-bottom: 4px solid #ffffff;
}
#responsive_menu li.top
{
	border-top: 3px solid #ffffff;
}
#responsive_menu li.bottom
{
}
#responsive_menu li span
{
	float: left;
	width: 40px;
}
#responsive_menu li a
{
	float: left;
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 120%;
}
#responsive_menu li a#active_page
{
	font-weight: bold;
}
#responsive_menu li a:hover
{
	color: #555555;
}
/* Menu - Responsive  ---------------------------------- */
@media only screen and (max-width: 930px) {
	#responsive_menu_buttons
	{
		display: inline;
	}
	#responsive_menu 
	{
		display: none;
		visibility: visible;
	}
	.menu
	{
		visibility: hidden;
		height: 0;
		display: none;
	}
}


/* Section - Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sp-no-js 
{
    visibility: hidden;
} 
.section.hero
{
	padding: 0px 0px 0px 0px;
background-color: #001b37;
height:100vh;
}
.section.hero h2.section_heading 
{
	font-size: 45px;
	line-height: 48px;
	letter-spacing: 5px;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}
.section.hero h3.section_heading 
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	letter-spacing: 2px;
}
.section.hero a.button
{
	border: 1px solid #ffffff;
}
.section.hero a.button:hover
{
	background-color: #ffffff;
	color: #001b37;
}
.section.hero .show_mobiles
{
	display: none;
}
@media only screen and (max-width: 1000px) {
	.section.hero h2.section_heading 
	{
		font-size: 50px;
		line-height: 56px;
		letter-spacing: 3px;
	}
	.section.hero h3.section_heading 
	{
		font-weight: 700;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 1px;
	}
}
/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.section.hero .show_mobiles
	{
		display: block;
	}
	.section.hero h3.section_heading 
	{
		/*display: none;*/
	}
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.section.hero h2.section_heading 
	{
		font-size: 24px;
		line-height: 26px;
		letter-spacing: 1px;
	}
}


/* Section - Single Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.single_hero
{
	padding: 0px 0px 0px 0px;
	background-size: cover;
	background-position: center center;
	height: 500px;
}
.section.single_hero.directory
{
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/single_heroes/directory.jpg);
}
.section.single_hero.hands
{
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/single_heroes/hands.jpg);
}
.section.single_hero.microphone
{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/single_heroes/microphone.jpg);
}
.section.single_hero.sign
{
	background-image: url(../images/single_heroes/great_totham_sign.jpg);
}
.section.single_hero.sign2
{
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/single_heroes/great_totham_sign_2.jpg);
}
.section.single_hero.stpeters
{
	background-image: url(../images/single_heroes/st_peters_entrance.jpg);
}
.section.single_hero .centre_vertically_container
{
	height: 400px;
	margin-top: 100px;
}

@media only screen and (max-width: 1050px) {
	.section.single_hero
	{
		/*height: 300px;*/
	}
}
@media only screen and (max-width: 800px) {
	.section.single_hero
	{
		/*height: 200px;*/
	}
}
@media only screen and (max-width: 500px) {
	.section.single_hero
	{
		/*height: 125px;*/
	}
	.section.single_hero h1.section_heading
	{
		font-size: 40px;
		line-height: 46px;
	}
	.section.single_hero h4.section_heading
	{
	}
}
@media only screen and (max-width: 400px) {
	.section.single_hero
	{
		/*height: 115px;*/
	}
}


/* Section - Contact page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.contact #contactform:target:before 
{
	content:"";
	display:block;
	height: 150px; /* fixed header height*/
	margin:-150px 0 0; /* negative fixed header height */
}
.section.contact
{
	background-color: #52b3d0;
}
.section.contact p.section_description
{
	text-align: center;
	color: #ffffff;
	max-width: 60%;
	margin-left: auto;
    margin-right: auto;
}
.section.contact p.section_description a
{
	color: #ffffff;
}
.section.contact h3 
{
	text-align: center;
}
.section.contact #contactform
{
	max-width: 60%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
}
.section.contact .form_fields input,
.section.contact .form_fields select,
.section.contact .form_fields textarea
{
	width: 100%;
	border: 1px solid #ffffff;
	margin-bottom: 5px;
}
.section.contact .form_fields textarea
{
	height: 200px;
}
.section.contact #contactform .recaptcha_container
{
	text-align: center;
}
.section.contact #contactform .recaptcha_container .g-recaptcha
{
	display: inline-block;
	margin-top: 20px;
}
.section.contact #contactform .submit_container
{
	text-align: center;
}
.section.contact #contactform .submit_container input.button
{
	width: auto;
	background-color: #ffffff;
	color: #52b3d0;
	margin-top: 20px;
}
.section.contact #contactform .submit_container input.button:hover
{
	color: #ffffff;
	background-color: #1a4392;
}
.section.contact #message
{
	max-width: 60%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .section.contact #contactform
    {
        max-width: 100%;
    }
}
@media (max-width: 340px) {
	.section.contact .g-recaptcha {
		transform:scale(0.77);
		transform-origin:0 0;
	}
    .section.contact .recaptcha_container
    {
        overflow-x: hidden;
    }
}


/* Section - Corvid - self_isolating
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.self_isolating
{
	background-color: #52b3d0;
}
.section.self_isolating h2.section_heading
{
	text-transform: uppercase;
    text-align: center;
}
.section.self_isolating p.section_description
{
	text-align: left;
    color: #ffffff;
}
.section.self_isolating a
{
    color: #ffffff;
}


/* Section - helpers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* This jumps links to #joinform with a bit of header space to allow for being underneath the menu */
.section.helpers
{
	background-color: #52b3d0;
	text-align: left;
}
.section.helpers h2.section_heading
{
	text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}
.section.helpers p.section_description
{
	text-align: left;
    color: #ffffff;
}
.section.helpers a
{
    color: #ffffff;
}
.section.helpers .icon
{
    font-size: 64px;
    color: #ffffff;
    margin-top: 10px;
}
.section.helpers .helper
{
    background-color: #ffffff;
    padding: 10px 0px 0px 0px;
    margin-top: 30px;
}
.section.helpers .helper .img
{
    text-align: center;
}
.section.helpers .helper .name
{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 0px 4px 0px;
}
.section.helpers .helper .description
{
    text-align: center;
     padding: 4px 10px 4px 10px;
    box-sizing: border-box;
}
.section.helpers .helper .contact
{
    text-align: center;
     padding: 4px 10px 4px 10px;
    box-sizing: border-box;
}
.section.helpers .helper .contact a
{
    color: rgb(211, 22, 22);
}

/* Bigger than 1000 */
@media (max-width: 549px) {
    .section.helpers .icon
    {
        text-align: center;
    }
}


/* Section - Advice
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* This jumps links to #joinform with a bit of header space to allow for being underneath the menu */
.section.advice
{
	background-color: #52b3d0;
	text-align: left;
}
.section.advice h2.section_heading
{
	text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}
.section.advice p.section_description
{
	text-align: center;
    color: #ffffff;
}
.section.advice .description
{
	text-align: center;
    color: #ffffff;
    margin-bottom: 35px;
}
.section.advice a
{
    color: #ffffff;
    text-decoration: none;
}
.section.advice a:hover
{
    text-decoration: underline;
}


/* Section - Gov link
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* This jumps links to #joinform with a bit of header space to allow for being underneath the menu */
.section.gov
{
	background-color: #000000;
	text-align: left;
}
.section.gov h2.section_heading
{
	text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}
.section.gov p.section_description
{
	text-align: left;
    color: #ffffff;
}
.section.gov a
{
    color: #ffffff;
}
.section.gov .icon
{
    font-size: 64px;
    color: #ffffff;
    margin-top: 10px;
}
/* Bigger than 1000 */
@media (max-width: 549px) {
    .section.gov .icon
    {
        text-align: center;
    }
}


/* Section - Directory
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.directory_page
{
	background-color: #52b3d0;
}
.section.directory_page p.section_description
{
    color: #ffffff;
    text-align: center;
}
.section.directory_page p.section_description a
{
    color: #ffffff;
}
.section.directory_page .icon
{
    font-size: 64px;
    color: #ffffff;
    margin-top: 20px;
}
.section.directory_page h3
{
    font-size: 32px;
    color: #ffffff;
    margin-top: 10px;
    text-align: left;
}
.section.directory_page .divider
{
    width: 100%;
    border-bottom: 1px solid #ffffff;
}
.section.directory_page .description
{
    text-align: left;
    color: #ffffff;
}
.section.directory_page ul
{
    list-style: none;
    text-align: left;
    margin-top: 10px;
}
.section.directory_page li
{
    display: inline;
    font-size: 13px;
    color: #ffffc3;
    margin-left: 5px;
}
.section.directory_page li:nth-of-type(1)
{
    margin-left: 0px;
}
.section.directory_page li a
{
    text-decoration: none;
    color: #ffffc3;
}
.section.directory_page a.button.navy
{
	background-color: #152758;
}
.section.directory_page a.button.navy:hover
{
	background-color: #ffffff;
    color: #152758;
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .section.directory_page .container 
    {
        position: relative;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box; 
    }
    .section.directory_page .column,
    .section.directory_page .two.columns, 
    .section.directory_page .ten.columns 
    {
        width: 100%;
        float: left;
        box-sizing: border-box; 
        margin-left: 0px;
    }
    .section.directory_page h3
    {
        text-align: center;
    }
    .section.directory_page .description
    {
        text-align: center;
    }
    .section.directory_page ul
    {
        text-align: center;
        margin: 0px 0px 25px 0px;
    }
    .section.directory_page li
    {
        display: block;
        margin-left: 0px;
        margin-bottom: 2px;
        line-height: 17px;
    }

}


/* Section - Submit Directory
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.submit_directory
{
	background-color: #52b3d0;
}
.section.submit_directory p.section_description
{
	text-align: center;
	color: #ffffff;
}
.section.submit_directory p.section_description a
{
	color: #ffffff;
}
.section.submit_directory h3 
{
	text-align: center;
}
.section.submit_directory #form
{
	max-width: 60%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
}
.section.submit_directory .form_fields input,
.section.submit_directory .form_fields select,
.section.submit_directory .form_fields textarea
{
	width: 100%;
	border: 1px solid #ffffff;
	margin-bottom: 5px;
}
.section.submit_directory .form_fields textarea
{
	height: 200px;
}
.section.submit_directory #form .recaptcha_container
{
	text-align: center;
}
.section.submit_directory #form .recaptcha_container .g-recaptcha
{
	display: inline-block;
	margin-top: 20px;
}
.section.submit_directory #form .submit_container
{
	text-align: center;
}
.section.submit_directory #form .submit_container input.button
{
	width: auto;
	background-color: #ffffff;
	color: #52b3d0;
	margin-top: 20px;
}
.section.submit_directory #form .submit_container input.button:hover
{
	color: #ffffff;
	background-color: #1a4392;
}
.section.submit_directory #message
{
	max-width: 60%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
}
@media (max-width: 340px) {
	.section.submit_directory .g-recaptcha {
		transform:scale(0.77);
		transform-origin:0 0;
	}
    .section.submit_directory .recaptcha_container
    {
        overflow-x: hidden;
    }
}
/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .section.submit_directory #form
    {
        max-width: 100%;
    }
}


/* Section - Policies (for Terms, Cookies, Privacy)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.policies
{
	background-image: none;
	background-color: #52b3d0;
	text-align: left;
}
.section.policies h2.section_heading,
.section.policies h3.section_heading
{
	text-align: left;
}
.section.policies p,
.section.policies li
{
	color: #ffffff;
}


/* Section - Footer 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section.footer
{
	background-color: #333333;
}
.section.footer ul.big_links
{
	list-style: none;
}
.section.footer ul.big_links li
{
	display: inline-block;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}
.section.footer ul.big_links li .footer-icon
{
	margin-bottom: 10px;
}
.section.footer ul.big_links li .footer-icon img
{
	height: 35px;
}
.section.footer ul.big_links li .footer-icon.inline
{
	display: inline-block;
}
.section.footer ul.big_links li a
{
	color: #ffffff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}
.section.footer ul.small_links
{
	list-style: none;
}
.section.footer ul.small_links li
{
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  	text-indent: -5px;
	color: #ffffff;
}
.section.footer ul.small_links li:nth-child(1):before
{
	content: "";
  	text-indent: -5px;
	padding-left: 0px;
	padding-right: 0px;
}
.section.footer ul.small_links li:before
{
	content: "-";
  	text-indent: -5px;
	padding-left: 10px;
	padding-right: 10px;
}
.section.footer ul.small_links li a
{
	color: #ffffff;
}

@media only screen and (max-width: 610px) {
	.section.footer ul.small_links li
	{
		display: block;
		margin: 0px 0px 4px 0px;
		text-indent: 0px;
	}
	.section.footer ul.small_links li:nth-child(1):before
	{
		content: "";
		text-indent: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.section.footer ul.small_links li:before
	{
		content: "";
		text-indent: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media only screen and (max-width: 380px) {
	.section.footer ul.big_links li
	{
		display: block;
		margin-bottom: 25px;
	}
}


/* #Misc
=================================================================================================================== */
.centered
{
	text-align: center;
}
#message
{
	animation: colorchange 6s;
	-webkit-animation: colorchange 6s;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	text-align: left;
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 20px 0px;
	border: 1px dashed #555555;
	font-size: 14px;
	line-height: 18px;
	background-color: #ffffc3;
}
.message_icon
{
	float: left;
	width: 20px;
}
@keyframes colorchange
{
	0%   {background: #86bc25;}
	100% {background: #ffffc3;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
	0%   {background: #86bc25;}
	100% {background: #ffffc3;}
}

/* #Media Queries
=================================================================================================================== */

/* Bigger than 1000 */
@media (min-width: 1000px) {

}
/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}
