/*********************** RESET ****************************/ 
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn,img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*********************** END OF RESET ****************************/ 

/* ======================================= FONTS ==================================================================================================*/

@font-face {
    font-family: 'CantarellRegular';
    src: url('css/type/Cantarell/Cantarell-Regular-webfont.eot');
    src: url('css/type/Cantarell/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/type/Cantarell/Cantarell-Regular-webfont.woff') format('woff'),
         url('css/type/Cantarell/Cantarell-Regular-webfont.ttf') format('truetype'),
         url('css/type/Cantarell/Cantarell-Regular-webfont.svg#CantarellRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('css/type/ChunkFive/Chunkfive-webfont.eot');
    src: url('css/type/ChunkFive/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/type/ChunkFive/Chunkfive-webfont.woff') format('woff'),
         url('css/type/ChunkFive/Chunkfive-webfont.ttf') format('truetype'),
         url('css/type/ChunkFive/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GarogierRegular';
    src: url('css/type/Garogier/Garogier_unhinted-webfont.eot');
    src: url('css/type/Garogier/Garogier_unhinted-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/type/Garogier/Garogier_unhinted-webfont.woff') format('woff'),
         url('css/type/Garogier/Garogier_unhinted-webfont.ttf') format('truetype'),
         url('css/type/Garogier/Garogier_unhinted-webfont.svg#GarogierRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lobster13Regular';
    src: url('css/type/Lobster/Lobster_1.3-webfont.eot');
    src: url('css/type/Lobster/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/type/Lobster/Lobster_1.3-webfont.woff') format('woff'),
         url('css/type/Lobster/Lobster_1.3-webfont.ttf') format('truetype'),
         url('css/type/Lobster/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* ======================================= GENERAL STYLING ==================================================================================================*/
/************ BODY *****/
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

div {display:block;}
/************ TEXT *****/
p { }

b, strong { }

blockquote { 
	padding: 5px 10px 5px 10px;
	margin: 5px 0 5px 0;
	border-left: 10px solid orange;
	border-right: 10px solid orange;
}

i {font-style:italic;}

/************ LINK*****/
a:link { 
	text-decoration:none;
}

a:visited { }

a:hover { }

a:active { }

/************ image *****/
img { }

/************ Ul, Li *****/
ul {list-style-type:circle;}

li { }

ol {list-style-type:lower-roman; }

strong, b {
font-weight: bold; }

/******************** H1- H6 *****/
h1 {
	font-size:2em;
}

h2 {
	font-size:1.7em;
}

h3 {
	font-size:1.4em;
}

h4 {
	margin-bottom: 0.5em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .7em;
}

/**** CONTENT H1- H6 *****/

#contentWrap h1 {
	padding: 5px 0 11px 0;
}

#contentWrap h2 {
	padding: 2px 0 8px 0;
}

#contentWrap h3 {
	padding: 0 0 4px 0;
}

#contentWrap h4 {
	padding: 0 0 2px 0;
}

	
/* ===========================================WRAPS */
#contentWrap, footer, #footerContents, .ecCenter {
	margin:0 auto;
}

#headerWrap {

}
	
#contentWrap {
	padding: 30px 0 0 0;	
}


#FooterWrapTop{
	width: 100%;
}
/* ===========================================CLEAR FIX */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/* ========================================CUSTOM CALLS */
.clear { clear: both; }
.justify { text-align: justify;}
.forceCenter { display: block; margin: 0 auto;}
.alignLeft {float: left;}
.alignRight {float: right;}
.shadowbox { ; 
	box-shadow: 0px 1px 3px #666;	
	-webkit-box-shadow: 0px 1px 3px #666; 
	-moz-box-shadow: 0px 1px 3px #666;
	behavior: url(PIE/PIE.htc);
}
/* ======================================= Header */


header {
	margin: 0 auto;
	position: relative;
	border-bottom:medium black double;
	margin-bottom:1px;
	padding: 10px 0 0 0;
}

