@import url('https://fonts.googleapis.com/css?family=Ewert');
@import url('https://fonts.googleapis.com/css?family=Sancreek');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
body { 
	margin:0px;
	padding:0px;
	background: #EEDDBB url(../images/back.jpg) top center;
	color: #000
}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}

a:hover {
	text-decoration: none;
	color: #900;
	}

/*-- Body --*/

.main-container {
	max-width: 1200px;
	margin: 15px auto 15px auto;
	padding: 0px 15px 0px 15px;
	border: 0;
}

.content-container {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: rgba(255,235,200,0.7);
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 	}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	}

ul {
	font-family: 'Open Sans', sans-serif;
	list-style: none;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	}

ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	}

.list li i {
	color: #333;
	}

h1 {
	font-family: 'Sancreek', cursive;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 36px;
	color: #000;
	font-weight: 400;
	}

h2 {
	font-family: 'Sancreek', cursive;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 28px;
	color: #022339;
	font-weight: 400;
	}

h2 b{
	color: #000;
	}


h3 {
	font-family: 'Sancreek', cursive;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	}

h4 {
	font-family: 'Sancreek', cursive;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 20px;
	color: #022339;
	font-weight: bold;
	text-transform: none;
	}


/*-- Heading --*/

.heading-home {
	margin: 0px 0px 0px 0px;
	height: 500px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
	border: 0;
	background-image: url(../images/home.jpg);
	box-shadow: 0px 0px 18px rgba(0,0,0,0.8);
	}
	
.heading-about {
	margin: 30px 0px 0px 0px;
	height: 500px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 0;
	background-image: url(../images/about.jpg);
	}
	
.heading-contact {
	margin: 30px 0px 0px 0px;
	height: 500px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 0;
	background-image: url(../images/contactus.jpg);
	}
	
.heading-large {
	margin: 30px 0px 0px 0px;
	height: 500px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 0;
	background-image: url(../images/large-animals/heading.jpg);
	}
.heading-small {
	margin: 30px 0px 0px 0px;
	height: 500px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 0;
	background-image: url(../images/small-animals/heading.jpg);
	}
	
.heading-facilities {
	margin: 30px 0px 0px 0px;
	height: 500px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 0;
	background-image: url(../images/facilities.jpg);
	}
	
.cover {
	height: 100%;
	width: 100%;
}

.heading-section h1 {
	font-family: 'Sancreek', cursive;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 36px;
	line-height: 40px;
	color: #FFF;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	}

.heading-section p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}

.heading-section a:hover {
	color: #B3141C;
	}

.heading-section a {
	font-weight: 600;
	color: #FFF;
	}

.heading-section b {
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	}

.heading-section a i {
	color: #FFF;
	}

.heading-section a i:hover {
	color: #FEA;
	}

