body { 
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin:       0px;
  border:		0px;
  padding:	    0px;
  font-size: 15px;
  color:  #666666;
  background:  #d1cec1 url('images/bg_site.png') repeat-x left top; 
}

img {
  border: none;
  max-width: 100%;
  }
#wrapper {
  margin: 35px auto;
  padding: 30px 30px 10px 30px;
  background-color: white;
  border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;
  max-width: 1140px;
}
.clear {
  clear: both;
  }
#content {
  float: left;
  display: block;
  width: 77%;	
  padding: 0px;
  margin: 0;
   }
#page {
  padding: 0px; 
  margin: 20px 30px 10px 0;
  }
#sidebar {
  float: right;
  width: 23%;
  display: inline-block;
  padding: 0px 0 0 0;
  margin: 20px 0 0 0;
  background-color: #c3bda6;
  }
/****************************************************/
/*          HEADER                                  */
/****************************************************/
#header {
	position: relative;
	}
#logo {
  text-align: left;
  margin: 0px 10px  20px 0px;
  z-index: 1000;
  }
#logo img {
	max-width: 400px;
	}

#info {
  position: absolute;
	top: 20px;
	right: 20px;
  text-align: right;
 
  }

#info a {
 color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  background-color: #1c1714;
  padding: 10px 20px;
  text-transform: uppercase;
  }
#info a:hover {
 color: #e5dfcc;
 text-decoration: none;
  }

/*****************************************/
/*   SIDEBAR ELEMENTS                    */
/*****************************************/



p.small {
	padding-top: 10px;
	font-size: 13px;
	text-align: justify;
	}
#cff p.cff-post-text {
	font-size: 13px;
	padding: 0 5px;
	}


#sidebar h2 {
  background-color: #71114e;
  margin-top: 10px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 0;
  }

#box {
  margin: 0 5px 5px 5px;
  padding: 0px 10px 10px 10px;
  background-color: white;
  }
#box p {
	text-align: center;
}


hr {
	color: #D0D7E6;
	border: 1px dotted #CCCCCC;
	margin-left: 50px;
	text-align: left;
	width: 460px;
}
.homephoto {
	text-align: center;
	}
.full		  {width: 100%; }
.one_half     {width: 48.7%; }
.one_third    {width: 31.6%; }
.two_third    {width: 65.8%; }
.one_fourth   {width: 23.05%; }
.three_fourth {width: 74.35%; }
.one_fifth    {width: 17.92%; }
.two_fifth    {width: 38.44%; }
.three_fifth  {width: 58.96%; }
.four_fifth   {width: 79.48%; }
.one_sixth    {width: 14.5%; }
.five_sixth   {width: 82.9%; }
.last         {clear: right; margin-right: 0px !important; }

.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	margin-right: 2.6%;
	margin-bottom: 20px;
	position: relative;
	float: left;
}
.full {
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.5); -moz-box-shadow:0 0 10px rgba(0,0,0,0.5); box-shadow:0 0 10px rgba(0,0,0,0.5);
	}

img {
	max-width: 100%;
	height: auto;
	}
.cycle-slideshow, img.cycle-slide {
	text-align: center;
	}
 /***************************************************
                  MENUS 
*****************************************************/
#navigation {
  text-align: center;
  margin: 0;
  border-bottom: 10px solid #220386;
}


#navigation p {
  padding-top: 10px;
  }
 .menu li {
  padding: 0px 28px; 
  margin: 0 2px;
  
  }
.menu {
  margin:  0; 
  padding: 0; 
  
  }
ul.menu ul{
	display:none;
	position:absolute;
	left:0%;
	top:100%; 
	border-bottom: 1px solid #cccccc; 
	padding: 0;}
ul.menu li:hover>*{
	display:block;}
ul.menu li{
	position:relative;
	zoom:1;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;
	background-color: #f2eedd;
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
	}
ul.menu ul li {
  padding: 0;
  }
ul.menu li:hover{
	z-index:1;}
ul.menu ul ul{
	position:absolute;left:100%;top:0;}
ul.menu{
	font-size:0;
	z-index:999;
	position:relative;
	display:inline-block;
	zoom:1;
	*display:inline;}

* html ul.menu li a{
	display:inline-block;}
ul.menu ul>li{
	margin:0px 0 0;}
ul.menu a:active, ul.menu a:focus{
	outline-style:none;}
ul.menu a{
	padding: 10px 0;
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	font-family:  'Open Sans', sans-serif;
	color:#ffffff; 
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	cursor:pointer;}
ul.menu a.on, ul.menu a:hover {
	color: #c3ebff;
	text-decoration: none;
	}
ul.menu ul li{
	float:none;
	margin:0px 0 0; 
	min-width: 180px;}
ul.menu ul a{
	text-align:left;
	padding:15px 10px;
	background-color:#ffffff;
	border-width:1px 0 0px 0;
	border-style:solid;
	border-color:#cccccc;
	color:#898989;
	text-decoration:none;}