/* =========== LOGO */
#logo {
	position:absolute;
	width:15%;
	height: auto;
	float: left;
	margin: 10px 0 0 8%;
	display: inline-block;
}

/* =========== TITLE & SLOGAN */
#titleSloganWrap {
	float:right;
	width: 76%;
	padding: 30px 0 0 0;
	margin: 0 0 0 1%
}

#siteTitle {
	width:100%;
	font-size:1.5em;
}

#slogan {
	font-size:18px;
	padding: 0 0 0 3px;
}

/* =========== Nav */

nav {
	position:relative;
	float: right;
	width: 76%;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	z-index:99;
	  -webkit-transition: all .5s ease-in-out;
	  -moz-transition: all .5s ease-in-out;
	  -o-transition: all .5s ease-in-out;
	  transition: all .5s ease-in-out;
 
	
}

nav ul { 
	padding: 0; 
	list-style: none; 
}

nav>ul>li { 
	float: left; 
	position: relative;
	  -webkit-transition: all .3s linear;
	  -moz-transition: all .3s linear;
	  -o-transition: all .3s linear;
	  transition: all .3s linear;
 
}

nav ul ul {
  display: none;
  position: absolute;
  top: 100%; left: 0;
  z-index:9999;
}


nav ul ul ul {
	position: relative; 
	left: 100%; 
	margin-top: -55%;
}


nav li:hover>ul { 
	display: block !important; 
}


nav a {
  display: block;
  padding: 10px;
  text-decoration: none;
}

nav>ul>li>a {
  text-align: center;
  text-transform: uppercase;
}

nav ul ul {
}


nav ul ul a {
}

nav ul ul a:hover {
}

#menu-icon {
	display: none;	
}

.sf-sub-indicator {	
	display: none;
}

/* ================================== STICKY NAV =======  */
#sticky_navigation {
	position: relative;	
}

.stickyNavCSS{
	position: fixed !important; 
}

.stickyNavCSSOP {
	opacity: 0.0;
}

.stickyNavCSS { 
	top:0;
	left:0;
	padding-top:15px; 
	margin-top:10px; 
	margin-left: auto;
	margin-right: auto;
	border-top: medium black double;
	border-bottom: medium black double;
	opacity: 0.9;
	width: 90%;
	padding: 0px 0 0 10%;
	
}

.stickyNavCSS a { 
  padding: 20px;
}

.stickyNavCSS #socialMediaArea{
	margin: 0px 0 0 0;
	padding: 3px 2% 0 0; 
}

/* =================== MOBI NAV ======*/

.naviOn {
	display:block;	
}

.naviOff {
	display:none;	
}

/* ======================================= ContentContainer */

#contentContainer {
}

/* =========== Sidebar */
aside {
	float: right;
	width: 24%;
	height: 100%;
	padding: 1%;
}


#sidebarTitle {
	font-size:1.7em;
	margin: 0 0 30px 0;
}

/* =========== Content */
#mainContent {
	float: left;
	width: 73%;
	margin: 0 0 50px 0;
	/*border-bottom: 4px solid black;*/
}

/* ======================================= Footer */
footer {
	width: 100%;
}
/* =========== footer Wraps */

#FooterWrapTop {
	border-top: 2px solid grey;
}

/* =========== footer navigation & information Wrap */
#footerContents {
	width: 100%;
	padding: 10px 0;
	font-size:.9em;
}

/* =========== footer information */
#footerInfo {
	float: right;
	text-align: right;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 1% 0 0;
}

/* =========== footer header */

footer h1 {
	margin: 0 0 20px 0;
}

footer h2 {
	margin: 0 0 20px 0;
}

footer h3 {
	margin: 0 0 20px 0;
}

footer h4 {
	margin: 0 0 20px 0;
}

/* ============== BREADCRUMBS ===================================================*/
#breadcrumbContainer {
	padding:3px 0;
	margin: 0 0 40px 0;
}

#breadcrumbContainer ul {
	font-size: .8em;
}