.logo {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

.logo img {
	max-width: 90%;
	margin: 50px 0px 0px 20px;
	height: auto;
	padding: 5px;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	box-shadow:inset 0px 0px 10px rgba(0,0,0,0.4);
}

.logos {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

.logos img {
	max-width: 90%;
	margin: 50px 0px 0px 20px;
	height: auto;
	padding: 10px;
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	box-shadow:inset 0px 0px 10px rgba(0,0,0,0.4);
}

.gallery  {
	padding: 5px;
	margin: 0px 0px 0px 0px;
	border: 0;
	}

.gallerypic  {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0;
	border-top: 10px solid #582D1D;
	border-left: 10px solid #582D1D;
	border-right: 10px solid #582D1D;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.6);
	background: #582D1D;
	}

.gallerypic:hover, .gallerypic:hover a{
	border-color: #01AD9F;
	background: #01AD9F;
	color: #FFF;
	}

.gallerypic a {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #FEA;
	letter-spacing: 1px;
}

.gallerypic img {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 0;
	}

.gallerypic img:hover {
	}

.links  {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	border: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	background: #582D1D;
	}

.links a {
	font-family: 'Sancreek', cursive;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
}

.links:hover, .links a:hover  {
	border:0;
	background: #01AD9F;
	color: #FFFFFF;
	}

.links img {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	border: 0;
	}

.links img:hover {
	border:0;
	}

.dark {
	background: none;
}

.midpic {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
}

.ppa {
	margin: -2px 0px 0px 0px;
	padding: 0px;
}

.worldtour {
	width: 570px;
	height: 320px;
	max-width: 100%; 
	margin: 10px auto -10px auto;
	}

.linkpic {
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
	width: 100%;
	height: auto;
	margin: 10px auto 0px auto;
	padding: 10px;
	border-radius: 50%;
	background: rgba(255,255,255,0.6);
	box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
}

.linkpic:hover {
	border-radius: 10px;
}

.buttons {
	-webkit-transition:1.5s ease-in-out;
	-moz-transition:1.5s ease-in-out;
	transition:1.5s ease-in-out;
}

.buttons .showcontent {
	-webkit-transition:1.5s ease-in-out;
	-moz-transition:1.5s ease-in-out;
	transition:1.5s ease-in-out;
	display: none;
}

.buttons:hover .showcontent {
	-webkit-transition:1.5s ease-in-out;
	-moz-transition:1.5s ease-in-out;
	transition:1.5s ease-in-out;
	display: block;
}

.link {
	display: block;
	width: 100%;
	height: auto;
	margin: 10px 0px 15px 0px;
	padding: 10px 20px;
	border: 0;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	background: -webkit-linear-gradient(rgba(0,0,0,0.9),rgba(50,50,50,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.9),rgba(50,50,50,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.9),rgba(50,50,50,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.9),rgba(50,50,50,0.9)); /* Standard syntax (must be last) */
	box-shadow: 3px 3px 8px rgba(0,0,0,0.4);
}

.link:hover {
	color: #FFF;
	background: rgba(90,10,0,0.8);
}

.photo {
 	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #000;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 5px 10px;
	border: 0;
	background: -webkit-linear-gradient(rgba(73,99,95,0.9),rgba(146,176,174,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(73,99,95,0.9),rgba(146,176,174,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(73,99,95,0.9),rgba(146,176,174,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(73,99,95,0.9),rgba(146,176,174,0.9)); /* Standard syntax (must be last) */
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.photo img {
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.photo:hover {
	background: -webkit-linear-gradient(rgba(200,255,255,0.9),rgba(160,195,195,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(200,255,255,0.9),rgba(160,195,195,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(200,255,255,0.9),rgba(160,195,195,0.9)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(200,255,255,0.9),rgba(160,195,195,0.9));
	color: #000;
}

.photo a {
	color: #FFF;
	font-size: 14px;
}

.photo:hover a {
	color: #000;
	text-decoration: none;
}

.minheight {
	min-height: 140px;
	padding-left: 10px;
	padding-right: 10px;
}

.redbutton, .redbutton:visited {
	display: block;
	width: 100%;
	border: 0;
	color: #FFF;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	text-decoration:none;
	background: #315086;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border-top: 1px solid #416096;
	border-left: 1px solid #416096;
	border-right: 1px solid #214076;
	border-bottom: 1px solid #214076;
	}

.redbutton:hover, .redbutton.selected {
	color: #FFF;
	background: #B3141C;
	border-top: 1px solid #C3242C;
	border-left: 1px solid #C3242C;
	border-right: 1px solid #A3040C;
	border-bottom: 1px solid #A3040C;
	}

.redbuttonon, .redbuttonon:visited {
	display: block;
	width: 100%;
	border: 0;
	color: #FFF;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	text-decoration:none;
	background: #B3141C;
	border-top: 1px solid #C3242C;
	border-left: 1px solid #C3242C;
	border-right: 1px solid #A3040C;
	border-bottom: 1px solid #A3040C;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	}

.leftpic {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.toppic {
	width: 100%;
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 10px solid #582D1D;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.map {
	width: 100%;
	height: 550px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	border: 0;
}

.sidepic {
	width: 100%;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.sidepix {
	width: 100%;
	height: auto;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.pix {
	width: 100%;
	height: auto;
	margin: 20px auto 0px auto;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	background: -webkit-linear-gradient(rgba(73,99,95,0.9),rgba(146,176,174,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(73,99,95,0.9),rgba(146,176,174,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(73,99,95,0.9),rgba(146,176,174,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom,rgba(0,195,195,0.9), rgba(0,31,31,0.9)); /* Standard syntax (must be last) */
}

.pixs {
	max-width: 100%;
	height: auto;
	margin: 20px auto 0px auto;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	background: -webkit-linear-gradient(to bottom,rgba(0,235,235,0.9), rgba(0,151,151,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to bottom,rgba(0,235,235,0.9), rgba(0,151,151,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to bottom,rgba(0,235,235,0.9), rgba(0,151,151,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom,rgba(0,235,235,0.9), rgba(0,151,151,0.9)); /* Standard syntax (must be last) */
}

.spacepic {
	max-width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.portrait {
	width: 100%;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 10px solid #FFF;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.8);
}

.margin0 {
	margin: 0px;
	padding: 0px;
}

.bluebutton {
	display: block;
	font-size: 18px;
	line-height: 24px;
	background: #315086;
	padding: 5px 20px;
	margin-bottom: 15px;
}
.bluebutton:hover {
	background: #B3141C;
	padding: 5px 20px;
}

#accordion a {
	color: #FFF;
	}

.contactbutton {
	font-size: 15px;
	line-height: 24px;
	color: #FFF;
	background: #315086;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
	border-radius: 4px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5)
}
.contactbutton:hover {
	background: #B3141C;
	color: #FFF;
}

.fb-root {
	margin: 0px;
	padding: 0px;
}

.fb-page {
	display: block;
	width: 500px;
	max-width: 100%;
	min-height: 910px;
	margin: 10px auto;
	padding: 0px;
	background: none;
}

/*-- Heading --*/

.heading-content {
	text-align: center;
	margin-top: 35px;
	}

.heading-content a {
	font-weight: 700;
	color: #FFF;
	}

.heading-content a:hover {
	color: #FFF;
	}


/*-- End Heading --*/


.margin-top-0 {
	margin-top: 0px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-60 {
	margin-top: 60px;
}

/*-- Products --*/

.container {
	padding: 10px 20px 10px 20px;
	}

.nopadding {
	padding: 0px;
	}

/*-- Contact Us --*/

.contact  {
	display: block;
	width: 100%;
	margin: 0px;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	background: #315086;
	padding: 10px 15px;
	}

.contact:hover  {
	color: #315086;
	background: #FFFFFF;
	}

.message-form	textarea {
	padding-bottom: 20px;
	}

.send {
	margin-top: 20px;
	}

.info p {
	padding-bottom: 20px;
	}

.info ul {
	margin: 0;
	padding: 0;
	}

.info li {
	list-style: none;
	margin: 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #666;
	}

.info i {
	color: #FFF;
	margin-right: 10px;
	font-size: 18px;
	}

/*-- End Contact Us--*/

/*-- Services --*/

.service-item {
	text-align: center;
	}

.icon i {
	border-radius: 50%;
	border: 20px solid #FFF;
	color: #0090C0;
	font-size: 28px;
	line-height: 80px;
	width: 120px;
	height: 120px;
	}

/*-- End Services --*/

/*-- Latest Posts --*/

.blog-post {
	position: relative;
	margin-bottom: 30px;
	}

.blog-thumb {
	overflow: hidden;
	position: relative;
	}

.blog-thumb img {
	width: 100%;
	}

.blog-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	padding: 15px;
	}

.content-show a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	}

.content-show a:hover {
	color: #FFF;
	}

.content-show span {
	color: #FFF;
	}

.content-hide {
	margin-top: 15px;
	display: none;
	}

.content-hide p {
	color: #fff;
	}

/*-- End Latest Posts --*/

/*-- Testimonails --*/

.testimonails-content p {
	text-align: center;
	font-size: 15px;
	color: #333;
	font-style: italic;
	}

.testimonails-content h6 {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin-top: 30px;
	font-style: italic;
	}

/*-- End Testimonails --*/

/*--Footer--*/

footer {
	background: #582D1D url(../images/footer.jpg) top center; /* Standard syntax (must be last) */
	box-shadow: 0px 0px 18px rgba(0,0,0,0.8);
	border: 0;
	margin: 0px;
	padding-top: 10px;
	}

.social-bottom {
	margin-top: 5px;
	margin-left: 10px;
	}

.social-bottom span {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	float: left;
	margin-right: 26px;
	}

.social-bottom ul {
	margin: 0;
	padding: 0;
	}

.social-bottom li {
	list-style: none;
	display: inline-block;
	}

.social-bottom a {
	background-color: #333;
	font-size: 18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #bbb;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	}

.social-bottom a:hover {
	background-color: #FFF;
	color: #fff;
	}

.subscribe-form {
	margin-top: 40px;
	padding-bottom: 40px;
	}

.about h3 {
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	background: none;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	}

.about h4 {
	font-size: 14px;
	font-weight: 400;
	color: #F70;
	text-transform: uppercase;
	background: none;
	margin: 0px;
	padding: 9px 0px 9px 0px;
	}

.about p {
	font-weight: 300;
	color: #FFF;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

.footer-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
	}

.footer-title strong {
	font-family: Times, serif;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 20px;
	}

.shop-list table {
	font-weight: 300;
	width: 100%;
	margin: 0;
	padding: 0;
	}

.shop-list table td {
	padding: 3px;
	}

.shop-list p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

.shop-list b {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

.shop-list ul {
	margin: 0;
	padding: 0;
	}

.shop-list li {
	list-style: none;
	font-weight: 400;
	margin: 4px 0;
	color: #CCC;
	}

.shop-list i {
	font-size: 16px;
	margin-right: 5px;
	color: #FFF;
	}

.shop-list a {
	display: block;
	width: 100%;
	text-transform: none;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0px
	}

.shop-list a:hover {
	color: #FFEEAA;
	}

.shop-list .contactlist {
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #315086;
	font-size: 13px;
	padding: 5px 10px 5px 10px;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
	}

.shop-list .contactlist:hover {
	color: #315086;
	background: #FFFFFF;
	}

.more-info p {
	padding-bottom: 20px;
	}

.more-info ul {
	margin: 0;
	padding: 0;
	}

.more-info li {
	list-style: none;
	margin: 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #fff;
	}

.more-info i {
	color: #FFF;
	margin-right: 10px;
	font-size: 18px;
	}

.bottom-footer {
	text-align: center;
	padding: 15px 0 15px 0;
	}

.bottom-footer p {
	font-family: 'Open Sans', sans-serif;
	color: #aaa;
	font-size: 12px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	}

.bottom-footer a {
	color: #DDD;
	font-size: 12px;
	font-weight: 300;
	}

.bottom-footer a:hover {
	color: #aaa;
	font-size: 12px;
	font-weight: 300;
	}

/*-- End Footer --*/

/*--- RESPONSIVE ---*/

@media screen and (max-width: 1000px) {

	}
	
@media screen and (max-width: 990px) {

	.video {
		width: 560px;
		height: 330px;
	}

	.logo {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}

	.logos {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}

	.heading-section h3 {
		margin: 10px 0px 10px 0px;
		text-align: center;
		}

	.footer-title {
		margin-top: 10px;
		}

	.bottom-footer {
		text-align: center;
		}
	}

@media screen and (max-width: 600px) {
	.video {
		width: 430px;
		height: 253px;
	}
	.videosm {
		width: 430px;
		height: 253px;
	}
	.heading-section img {
		text-align: center;
		}

	h1 {
		font-size: 16px;
		}

	.heading-section h3 {
		margin: 10px 0px 10px 0px;
		text-align: center;
		font-size: 22px;
		line-height: 36px;
		}

	body {
		overflow-x: hidden;
		}
	}

@media screen and (max-width: 568px) {

	.bluebutton {
		display: block;
		font-size: 14px;
		line-height: 18px;
		padding: 5px 10px;
	}
	.logo {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}

	.logos {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}

	h1 {
		font-size: 14px;
		}

	.bottom-footer {
		text-align: center;
		}

	.heading-section h3 {
		font-size: 22px;
		line-height: 36px;
		margin: 10px 0px 10px 0px;
		text-align: center;
		}

	.logo {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}
	.logos {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}
	}

@media screen and (max-width: 500px) {

	.bluebutton {
		display: block;
		font-size: 14px;
		line-height: 18px;
		padding: 5px 10px;
	}
	.videosm {
		width: 360px;
		height: 212px;
	}
	.logo {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}

	.logos {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}

	h1 {
		font-size: 16px;
		}

	.bottom-footer {
		text-align: center;
		}

	.heading-section h3 {
		font-size: 16px;
		margin: 5px 0px 5px 0px;
		text-align: center;
		}

	.heading-section h3 b {
		font-size: 20px;
		}

	.logo {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}
	.logos {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}
	}


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

	.bluebutton {
		display: block;
		font-size: 12px;
		line-height: 16px;
		padding: 5px 10px;
	}
	.logo {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}

	.logos {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}

	.bottom-footer {
		text-align: center;
		}

	h1 {
		font-size: 14px;
		}

	.heading-section h3 {
		font-size: 16px;
		line-height: 32px;
		margin: 10px 0px 10px 0px;
		text-align: center;
		}

	.logo {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}
	.logos {
		text-align: center;
		margin: 0px;
		padding: 0px;
		}
	}


/*--- END RESPONSIVE ---*/