@import url(https://fonts.googleapis.com/css?family=Patua+One);
@import url(https://fonts.googleapis.com/css?family=Muli:200,300,400);

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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 */body-s
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	
	font: 12px "Raleway", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-rendering: optimizelegibility;
	
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	
	-moz-tap-highlight-color:rgba(0,0,0,0); 
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	
	-ms-tap-highlight-color:rgba(0,0,0,0); 
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;

}

.container {
	overflow: hidden;


/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Patua One", "Helvetica Neue", "Helvetica",  "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

h1 {
  font-family: "Patua One", "Helvetica Neue", "Helvetica",  "Arial", sans-serif;
  font-size: 4em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  color:#000;
}

h2 {
  font-family: "Patua One", "Helvetica Neue", "Helvetica",  "Arial", sans-serif;
  font-size: 2em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  font-weight: normal;
  color:#000;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: .75em;
  margin: 0 0 1em  0;
  font-family: "Muli", "Helvetica Neue", "Helvetica",  "Arial", sans-serif;
}

p {
  margin: 0 0 0.75em;
  font-family: "Muli", "Helvetica Neue", "Helvetica",  "Arial", sans-serif;
  font-size:16px;
}

a {
	color: #000;
	text-decoration: none;
	transition: color 150ms ease;
}
a:active, a:focus, a:hover {
	color: #c5312c;
}

.cattitle a { 
color:#c5312c;
}

.cattitle a:hover { 
color:#000;
}
.bulletbox {
	height:460px;
	width:44%;
	padding:10px;
	float:left;
	margin:0  0 0px 10px;
	border-color: #dcddd8;
    border-width:1px 1px 0px 1px;
	border-style:solid;
	}
	
	
.bulletboxb {
	height:460px;
	width:21%;
	padding:10px;
	float:left;
	margin:0  0 0px 10px;
	border-color: #dcddd8;
    border-width:1px 1px 1px 1px;
	border-style:solid;
	}
	
.bulletboxc {
	height:25px;
	width:28%;
	padding:10px;
	float:left;
	margin:0  0 0px 10px;
	}
.imgboxcity {
	width:50%;
	float:left;
	}
	
.popimg { border-radius: 50%; border: 1px solid #dcddd8; padding: 10px; background:#FFF; margin:5px; floast:left;}
.lrgimg {
	padding: 0px;
	background:#FFF; 
	margin-right:0px; 
	width:100%; height:26%;
-webkit-filter: saturate(1); 
filter: saturate(1);
-webkit-clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0% 0%);
    clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0% 0%);}

.circlenext { border-radius: 50%; border: 1px solid #dcddd8; padding: 10px; background:#dcddd8; margin:5px; background-image:url('graphics/grayarrow.png');}

.bullets {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5;
  margin:0 1em 1em 1em;
  overflow: auto;
}
.bullets .bullet {
  -webkit-flex-basis: 20em;
  -moz-flex-basis: 20em;
  flex-basis: 20em;
  -ms-flex-preferred-size: 20em;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.bullets .bullet-icon {
  border-color: #36210C;
  border-width:2px;
  border-radius: 50%;
  float: left;
  height: 3.5em;
  padding: 0.875em;
  width: 3.5em;

}
.bullets .bullet-icon-1 {
  border-color: #36210C;
}
.bullets .bullet-icon-2 {
  border-color: #36210C;
}
.bullets .bullet-icon-3 {
  background: #a9ca47;
}

.bullets .bullet-content {
  margin-left: 0em;
  margin-bottom: 2em;
  padding:0 10px 10px 10px;
}
.bullets h2 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  display: inline-block;
  font-size: 1.4em;
  margin: 0 0 0.58333em 0;
  padding-top: 0.5em;
}
.bullets li {
  list-style: none;
}
.bullets p {
  color: #333;
  line-height: 1.5;
}
.bullets img {
  max-width: 100%;
}


/*  Removable CSS  */
.header-section {
	padding:30px 30px 30px 25px;
    -webkit-clip-path: polygon(0 0, 100% 1%, 100% 65%, 50% 100%, 0 65%);
    clip-path: polygon(0 0, 100% 1%, 100% 65%, 50% 100%, 0 65%);
	}
	
	
	
.body-section {
	text-align:left;
	background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 400px;
	padding: 0px;
    	}




.placefiller {
	text-align: center;
	font-size: 2em;
	color:#fbf59c;
}
.header-section .placefiller {
	line-height: 290px;
    font-size: 3em; 
	font-weight:bold; 
    color:#FFF;
	padding-top:1.7%;
	font-family: "Carter One", "Helvetica Neue", "Helvetica",  "Arial", sans-serif;
	}
	
.body-section .placefiller {line-height: 400px; overflow: hidden;}

.wrapper {
  max-width: 1200px;
  min-height:550px;
  margin-left: auto;
  margin-right: auto;
  margin-top:38px;
  padding: 1em 1em 1em 1em;
  background:#FFF;
}
.wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.box-left {  width: 890px;  min-height: 900px;  float:left;  padding:0 0px 10px 0px; margin:10px 0px 0px 0px;  overflow: hidden; }

.topbox {
    background: #160d00;
    color: #FFF;
    padding: 30px 30px 15px 25px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0% 0%);
    clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0% 0%);}