#breadcrumbContainer li {
	display: inline-block;
	float: left;
	padding: 0 10px 0 0;
}

#breadcrumbContainer li {
}

#breadcrumbContainer p {
}

#breadcrumbContainer a {
}

#breadcrumbContainer a:hover {
}


/* ======================================= PAGE SPECIFIC ==================================================================================================*/

/* ============== BLOG ===================================================*/

.blog-entry {
	margin-bottom: 1px;
	padding-bottom: 2px;
}


.blog-entry-title {
	text-align: left;
	font-weight: bold;
	font-size: 2.3em;
}

.blog-entry-title:hover {
}

.blog-entry-title:hover a{
	color: white;
}

.blog-entry-date {
	display: inline-block;
	text-align:left;
	font-size: .9em;
	font-style: normal;
	width: 100%;
}

.blog-entry-body {
	margin: 10px 0px 60px 0px;
	padding: 20px 0px 10px 0px;
	text-align: left;
	font-size: 1.0em;
}

.blog-entry-body img {
	margin: 20px 0;
}

.blog-entry-tags {
	font-size: .9em;
	font-style: italic;
	padding:5px 0;
	margin: 20px 0 0 0;
}

.blog-entry-comments {
	padding:5px 0;
}

.blog-entry-category {
	font-size:1.1em;
	font-style:italic;
}

.blog-entry-category a {
	margin: 0 10px;
}


.blog-read-more {
	padding:5px;
	margin: 10px;
	border-style: none;
	font-size:.8em;
}



/*==================== BLOG "SIDEBAR" */


.blog-archive-headings-wrapper {
	margin-bottom: 2em;
}

.blog-archive-month {
	font-size: 1.8em;
}

/*==================== BLOG HEADERS "SIDEBAR" */

#blog-categories h3, #blog-archives h3, .blog-tag-cloud h3 {
	border-bottom: none !important;
	margin: 0 0 20px -10px;
	
}

/*==================== BLOG ARCHIVE "SIDEBAR" */
#blog-archives {
	display: inline-block;
	width: 100%;
	margin: 0 0 40px 10px;
}

#blog-archives a{
	margin: 0 0 10px 10px;
	font-style:italic;
}


.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/*======================= BLOG CATEGORY "SIDEBAR" */
#blog-categories {
	display: inline-block;
	width: 100%;
	margin: 0 0 40px 10px;
	
}


#blog-categories a {
	display:inline-block;
	float: left;
	margin: 0 5px 5px 0;
	padding:5px;
	-webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}
/*======================= BLOG TAGS "SIDEBAR" */
.blog-tag-cloud {
	display: inline-block;
	width: 100%;
	margin: 0 0 40px 10px;
}

.blog-tag-cloud li {
	display:inline-block;
	float: left;
	margin: 0 5px 5px 0;
	padding:5px;
	-webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;

}

.blog-tag-cloud  li a{
	color: white;
}

/*======================= BLOG RSS "SIDEBAR" */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
	
/* ============== FILESHARING ===================================================*/

.filesharing-description {
	margin: 0 0 40px 0;
}

.file-Wrap {
}

.filesharing-item {
	width: 20%;
	min-height: 80px;
	height:100%;
	display: inline-block;
	padding: 0 0 0 70px;
	margin: 0 0 20px 0;
	background-image:url(images/fileSharing/Box_download.png);
	background-position:left;
	background-repeat:no-repeat;
	position:relative;
	
}
.filesharing-item a {
}
.filesharing-item a:hover {
}

.filesharing-item-title {
	position:absolute;
	bottom: 15px;
	font-size: 1.2em;
}

.filesharing-item-description {
	
}

/* ============== GALLERY ===================================================*/

.album_gal_info {
}

.album-title {
	font-size:2em;
	font-weight:bold;
	padding: 5px 0 5px 0;
	margin: 0 0 30px 0;
}

.album-description {
	margin: 0 0 40px 0;
}

