@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i');
body { 
	margin:0px;
	padding:0px;
	background-repeat: repeat-x;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-color: rgb(0,20,80);
	}

a {
	text-decoration: none;
	color: #315086;
	}

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

/*-- Body --*/

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

.content-container {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	box-shadow:  0px 15px 15px rgba(0,0,0,0.6);
}

*, *: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: #000;
	font-weight: 400;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}

.list li i {
	color: #333;
	}

h1 {
	font-family: 'Noto Serif', serif;	margin: 0px;
	padding: 15px 0px 15px 0px;
	font-size: 28px;
	color: #333;
	font-weight: 400;
	background: none;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.3)
	}


h2 {
	font-family: 'Noto Serif', serif;	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-size: 24px;
	font-weight: 400;
	color: #333;
	font-weight: bold;
	text-align: left;
	background: none;
	}

h3 {
	font-family: 'Noto Serif', serif;	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-size: 24px;
	font-weight: 400;
	color: #333;
	font-weight: bold;
	text-align: left;
	background: none;
	}

h4 {
	font-family: 'Noto Serif', serif;	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	text-transform: none;
	text-align: left;
	}

/*-- Heading --*/

.heading-section {
	margin: 50px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	min-height: 130px;
	background-repeat: repeat-x;
	background-image: url(../images/heading.png);
	background-position:  center center;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	border: 0;
	}

.heading-section p {
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #eec;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	}

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

.heading-section a {
	font-weight: 400;
	color: #FFD;
	}

.heading-section b {
	font-size: 16px;
	font-weight: 400;
	color: #eec;
	}

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

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

.spacer {
	background: url(../images/menu.png);
	font-family: Times New Roman, serif;
	font-size: 18px;
	border-bottom: 1px solid #BAA77F;
	box-shadow: inset 0px 0px 8px rgba(0,0,0,0.7);
	padding: 5px
}

.spacer h3 {
	font-family: 'Noto Serif', serif;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	color: #FFD;
	text-shadow: 1px 1px #000;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	}


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

.logo img {
	max-width: 100%;
	height: auto;
}

.light {
	background: rgba(204,204,204,1) url(../images/back.png);
	background-size: 100& 100%;
}

.light h3 {
	font-family: 'Noto Serif', serif;	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-size: 24px;
	font-weight: 400;
	color: #333;
	font-weight: bold;
	text-align: left;
	background: none;
	}

.light a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
	}

.light a:hover {
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	}

.light ul {
	margin: 10px 0px 0px 0px;
	padding: 0;
	}

.light li {
	list-style: none;
	margin: 4px 0px 0px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;	
	font-weight: 400;
	text-align: left;
	color: #222;
	}

.light li:before {
	content: "\f0e3"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	width: 1.5em; /* same as padding-left set on li */
	}

.light ol {
	margin: 0px 0px 10px 40px;
	padding: 0;
	}

.light ol li {
	list-style: decimal;
	margin: 4px 0px 0px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;	
	font-weight: 400;
	text-align: left;
	color: #222;
	}

.light ol li:before {
	display: none;
	}

.dark {
	background: -webkit-linear-gradient(rgba(0,0,0,20.8),rgba(50,50,80,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,20.8),rgba(50,50,80,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,20.8),rgba(50,50,80,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,20.8),rgba(50,50,80,0.8)); /* Standard syntax (must be last) */
}

.dark h1 {
	font-family: 'Noto Serif', serif;	margin: 0px;
	padding: 15px 0px 15px 0px;
	font-size: 28px;
	color: #FFF;
	font-weight: 400;
	background: none;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.3)
	}


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

.dark h2 {
	font-weight: 400;
	color: #FFD;
	}

.dark h3 {
	color: #FFD;
	font-size: 16px;
	margin-bottom: 15px;
	}

.dark a {
	color: #FFD;
	}

.dark a:hover {
	color: #FFF;
	}

.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 -10px auto;
	padding: 0px;
	border: 10px solid rgb(240,225,210);
	border-radius: 50%;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.6);
}

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

.link {
	width: 100%;
	height: auto;
	margin: 10px auto 5px auto;
	padding: 10px;
	background: rgb(255,255,255);
	box-shadow: 3px 3px 15px rgba(0,0,0,0.6);
}

.link:hover {
	background: rgb(200,200,200);
}