.box-right {  width: 300px;  min-height: 900px;  float:left;  padding:0px 0px 5px 0px;-webkit-box-shadow: inset -2px -7px 146px -68px rgba(42, 16, 0, 1);-moz-box-shadow: inset -2px -7px 146px -68px rgba(42, 16, 0, 1);box-shadow: inset -2px -7px 146px -68px rgba(42, 16, 0, 1);  margin: 10px 0 0 10px;  text-align:center;  overflow: hidden;}

.box-middle {  width: 300px;  min-height: 900px;  float:left;  padding:10px 0px 5px 0px;  margin: 10px 0 0 10px;  text-align:center;  overflow: hidden;}

.bar {
background: url(http://kampguide.com/graphics/striped-bg.png);
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 0px 0px;
    width: 300px;
}

.barlong {
background: url(http://kampguide.com/graphics/striped-bg.png);
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 0px 0px;
    width: 100%;
}

.sense {
    float: left;
    margin: 0px 0px 10px 0px;
    width: 300px;
	min-height:300px;
}
.mailbox{
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 10px -15px 0px 0px;
    width: 300px;
}

.sitebox{
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 0px 10px;
    width: 320px;
}



/****
FORMS
****/
.statetitle {
  background: #160d00;
  border: 1px solid #160d00;
  margin: 0 0 0 0;
  padding: .3em;
  text-align:center;
  color:#FFF;
}

fieldset {
    border-bottom: 1px solid #C30;
	margin: 0 0 0 0;
	padding-bottom: 10px;
	text-align:center;
}

/* Basic Style */
.form-group {
    position: relative; 
	
}
.form-group [data-toggle="floatLabel"] {
    height: 44px;
    padding-top: 16px;
}
.form-group [data-toggle="floatLabel"] + label {
    font-size: 12px;
    left: 12px;
	opacity: 1;
	position: absolute;
	top: 3px;
	transition: all 0.3s ease-in-out;
}
.form-group [data-toggle="floatLabel"]:required + label {
    color: rgb(255, 0, 0);
}

/* Custom Styles */
.form-group.form-group-textarea {
    background-color: rgb(255, 255, 255);
	border-radius: 1px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	margin: 20px 15px ;
	padding: 10px 0px 2px;
	position: relative;
	text-align:center;
}
.form-group.form-group-textarea textarea {
    height: 34px;
	resize: none;
}
.form-group.form-group-textarea label {
    color: rgb(160, 160, 160);
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 500;
}
.form-group.form-group-textarea .form-control {
    border-radius: 0px;
	border-width: 0px;
	box-shadow: none;
}
.form-group.form-group-textarea [data-toggle="floatLabel"] + label {
	top: 5px;
}

/* Positioning */
.form-group [data-toggle="floatLabel"][data-value=""] {
    padding-top: 6px;
}
.form-group [data-toggle="floatLabel"][data-value=""] + label {
	opacity: 0;
	top: 18px;
}

input[type=radio], input[type=checkbox] {
		display:none;
	}

input[type=radio] + label, input[type=checkbox] + label {
	display:inline-block;
	margin:-2px;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	color: #fff;
	background-color: #393;
	border-color: #390;
	margin: 5px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	}

	 input[type=radio]:checked + label, input[type=checkbox]:checked + label{
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	background-color:#FC0;
	}

.prev{
    float: left;
    background-color: #ccc;
    height: 20px;
    width: 10%;
    color: #FFF;
    padding: 15px;
    text-align: center;
    margin: 10px 14px 5px 0px;
}
.next{
    float: right;
    background-color: #ccc;
    height: 20px;
    width: 10%;
    color: #FFF;
    padding: 15px;
    text-align: center;
    margin: 10px 14px 5px 0px;
	}

.boxpage {
	margin:10px 0px 0px 0px;
	padding:0px;
	text-align:center;
	min-height:120px
}

.search {  width: 100%;  height:65px;  padding: 0px;    margin: 0px auto 10px auto;    border-radius: 5px;   }
.search input {	width: 69.2%;	height: 38px;	padding: 0px 0px 0px 5px;	float: left;	font: bold 15px 'Raleway', 'trebuchet MS', 'Tahoma';	border: 0;	background-color: #transparent;	border-radius: 3px 0 0 3px; border-bottom:thin dashed black;}
.search input:focus {  outline: 0;    background: #transparent;    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;}
.search input::-webkit-input-placeholder {   color: #999;   font-weight: normal;   font-style: italic;}
.search input:-moz-placeholder {    color: #999;    font-weight: normal;    font-style: italic;}
.search input:-ms-input-placeholder {    color: #999;    font-weight: normal;    font-style: italic;}   
/* Form submit button */
.search button {    overflow: visible;    position: relative;    float: right;    border: 0;    padding: 0;    cursor: pointer;    height: 40px;    width: 30%;    font: bold 15px/40px 'Raleway', 'trebuchet MS', 'Tahoma';    color: #fff;  text-transform: uppercase;  background-color: #fda228;  border-radius: 0 3px 3px 0;  text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);	font-size:16px;}  

.search button:hover {       background-color: #BA6B01;}  
.search button:active,.form-wrapper button:focus {	background-color: #E68502;	outline: 0;}
.search button:before { /* left arrow */    content: ''; position: absolute; border-width: 8px 8px 8px 0; border-style: solid solid solid none; border-color: transparent #fda228 transparent; top: 12px;
 left: -6px;}
.search button:hover:before {	border-right-color: #BA6B01;}
.search button:focus:before,.form-wrapper button:active:before {border-right-color: #fda228;}     
.search button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */border: 0;    padding: 0;}

/* Form wrapper styling */
.form-wrapper {     width: 250px;  height:65px;  padding: 0px;    margin: 0px auto 10px auto;    border-radius: 5px;   }

/* Form text input */

.form-wrapper input {	width: 67.2%;	height: 38px;	padding: 0px 0px 0px 5px;	float: left;	font: bold 15px 'Raleway', 'trebuchet MS', 'Tahoma';	border: 0;	background-color: #transparent;	border-radius: 3px 0 0 3px; 	border-width:1px;	border-color:#EFEFCB;	border-style:solid;}
.form-wrapper input:focus {    outline: 0;    background: #transparent;    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;}
.form-wrapper input::-webkit-input-placeholder {   color: #999;   font-weight: normal;   font-style: italic;}
.form-wrapper input:-moz-placeholder {    color: #999;    font-weight: normal;    font-style: italic;}
.form-wrapper input:-ms-input-placeholder {    color: #999;    font-weight: normal;    font-style: italic;}   

/* Form submit button */
.form-wrapper button {    overflow: visible;    position: relative;    float: right;    border: 0;    padding: 0;    cursor: pointer;    height: 40px;    width: 30%;    font: bold 15px/40px 'Raleway', 'trebuchet MS', 'Tahoma';    color: #fff;  text-transform: uppercase;  background-color: #fda228;  border-radius: 0 3px 3px 0;  text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);	font-size:16px;}  

.form-wrapper button:hover {       background-color: #BA6B01;}  
.form-wrapper button:active,.form-wrapper button:focus {	background-color: #E68502;	outline: 0;}
.form-wrapper button:before { /* left arrow */    content: ''; position: absolute; border-width: 8px 8px 8px 0; border-style: solid solid solid none; border-color: transparent #fda228 transparent; top: 12px;
 left: -6px;}
.form-wrapper button:hover:before {	border-right-color: #BA6B01;}
.form-wrapper button:focus:before,.form-wrapper button:active:before {border-right-color: #fda228;}     
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */border: 0;    padding: 0;}

/********
FOOTER 
********/
.footer {
  background: #2e2e2e;
  background-size: 100% 400px;
  padding:30px 0 30px 0;
  width: 100%;
  margin-bottom:-10px;

}
.footer .footer-logo {
  margin-bottom: 2em;
  text-align: center;
}
.footer .footer-logo img {
  height: 3em;
}
.footer .footer-links {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}
.footer ul {
  -webkit-flex-basis: 13em;
  -moz-flex-basis: 13em;
  flex-basis: 13em;
  -ms-flex-preferred-size: 13em;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  margin-bottom: 3em;
  padding: 0;
}
.footer li {
  line-height: 1.5em;
  list-style: none;
  text-align: center;
}
.footer li a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.footer li a:focus, .footer li a:hover {
  color: white;
}
.footer li h3 {
  color: white;
  font-size: 1em;
  margin-bottom: 0.4em;
}
.footer hr {
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto 1.5em;
  width: 12em;
}
.footer p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.9em;
  line-height: 1.5em;
  margin: auto;
  max-width: 35em;
  text-align: center;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
h1 {
  font-family: "Patua One", "Helvetica Neue", "Helvetica",  "Arial", sans-serif;
  font-size: 2.5em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  color:#000;
}
.body-section {
	width:100%;
    	}

.wrapper {
  max-width: 100%;
  min-height:550px;
  margin-left: 0px;
  margin-top:-27px;
  margin-right: 0px;
  padding: 0px .7em 0px .7em;
}
.wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.box-left {  width: 95%;  min-height:500px;  float:left;  padding:0 0px 0px 0px; margin:0px 0px 0px 0px;  overflow: hidden; }
.box-right {  width: 95%;  min-height: 900px;  float:left;  padding:0px 0px 0px 0px; margin: 10px 0 0 0px;  text-align:center;  overflow: hidden;}

.bulletbox {
	height:420px;
	width:100%;
	padding:10px;
	float:left;
	margin:0  0 0px 0px;
	border-color: #dcddd8;
    border-width:0px 1px 0px 0px;
	border-style:solid;
	}
	
	
.bulletboxb {
	height:420px;
	width:100%;
	padding:10px;
	float:left;
	margin:0  0 0px 0px;
	border-color: #dcddd8;
    border-width:0px 0px 1px 0px;
	border-style:solid;
	}
	
.lrgimg { padding: 0px; background:#FFF; margin-right:0px; width:100%; height:45%; }	
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
/* Styles */

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
.box-right {  width: 95%;  min-height: 900px;  float:left;  padding:0px 0px 0px 0px; margin: 10px 0 0 0px;  text-align:center;  overflow: hidden;}

}

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

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
.box-left {  width: 650px;  min-height: 900px;  float:left;  padding:0 0px 10px 0px; margin:10px 0px 0px 0px;  overflow: hidden; }
.box-middle {  width: 100%;  min-height: 900px;  float:left;  padding:10px 0px 5px 0px;  margin: 10px 0 0 10px;  text-align:center;  overflow: hidden;}
}

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

.box-middle {  width: 100%;  min-height: 900px;  float:left;  padding:10px 0px 5px 0px;  margin: 10px 0 0 10px;  text-align:center;  overflow: hidden;}
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
.box-left {  width: 650px;  min-height: 900px;  float:left;  padding:0 0px 10px 0px; margin:10px 0px 0px 0px;  overflow: hidden; }
.box-middle {  width: 100%;  min-height: 900px;  float:left;  padding:10px 0px 5px 0px;  margin: 10px 0 0 10px;  text-align:center;  overflow: hidden;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
/* Styles */
.wrapper {
  max-width: 1000px;
  min-height:550px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 1em 1em 1em;
}
.wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.box-left {  width: 580px;  min-height: 900px;  float:left;  padding:0 0px 10px 0px; margin:10px 0px 0px 0px;  overflow: hidden; }
}


/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
.body-section {
	text-align:left;
	background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 400px;
	width:100%;
	padding: 0px;
    	}

.wrapper {
  width: 100%;
  min-height:550px;
}
.wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.box-left {  width: 570px;  min-height: 900px;  float:left;  padding:0 0px 10px 0px; margin:10px 0px 0px 0px;  overflow: hidden; }
}


/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
.wrapper {
  max-width: 1200px;
  min-height:550px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 1em 1em 1em;
}
.wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.box-left {  width: 580px;  min-height: 900px;  float:left;  padding:0 0px 10px 0px; margin:10px 0px 0px 0px;  overflow: hidden; }
.box-left-wide {  width: 890px;  min-height: 900px;  float:left;  padding:0 0px 10px 0px; margin:10px 0px 0px 0px;  overflow: hidden; }

.box-middle {  width: 300px;  min-height: 900px;  float:left;  padding:10px 0px 5px 0px;-webkit-box-shadow:  margin: 10px 0 0 10px;  text-align:center;  overflow: hidden;}
}

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


.wrapper {
  max-width: 100%;
  min-height:550px;

}
.wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.box-left {  width: 100%;  min-height: 900px;  float:left;  padding:0px; margin:px;  overflow: hidden; }


.topbox {
    background: #160d00;
    color: #FFF;
    padding: 30px 30px 15px 25px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0% 0%);
    clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0% 0%);}

.box-right {  width: 100%;  min-height: 900px;  float:left;  padding:0px 0px 0px 0px; margin: 10px 0 0 0px;  text-align:center;  overflow: hidden;}

.sense {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
	min-height:100px;
}
.mailbox{
    float: left;
    margin: 0px 0px 10px 0px;
    width: 100%;
}

.sitebox{
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 0px 10px;
    width: 100%;
}
}