ul.menu li.toproot a::after {
    position: relative;
    content: "\f107";
    font-family: fontawesome;
    padding-left: 6px;
	font-size: 14px;
}
ul.menu li.toproot ul li a::after {
    position: relative;
    content: "";
    font-family: fontawesome;
    padding-left: 6px;
}
ul.menu ul li:hover>a,ul.menu ul li>a.on{
	color: #1c1714;
	text-decoration:none;}
ul.menu li.toproot a:hover {
    text-decoration: none; 
	}
/*****************************************/
/*   GALLERY                             */
/*****************************************/
.gallery img {
	width: 23.5%;
	height: auto;
	margin: 0 1% 1% 0;
	padding: 0;
	}
.small {
	padding-top: 10px;
	font-size: 13px;
	text-align: justify;
	}
/****************************************************/
/*         CONTACT FORM  / APPLICATION              */
/****************************************************/

#pageform {
  margin-top: 20px;
  font-size: 14px;

 -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;  }

#pageform h3 {
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-align: left;
  }

#pageform em {
  font-weight: bold;
  font-style: normal;
}
#pageform input[type="text"] {
	width: 90%;
	padding: 5px;
	font-family: "Open Sans", Arial, sans-serif;
	}
#pageform textarea {
	max-width: 90%;
	width: 90%;
	height: 50px;
	padding: 5px;
	font-family: "Open Sans", Arial, sans-serif;
	}
#footer {
  margin: 0px auto;
  max-width: 1140px;
  height: 50px;
  }

#copyright {
  color: #666;
  text-align: left;
  font-size: 10px;
  margin: 0px;
  padding: 15px 0px 0px 0px;
}

#numbers {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}

#numbers td, #numbers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#numbers tr:nth-child(even){background-color: #f2f2f2;}

#numbers tr:hover {background-color: #ddd;}

#numbers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}


p {
    font-size: 15px;
	margin: 0px 0 20px 0;
	padding: 0;
	color: #333; 
	line-height: 1.6em;
}


#follow {
  height: 88px;
  background: url('images/share.png') no-repeat;
}
#content  li {
  width: 500px;
  }
h1 {
	font-size: 36px;
	color:	#212121;
	margin: 0px;
	padding: 20px 0 40px 0px;
	font-weight: normal;
}	

h2 {
	font-size: 24px;
    font-weight: 600;
	color:	#71114e;
	margin: 0px 0 20px 0;
	padding: 0;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 10px 0 0 0;
	color: #3d3d3d;
	}


#copyright p {
font-size: 11px;
color:  #ffffff;
}

#pageform {
  margin-top: 30px;
  }

#pageform table {
  margin-left: 0px;
  text-align: left;
  font-size: 11px;
}

#pageform em {
  font-weight: bold;
  font-style: normal;
}

.homephotos .learn a, #sidebar a.learn, a.learn, input.learn, .cartupdate a, .cartcontinue a, button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #333;
  cursor: pointer;
  margin: 0px 0 0px 0;
  padding: 10px 20px;
  line-height: 26px;
  border: none;
  }

.homephotos .learn a:hover, input.join:hover, #sidebar a.learn:hover,  a.learn:hover, input.learn:hover, .cartupdate a:hover, .cartcontinue a:hover,  button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #c3ebff;
  text-decoration: none;
  }
 
#header a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  }
#header a:hover, #header a.on {
  color: #c1c1c1;
  text-decoration: underline;
  }

#content a {
  color: #220386;
  text-decoration: none;
}

#content a:hover, #content a.on {
  text-decoration: underline;
}


#navigation a {
  color: #000077;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  }
#navigation a.on, #navigation a:hover {
  color: #71114e;
  }

#contactinfo a {
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
}

#contactinfo a:hover {
   color: #dc1244;
}
#copyright a {
  color: #19919c;
  text-decoration: none;
  font-size: 9px;
  font-weight: bold;
}

#copyright a:hover {
  text-decoration: underline;
}
/* ----------------------------------------------------------------------------------
	RESPONSIVE LAYOUTS
---------------------------------------------------------------------------------- */
/*Responsive Styles*/
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-align: right;
	padding: 10px 0;
	display: none;
	position: relative;
}
.menutext {
  color: white;
  position: absolute;
  right: 50px;
  top: 10px;
  cursor: pointer;
  }

/*Hide checkbox*/
#navigation input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu{
    display: block;
}
img.fix {
	display: none;
	}
/* Fix Android */
body { 
  -webkit-animation: bugfix infinite 1s; 
}
@-webkit-keyframes bugfix { 
  from {padding:0;} 
  to {padding:0;} 
}

/* Hide checkbox */
#show-menu input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
}

/* Like a link would behave */
label { 
  cursor: pointer;
  user-select: none;
}

/* CSS for View Full Site */ 
 .rwd-display-options{ text-align: center; } 
 .rwd-display-option{ cursor: pointer; } 
 
 
 #view-responsive{ display: none; } 
 
 
 @media only screen and (min-width: 768px){ 
     #view-full{ display: none; } 
     #view-responsive{ display: inline; } 
 } 