.album-wrapper {
}

.thumbnail-wrap {
	float:left;
	display: inline-block;
	margin: 0 20px 20px 0;
}

.thumbnail-frame {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease;

	 -webkit-filter: grayscale(70%);
       -moz-filter: grayscale(70%);
         -o-filter: grayscale(70%);
        -ms-filter: grayscale(70%);
            filter: grayscale(70%); 
}
	
.thumbnail-frame:hover {
	 -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%); 
}
			
.thumbnail-frame img {
}

.item img {
}

.thumbnail-caption {
	width: 88%;
	position: absolute;
	padding: 10px 10px;
	opacity: 0;
	bottom: 10px; 
	left: -30%;
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease;
}

.thumbnail-frame:hover .thumbnail-caption {
  opacity: 1;
  left: 0;


}





.thumbnail-frame a{
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

/*======================= GALLERY SINGLE PHOTO */

.photo-background {
	
}

.photo-navigation {
	width: 100%;
	max-width: 1000px;
	margin: 20px 20%;
}

.photo-navigation a, .photo-navigation a:visited {
	padding:5px;
}

.photo-navigation a:hover {
}

.photo-frame{
	margin: 0 20%;
}

.photo-title {
	font-size:2em;
	font-weight:bold;
	padding: 5px 0 5px 0;
}

.photo-caption {
	margin: 0 0 10px 0;
	font-size:13px;
}

.photo-links {
}

/* ============== MOVIE ===================================================*/

.movie-title-Wrap {
}

.movie-page-title {
	font-size:2em;
	font-weight:bold;
	padding: 5px 0 9px 0;
	margin: 0 0 30px 0;
}

.movie-page-description {
	margin: 0 0 40px 0;
}

.movie-thumbnail-frame-Wrap {
}

.movie-thumbnail-frame {
	width: 200px;	
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	display: inline-block;
	overflow: hidden;
}


.movie-thumbnail-frame img {
	width: 100%;
	height: 100%;
}

.movie-thumbnail-caption {
	width: 88%;
	position: absolute;
	padding: 10px 10px;
	opacity: 0;
	bottom: 10px; 
	left: -30%;
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease;
}


.movie-thumbnail-frame:hover .movie-thumbnail-caption {
	opacity: 1;
	left: 0;
}

	
/*======================= MOVIES SINGLE MOVIE */

.movie-background {
}

.movie-title {
}

.movie-frame {
}
	
/* ============== CONTACT ===================================================*/

.message-text { 
	 padding: 0 0 4px 0;
	 margin: 0 0 20px 0;
} 

.required-text {
} 

.form-input-field {
	padding:5px;
	width: 65%;
}

textarea.form-input-field {
} 

.form-input-button { 
	padding: 10px 10px 2px 3px;
	border-style: none;
	font-size:1em;
}

.form-input-button:hover {
}

.form-input-button:active {
}


.form-footer {
	width: 80%;
	float: left;
}
code {
}


/* ============== SITEMAP ===================================================*/

.rw-sitemap
{
	padding:5px;
}

.rw-sitemap li
{
	padding:5px;
}

.rw-sitemap li a
{
	padding:5px;
}

.rw-sitemap li a.open, .rw-sitemap li li a.open, .rw-sitemap li li li a.open, .rw-sitemap li li li li a.open
{
	padding:5px;
}

/* second level */
.rw-sitemap ul
{
	padding:5px;
}

.rw-sitemap li li
{
	padding:5px;
}

.rw-sitemap li li a
{
	padding: 0 0 0 30px;
}

/* third level */
.rw-sitemap ul ul
{
	padding:5px;
}

.rw-sitemap li li li
{
	padding:5px;
}

.rw-sitemap li li li a
{
	
	padding:5px;
}

/* fourth level */
.rw-sitemap ul ul ul
{
}

.rw-sitemap li li li li
{
}

.rw-sitemap li li li li a
{
	padding: 0 0 0 90px;
}

/* =============================================== SOCIAL MEDIA ===============================================*/
#socialMediaArea{
	float:right; 
	display: inline-block;
	margin: -10px 0 0 0;
	padding:  0 2% 0 0;
}