.photo {
	font-family: 'Noto Serif', serif;	margin: 15px 0px 0px 0px;
	padding: 15px 15px 5px 15px;
	background: rgb(50,80,38);
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.photo img {
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

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

.leftpic {
	width: 100%;
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background: -webkit-linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* Standard syntax (must be last) */
	box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
}

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

.video {
	width: 100%;
	height: auto;
	margin: 20px auto 0px auto;
	padding: 10px;
	background: -webkit-linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* Standard syntax (must be last) */
	box-shadow: inset 0px 0px 8px rgba(0,0,0,0.3);
}

.video:hover {
	background: #FFD;
}

.videobox {
 	font-family: 'Noto Serif', serif;	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: rgba(0,0,0,0.3);
	padding: 15px;
	border-radius: 8px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.videobox img {
 	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border: 10px solid rgb(240,225,210);
	border-radius: 50%;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	margin: 0px 0px 5px 0px;
}

.videobox:hover img {
	border-radius: 5px;
}

.videobox a {
	font-family: 'Noto Serif', serif;	font-size: 18px;
	line-height: 40px;
	color: #F3FAFC;
	font-weight: 400;
	text-transform: none;
	text-align: center;
}

.videobox a b {
	font-family: 'Noto Serif', serif;	font-size: 18px;
	line-height: 40px;
	color: #F3FAFC;
	font-weight: 400;
	text-transform: none;
	text-align: center;
}

.videobox:hover a, .videobox:hover a b{
	color: #adf;
}

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

.reviews {
	width: 100%;
	height: 750px;
	margin: 0px 0px -4px 0px;
	padding: 0px;
	border: 0;
}

.sidepic {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 10px solid rgb(50,80,38);
	border-radius: 10px;
	box-shadow:  4px 4px 12px rgba(0,0,0,0.4);
}

.sidepic:hover {
	border: 10px solid #FFD;
}

.sidepix {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 10px solid rgb(50,80,38);
	border-radius: 10px;
	box-shadow:  4px 4px 12px rgba(0,0,0,0.4);
}

.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(30,40,80,0.8),rgba(80,100,160,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* 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(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(30,40,80,0.8),rgba(80,100,160,0.8)); /* 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;
}

.dark .bluebutton {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	background: -webkit-linear-gradient(rgba(136,127,71,0.8),rgba(71,64,20,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(136,127,71,0.8),rgba(71,64,20,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(136,127,71,0.8),rgba(71,64,20,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(136,127,71,0.8),rgba(71,64,20,0.8)); /* Standard syntax (must be last) */
	padding: 5px 20px;
	margin: 15px 0px 15px 0px;
	border-radius: 5px;
	text-decoration: none;
	box-shadow: 
}
.dark .bluebutton:hover {
	background: -webkit-linear-gradient(rgba(179,20,28,0.8),rgba(97,26,30,0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(179,20,28,0.8),rgba(97,26,30,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(179,20,28,0.8),rgba(97,26,30,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(179,20,28,0.8),rgba(97,26,30,0.8)); /* Standard syntax (must be last) */
	text-decoration: none;
}

#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-page {
	width: 100%;
	height: 620px;
	margin: 0px auto;
	padding: 0px;
	background: transparent;
	text-align: center;
}


/*-- 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-10 {
	margin-top: 10px;
}

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

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

/*-- 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;
	}

.service-item h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 32px;
	padding: 0px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	margin-top: 25px;
	}

/*-- End Services --*/

/*-- 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-color: rgb(25,25,24);
	background-repeat: repeat-x;
	background-image: url(../images/heading.png);
	background-position: top center;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	border: 0;
	margin: 0px;
	padding-top: 10px;
	}

.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;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	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-top: 10px;
	padding-bottom: 10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	}

.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;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

.shop-list b {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	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;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}

.shop-list i {
	font-size: 16px;
	margin-right: 5px;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}

.shop-list a {
	display: block;
	width: 100%;
	text-transform: none;
	color: #FFFFFF;
	font-size: 13px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	padding: 0px
	}

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

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

.shop-list .contactlist {
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #315086;
	font-size: 13px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	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;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}

.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;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	margin: 0px;
	padding: 0px;
	}

.bottom-footer a {
	color: #DDD;
	font-size: 12px;
	font-weight: 300;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}

.bottom-footer a:hover {
	color: #aaa;
	font-size: 12px;
	font-weight: 300;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	}

/*-- End Footer --*/

/*--- RESPONSIVE ---*/

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

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

	.logo {
		text-align: center;
		margin: 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: 800px) {

	body {
		overflow-x: hidden;
		}
	h1 {
		font-size: 24px;
		}
	.heading-section p {
		text-align: center;
		}
	}
	
@media screen and (max-width: 600px) {
	.heading-section img {
		text-align: center;
		}

	.heading-section p {
		text-align: center;
		}

	h1 {
		font-size: 16px;
		}

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

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

	h1 {
		font-size: 14px;
		}

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

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

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

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

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

	h1 {
		font-size: 16px;
		}

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

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

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

	.logo {
		text-align: center;
		margin: 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;
		}

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

	h1 {
		font-size: 14px;
		}

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

	.logo {
		text-align: center;
		}
	}


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