@media only screen and (max-width: 1205px){ 
	.menu li {
		padding: 0 25px;
		}
}
@media only screen and (max-width: 1155px){ 
	.menu li {
		padding: 0 20px;
		}
}
@media only screen and (max-width: 1075px){ 
	.menu li {
		padding: 0  10px;
		}
}
@media only screen and (max-width: 916px){ 
	.menu li {
		padding: 0 5px ;
		
		}
	
}
@media only screen and (max-width: 835px){ 
	.menu li {
		padding: 0 5px ;
	}
	#navigation a {
		font-size: 11px;
		}
}
@media screen and (max-width : 768px){

/********************************* MENU *************************************/
	/*Make dropdown links appear inline*/
	#navigation a {
		font-size: 14px;
		}		
	.menu {
		margin: 0;
		}
	ul.menu, ul.menu ul {
		position: static;
		display: none;
		width: 100%;
		padding: 0;
	}
	ul.menu > li, ul.menu li {
		margin: 0;
		float: none;
		width: auto;
		padding: 0;
		}
	/*Create vertical spacing*/
	.menu li {
		margin-bottom: 1px;
		border-bottom: 1px solid white;

	}
	ul.menu{
		border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
	ul.menu li>a{
		border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0px;
	}
	ul.menu li>a{
	border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
	ul.menu a, ul.menu ul a {
		padding: 10px 0;
		text-align: center;
		color: #fff;
		}

	ul.menu a, ul.menu a.on {
	  text-align: center;
	  }
	ul.menu ul a{
	background-color:#efefef;
	}
	ul.menu ul li:hover>a,ul.menu ul li>a.on{
	color: #c3ebff;
	text-decoration:none;}

	/*Make all menu links full width*/
	ul.menu ul li, ul li, li a{
	width: 100%;
		}
	
	
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
		padding: 10px 10px;
		background-color: #333;
		border: 1px solid #222;
	}
	 .icon-bar {
		display: block;
		width: 20px;
		height: 3px;
		margin: 0 0 0 auto;
		background-color: #FFF;
	}
	 .icon-bar + .icon-bar {
		margin-top: 3px;
	}
	
}
/* iPad Portrait & Tablet */
@media only screen and (max-width: 768px) {
	

	#wrapper, #navigation, #nav, #header, #header-core, #copyright, #copyright-core, #fullpage, #content, #leftside, #rightside, #footer, #footer-core  {
	  width: 100%;
	  padding: 0;
	  -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	  }
	
	#info {
		position: static;
		margin-top: 20px;
		text-align: center;
		}
	#halfpage  {
		width: auto;
		height: auto;
		margin-right: 0px;
		}
	#halfsidebar {
		float: none;
		}
	#wrapper {
		padding: 10px;
		}
	#fullpage, #footer-core {
		padding: 5px;
		}
	#nav, #navigation {
	  clear: left;
	  height: auto;
	  margin-bottom: 0px;
	  position: static;
	  }	
	ul.menu {
		margin: 0;
		}
	#nav {
		background: none;
		height: auto;
		}
	span.former {
		display: none;
		}
	/* Header */
	#header {	
		position: static !important;
		margin: 0;
		width: 100%;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header-core {
		padding: 0px;
		}
	#sidebar {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	
	#content, #copyright-core, #content-core, #footer-core, #navigation-core {
		float: none;
		width: auto;
		}
	#page {
	  width: auto;
	  margin: 0;
	  }
	#header img {
		max-width: 100%;
		height: auto;
		}
	#homephoto {
		width: 100%;
		height: auto;
		}
	#homephoto img {
		width: 100%;
		height: auto;
		}



/************************FOOTER **************************/	
	
	#connect {

		height: 80px;
		width: 100%;
		display: inline-block;
		}
	.group {
		top: 60px;
		}
		
}


/*********************************** Small Tablets & Larger Phones *****************************************/
@media only screen and (max-width: 685px) {

	.gallery img {
	width: 31.5%;
	height: auto;
	margin: 0 .5% .5% 0;
	padding: 0;
	}
}


/* iPhone (Landscape) */
@media only screen and (max-width: 568px) {
		#header {
		text-align: center;
		height: auto;
		}
		.one_half {
		width: 100%;
		margin-right: 0;
		}
/********************* HEADER *************************/
	#contact_info {
		position: static;
		width: 100%;
		text-align: center;
		font-size: 16px;
		display: inline-block;
		}
	



	
	

	#pageform {
		width: auto;
			}
	#pageform input[type=text], #pageform textarea {
		width: 90%;
		}

	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		width:100%;
		float:none;
		margin-right:0px;
	}
	.gallery img {
	width: 48.5%;
	height: auto;
	margin: 0 .5% .5% 0;
	padding: 0;
	}
/************************FOOTER **************************/	
	
	#connect {
		width: 100%;
		margin: 10px;
		float: none;
		}
}




/* iPhone (Portrait) */
@media only screen and (max-width: 320px) {
#wrapper {
	min-width: 280px;
	}

	

	  .gallery img {
	width: 100%;
	height: auto;
	margin: 0 .5% 1.5% 0;
	padding: 0;
	}
	
}