.social {
	float: left; 
	margin: 10px 5px 5px 5px;
	-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;	
}

.social:hover {
	margin: 2px 5px 8px 5px;
}

/* ======================================= EXTRACONTENT ==================================================================================================*/

/* ===================== EXTRACONTENT ONE =======*/
#extraContainer1, #CamSlider {
	position:relative;
	width: 100%;
	overflow:hidden;
	margin: 0 0 60px 0;
	z-index:0;
}

#myExtraContent1, .camera_wrap{
	/*max-width: 1000px;*/
	/*margin: 0 auto;*/
	overflow:hidden;
}

#myExtraContent1 img{
	width: 100%;
	height:auto;
}


/*=== GRADIENT FADES ===*/



/*=== CURVED SHADOWS ===*/

/*#extraContainer1:before,
#extraContainer1:after,
.camera_wrap:before, .camera_wrap:after {
   content:"";
   position:absolute;
   z-index:12;
   width: 60%;
}

#extraContainer1:before, .camera_wrap:before {
			margin: -20% auto 15% auto;
            -webkit-box-shadow:0 0 50px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 50px rgba(0,0,0,0.6);
            box-shadow:0 0 50px rgba(0,0,0,0.6);
            -moz-border-radius:50px / 100px;
            border-radius:20px / 100px;
        }
 
        #extraContainer1:before,  .camera_wrap:before {
            right:0;
        }
 
        #extraContainer1:before, .camera_wrap:before {
            top:0;
            bottom:85%;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }
 
#extraContainer1:after, .camera_wrap:after {
			margin: 15% auto -20% auto;
            -webkit-box-shadow:0 0 50px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 50px rgba(0,0,0,0.6);
            box-shadow:0 0 50px rgba(0,0,0,0.6);
            -moz-border-radius:50px / 100px;
            border-radius:20px / 100px;
        }
 
        #extraContainer1:after, .camera_wrap:after {
            right:0;
        }
 
        #extraContainer1:after, .camera_wrap:after {
            top:85%;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }       
*/
/*=== ANIMATION ===*/



/* ===================== EXTRACONTENT TWO, THREE, FOUR =======*/

#extraContainer2 {
	float: left;
	width: 23%;
}

#extraContainer3 {
	float: left;
	width: 23%;
}

#extraContainer4 {
	float: left;
	width: 23%;
}

#extraContainer5 {
	float: right;
	width: 23%;
}
/* ======================================= MEDIA QUERIE ==================================================================================================*/

@media (max-width: 900px){
	
	#logo {
		position: relative;
		width: 20%;
		float: left;
	}
	
	
	#titleSloganWrap {
		float:right;
		width: 70%;
	}
	
	
	nav {
		width: 70%;
	}
	
	
	
	
		
	#FooterWrapTop, #FooterWrapBottom, #mainContent, aside, #extraContent234Wrap, header, #mainContent  {
		padding: 2%;
		width: 96%!important;
		float: left;	
	}
	
	#footerInfo {
		float: left;
		text-align: left;
	}
	
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	

	
	
	#contentWrap, footer, #footerContents, .ecCenter {
		max-width: 90% !important;
	}
	
	
	/*=== NAV ===*/	

	#menu-icon {
		display: block;	
		width: 100% !important;
		font-size:2em;
		text-align:left;
		margin: 10px 0 10px -8%;
		cursor:pointer;
	}

	nav {
		position: relative;
		float: right;
		width: 70%;
		display: block!important:
	}
	
	nav ul { 
		display: none ;
		padding:  0 0 0 20%; 
		list-style: none;
		text-align: left !important;
 
	}
	
	nav>ul>li { 
		float:none !important; 
		position: relative;
	}
	
	nav ul ul {
		margin: 0;
		padding: 0 0 0 0;
		display: block;
		position: relative;
	}
	
	nav ul ul a {
		padding-left:5%;
	}
	
	nav>ul>li>a {
		text-align: left;
	}

	nav ul ul ul {
		left: 0; 
		margin-top: 0;
	}
	

