/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}
 
/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}
 
/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}
 
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}
 
/* Desktops and laptops ----------- */

/* Smaller screens -------- */
@media only screen 
and (max-width : 768px) {
/* Styles */

	footer {
		border-top: 6px solid #ffa100;
	}

	#site-map {
		margin-bottom: 0px;
		display: none;
	}

	.social-icons {
		width: 100%;
		float: none;
		text-align: center;
		padding: 20px 0;
	}

	footer nav {
		width: 100%;
		position: relative;
		top: 0px;
	}

	footer {
		position: relative;
	}

	footer .footer-links {
		text-align: center;
		float: left;
		width: 100%;
	}

	footer .footer-links > ul {
		width: 100%;
	}

	footer .footer-links .menu li {
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #232F37;
	}

	footer .footer-links .menu li.lang-item {
		display: none;
	}

	footer .footer-links > ul > li > a {
		border-right: none;
		display: block;
		width: 100%;
		padding: 20px 0 !important;
		font-size: 1.5em;
	}

	footer .footer-links > ul > li > a:hover {
		background-color: #078D71;
		color: white;
		text-decoration: none;
	}

	footer .container-fluid {
		padding: 0;
	}

	footer .footer-links li:last-child a {
		padding: 0;
	}

	footer .newsletter-signup form {
		text-align: center;
		width: 100% !important;
	}

	footer .newsletter-signup form input, footer .newsletter-signup form input:focus {
		float: none !important;
		width: 80% !important;
	}

	footer .newsletter-signup button {
		float: none;
		color: #ffffff;
		width: 30%;
		/* taken from btn-large / btn-primary */
		margin: 10px 0px;
	}

	footer .newsletter-signup legend {
		padding: 20px 0px;
	}

	footer .footer-links {
		margin-bottom: 0px;
	}

	footer .attribution {
		text-align: center;
		width: 100%; /* override pull-left */
	}

	footer form {
		float: none;
	}

	#footer_ad_icons a {
		display: block;
		padding: 5px 0;
	}
}

@media only screen 
and (min-width : 1224px) {
/* Styles */
}
 
/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}
 
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
=======
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}
 
/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}
 
/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}
 
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}
 
/* Desktops and laptops ----------- */

/* Smaller screens -------- */
@media only screen 
and (max-width : 768px) {
/* Styles */

	footer {
		border-top: 6px solid #ffa100;
	}

	#site-map {
		margin-bottom: 0px;
		display: none;
	}

	.social-icons {
		width: 100%;
		float: none;
		text-align: center;
		padding: 20px 0;
	}

	footer nav {
		width: 100%;
		position: relative;
		top: 0px;
	}

	footer {
		position: relative;
	}

	footer .footer-links {
		text-align: center;
		float: left;
		width: 100%;
	}

	footer .footer-links > ul {
		width: 100%;
	}

	footer .footer-links .menu li {
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #232F37;
	}

	footer .footer-links .menu li.lang-item {
		display: none;
	}

	footer .footer-links > ul > li > a {
		border-right: none;
		display: block;
		width: 100%;
		padding: 20px 0;
		font-size: 1.5em;
	}

	footer .footer-links > ul > li > a:hover {
		background-color: #078D71;
		color: white;
		text-decoration: none;
	}

	footer .container-fluid {
		padding: 0;
	}

	footer .footer-links li:last-child a {
		padding: 0;
	}

	footer .newsletter-signup form {
		text-align: center;
		width: 100% !important;
	}

	footer .newsletter-signup form input, footer .newsletter-signup form input:focus {
		float: none !important;
		width: 80% !important;
	}

	footer .newsletter-signup button {
		float: none;
		color: #ffffff;
		width: 30%;
		/* taken from btn-large / btn-primary */
		margin: 10px 0px;
	}

	footer .newsletter-signup legend {
		padding: 20px 0px;
	}

	footer .footer-links {
		margin-bottom: 0px;
	}

	footer .attribution {
		text-align: center;
		width: 100%; /* override pull-left */
	}

	footer form {
		float: none;
	}

	#footer_ad_icons a {
		display: block;
		padding: 5px 0;
	}
}

@media only screen 
and (min-width : 1224px) {
/* Styles */
}
 
/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}
 
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
=======
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}
 
/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}
 
/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}
 
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}
 
/* Desktops and laptops ----------- */

/* Smaller screens -------- */
@media only screen 
and (max-width : 768px) {
/* Styles */

	footer {
		border-top: 6px solid #ffa100;
	}

	#site-map {
		margin-bottom: 0px;
		display: none;
	}

	.social-icons {
		width: 100%;
		float: none;
		text-align: center;
		padding: 20px 0;
	}

	footer nav {
		width: 100%;
		position: relative;
		top: 0px;
	}

	footer {
		position: relative;
	}

	footer .footer-links {
		text-align: center;
		float: left;
		width: 100%;
	}

	footer .footer-links > ul {
		width: 100%;
	}

	footer .footer-links .menu li {
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #232F37;
	}

	footer .footer-links .menu li.lang-item {
		display: none;
	}

	footer .footer-links > ul > li > a {
		border-right: none;
		display: block;
		width: 100%;
		padding: 20px 0;
		font-size: 1.5em;
	}

	footer .footer-links > ul > li > a:hover {
		background-color: #078D71;
		color: white;
		text-decoration: none;
	}

	footer .container-fluid {
		padding: 0;
	}

	footer .footer-links li:last-child a {
		padding: 0;
	}

	footer .newsletter-signup form {
		text-align: center;
		width: 100% !important;
	}

	footer .newsletter-signup form input, footer .newsletter-signup form input:focus {
		float: none !important;
		width: 80% !important;
	}

	footer .newsletter-signup button {
		float: none;
		color: #ffffff;
		width: 30%;
		/* taken from btn-large / btn-primary */
		margin: 10px 0px;
	}

	footer .newsletter-signup legend {
		padding: 20px 0px;
	}

	footer .footer-links {
		margin-bottom: 0px;
	}

	footer .attribution {
		text-align: center;
		width: 100%; /* override pull-left */
	}

	footer form {
		float: none;
	}

	#footer_ad_icons a {
		display: block;
		padding: 5px 0;
	}
}

@media only screen 
and (min-width : 1224px) {
/* Styles */
}
 
/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}
 
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}