@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
body { 
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	background-image: url(../images/background.jpg);
	background-size: auto 100%;
	background-position: top center;
	background-attachment: fixed;
	background-color: #0090AB;
	}

a {
	text-decoration: none;
	color: #FE9;
	font-weight: 600;
	}

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

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

p b {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #141;
	font-weight: 600;
	}

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

.light p b {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #FFF;
	font-weight: 600;
	}

h1 {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 15px 10px 15px 10px;
	font-size: 36px;
	color: #FFF;
	font-weight: 400;
	text-align: left;
	background: -webkit-linear-gradient(rgba(0,41,51,0.9),rgba(0,105,115,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,41,51,0.9),rgba(0,105,115,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,41,51,0.9),rgba(0,105,115,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,41,51,0.9),rgba(0,105,115,0.9)); /* Standard syntax (must be last) */
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	}


h2 {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 10px 10px 10px 0px;
	font-size: 24px;
	color: #FFF;
	font-weight: 400;
	text-align: left;
	}

h3 {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	color: #333;
	font-weight: 400;
	text-transform: none;
	text-align: left;
	}

h4 {
	font-family: 'Open Sans', sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 24px;
	color: #222;
	font-weight: 400;
	text-transform: none;
	text-align: left;
	}

/*-- Heading --*/

.heading-section {
	margin: 50px 0px 0px 0px;
	min-height: 130px;
	background: -webkit-linear-gradient(rgba(200,191,181,0.9),rgba(255,225,195,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(200,191,181,0.9),rgba(255,225,195,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(200,191,181,0.9),rgba(255,225,195,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(200,191,181,0.9),rgba(255,225,195,0.9)); /* Standard syntax (must be last) */
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	border: 0;
	}

.heading-section h3 {
	font-family: 'Open Sans', sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 42px;
	color: #53354C;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	}

.heading-section h3 a {
	font-size: 24px;
	color: #53354C;
	font-weight: 600;
	}

.heading-section h3 b {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 24px;
	color: #53354C;
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 4px solid #53354C;
	}

.heading-section p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
	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: #315086;
	}

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

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

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

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

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

.light {
	background: rgba(0,0,0,0.6);
}

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

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

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

.list li i {
	color: #FFF;
	}

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

.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 table { 
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 10px 10px;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	border:0;
	color: #EEE;
	text-shadow: 1px 1px 1px #420;
	}

.dark table td{ 
	width: 14%;
	padding: 2px 0px 5px 2px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
	border-left: 1px solid #367;
	border-top: 1px solid #367;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	color: #EEE;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}

.dark table td.heads{ 
	background: #38A;
	background-image: -moz-linear-gradient(top, #134,#256);
	background-image: -o-linear-gradient(top, #134,#256);
	background-image: -webkit-linear-gradient(top, #134,#256);
	background-image: linear-gradient(to top, #134,#256);
	border-left: 1px solid #367;
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	}

.dark table td.head{ 
	background-image: -moz-linear-gradient(top, #134,#256);
	background-image: -o-linear-gradient(top, #134,#256);
	background-image: -webkit-linear-gradient(top, #134,#256);
	background-image: linear-gradient(to top, #134,#256);
	color: #FFF;
	text-align: center;
	}

.dark table td.date{ 
	vertical-align: top;
	background: -webkit-linear-gradient(rgba(200,191,181,0.9),rgba(255,225,195,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(200,191,181,0.9),rgba(255,225,195,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(200,191,181,0.9),rgba(255,225,195,0.9)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(200,191,181,0.9),rgba(255,225,195,0.9));
	color: #000;
	height: 81px;
	}

.dark table td.daten{ 
	vertical-align: top;
	background: #AAA;
	color: #666;
	height: 80px;
	}

.dark table td .event{ 
	display: block;
	width: 95%;
	margin: 0px auto 5px auto;
	padding: 0;
	color: #000;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	border: 0;
	}

.dark table td .event a{ 
	text-decoration: none;
	color: #333;
	}

.dark table td .event a:hover {
	text-decoration: underline;
	color: #050;
	}

.dark table td .flyer{ 
	display: block;
	width: 95%;
	margin: 2px auto 0px auto;
	padding: 2px 2px;
	background-image: -moz-linear-gradient(top, #600,#200);
	background-image: -o-linear-gradient(top, #600,#200);
	background-image: -webkit-linear-gradient(top, #600,#200);
	background-image: linear-gradient(to bottom, #600,#200);
	color: #FFF;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	border-left: 1px solid #900;
	border-top: 1px solid #900;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	}

.dark table td .flyer:hover{ 
	background-image: -moz-linear-gradient(top, #050,#020);
	background-image: -o-linear-gradient(top, #050,#020);
	background-image: -webkit-linear-gradient(top, #050,#020);
	background-image: linear-gradient(to bottom, #050,#020);
	border-left: 1px solid #070;
	border-top: 1px solid #070;
	}

.spacer {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 5px;
	border: 0px;
 	background: -webkit-linear-gradient(#363636,#161616); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#363636,#161616); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#363636,#161616); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#363636,#161616); /* Standard syntax (must be last) */
}

.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: 0px;
	border-radius: 50%;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
}

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

.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,41,51,0.9),rgba(0,105,115,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,41,51,0.9),rgba(0,105,115,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,41,51,0.9),rgba(0,105,115,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,41,51,0.9),rgba(0,105,115,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);
}

.video {
	width: 640px;
	height: 377px;
	margin: 0px auto;
	padding: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border: 15px solid rgba(200,191,181,0.9);
	border-radius: 0px;
}

.videos {
	width: 267px;
	height: 560px;
	margin: 10px auto;
	padding: 0px;
	overflow:hidden;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border: 15px solid rgba(200,191,181,0.9);
	border-radius: 0px;
}

.photo {
	color: #000;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 5px 10px;
	border: 1px solid rgba(0,0,0,0.6);
	background: rgba(245,215,185,0.9);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.8);
}
.photo img {
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 1px solid rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.photo:hover {
	background: rgba(50,30,5,0.5);
}

.photo a{
	font-size: 14px;
	color: #222;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

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

.project {
	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(0,71,51,0.9),rgba(0,115,115,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,71,51,0.9),rgba(0,115,115,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,71,51,0.9),rgba(0,115,115,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,71,51,0.9),rgba(0,115,115,0.9)); /* Standard syntax (must be last) */
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.project img {
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.project:hover {
	background: rgba(50,30,5,0.5);
}

.project a{
	font-size: 16px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.project a:hover{
	color: #FFF;
	text-decoration: none;
}

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

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

.map {
	width: 100%;
	height: 620px;
	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(0,41,51,0.9),rgba(0,105,115,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,41,51,0.9),rgba(0,105,115,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,41,51,0.9),rgba(0,105,115,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-page {
	width: 100%;
	height: 720px;
	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 --*/

/*-- 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: 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;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	}

.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;
	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 .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) {

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

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

	h1 {
		font-size: 28px;
		}

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

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

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


@media screen and (min-width: 995px) {

	body {
		overflow-x: hidden;
		}
	h1 {
		font-size: 24px;
		}
	}
	
@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: 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;
	}
	.video {
		width: 360px;
		height: 212px;
	}
	.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) {

	.video {
		width: 300px;
		height: 180px;
	}
	.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 ---*/