/*=== STICKY NAV ===*/
	#sticky_navigation {
		position: relative !important;	
	}
	
	.stickyNavCSS { 
		border-top:none !important;
		border-bottom: none !important;
		opacity: 1;
	}

	
	
	 .navi {
		display: none;	
	}
	
	#socialMediaArea{
		float:left; 
		margin: 10px auto 0 auto;
	}

	
}


@media (max-width: 800px){
	
	.EcWrapping800 {
		width: 100%;
		display: inline-block;	
	}
	
	#extraContainer2, #extraContainer4 {
		width: 46% !important;
		margin: 30px 1% !important;
		float: left !important;
	}
	
	
	
	#extraContainer3, #extraContainer5 {
		width: 46% !important;
		margin: 40px 1% !important;
		float: right !important;
	}
	
	
	/*=== NAV ===*/	

	#menu-icon {
		display: block;	
		width: 100%;
		font-size:2em;
		text-align:left;
		margin: 10px 0;
		cursor:pointer;
	}
	
	.mobileNavOn {
		display: block;	
	}


	nav {
		position:relative;
		float: right;
		width: 70%;
	}
	
	nav ul { 
		display: none;
		list-style: none;
		text-align: left !important;
 
	}
	
	nav>ul>li { 
		float:none !important; 
		position: relative;
	}
	
	#sticky_navigation ul ul {
		margin: 0;
		padding: 0 0 0 0;
		display: block !important;
		position: relative;
	}
	
	nav ul ul a {
		padding-left:5%;
	}
	
	nav>ul>li>a {
		text-align: left;
	}

	nav ul ul ul {
		left: 0; 
		margin-top: 0;
	}
	

/*=== STICKY NAV ===*/
	
	#socialMediaArea{
		float:left; 
		margin: 10px auto 0 auto;
	}

	
		#extraContainer1 {
		height: auto !important;
	}
	
	

		
	#FooterWrapTop, #FooterWrapBottom, #mainContent, aside, #extraContent234Wrap, header, #mainContent  {
		padding: 2%;
		width: 96%!important;
		float: left;	
	}
	
	#footerInfo {
		float: left;
		text-align: left;
	}
	
}

@media (max-width: 600px){
	
	#headerWrap {
	width: 80% !important;
	padding: 0 10% ;	
	}
	
	
	#contentWrap, footer, #footerContents, .ecCenter {
		max-width: 90% !important;
	}

/*=== HEADER ===*/
	
	#headerWrap {
		
	}
	
	
	#logo {
		position: relative;
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
		text-align:center;
	}
	
	
	#titleSloganWrap {
		float:none;
		width: 100%;
		padding: 0px 0 0 0;
		margin: 0 auto;
		text-align:center;
	}
	
		nav {
		position:relative;
		float: right;
		width: 100%;
	}

	#menu-icon {
		text-align:center;
	}
	
	
	/*=== STICKY NAV ===*/
	
	#socialMediaArea{
		float:right; 
		margin: 10px auto 0 auto;
		padding:  0 10% 0 0;
		text-align:center !important;
	}

	
	.form-input-field {
		width: 100%;
	}
	
	
	.thumbnail-wrap {
		margin: 20px 0 0 20px;
	}
	
	#mainContent img {
		width: 85%;	
		height: auto;	
	}
	
	#footerNav ul li {
		float: left; 
		text-align: left;
		display: inline-block;
	}
	
	#footerNav ul li ul {
		margin: 0 0 0 1%;	
	}
	
/*=== EC ===*/	
	#extraContainer2, #extraContainer3, #extraContainer4, #extraContainer5 {
		width: 100% !important;
		margin: 20px 0 !important;
	}
	
	
}


