@charset "utf-8";
/* CSS Document */
@import url('http://fonts.googleapis.com/css?family=Cantora+One');

/*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;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { overflow-y: scroll; }
body { 
  font-size: 62.5%; 
  line-height: 1;
  padding: 45px 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

br { display: block; line-height: 1.6em; } */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 {
  /*font-family: 'Cantora One', Arial, sans-serif;
  font-size: 3.0em;
*/  line-height: 1.6em;
  margin-bottom: 10px;
  color: #73A00B;
  text-align: center;
}

p {
  font-size: 17px;
  line-height:1.3;
  color: #575757;
  font-weight: normal;
  margin:0% 0%;
}

a { color: #8dadd8; }
a:hover { color: #7299cf; }

/* main page */
#w {
  display: block;
  width: 91%;
  margin: 2% auto;
  background: none;
}


#content{
  display: block;
    background: #fff;
    padding: 0px 15px 18px;
    /* margin-left: 3%; */
    -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
    box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
    min-height: 300px;
    float: left;
    width: 78%;
    
}

#content1{
  display: block;
    background: #fff;
    padding: 0px 15px 18px;
    /* margin-left: 3%; */
    -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
    box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
    min-height: 300px;
    float: left;
    width: 90%;
    margin: 0% 3.5%;
}



.contentblock {
  display: block;
  padding: 15px 20px;
}

.contentblock.hidden {
  display: none;
}

/* side navigation */
#sidemenu {
  margin: 0;
  padding: 0;
  width: 18%;
  float: left;
  background: #e8e8e8;
  border-right: 1px solid #c9c9c9;
}

#sidemenu li { display: block; text-align: center; border-top: 1px solid #fff; font-size: 1.1em; }

#sidemenu li a { 
  display: block;
  padding: 6px 0px;
  color: #B75C1F;
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;

}
#sidemenu li a:hover {
  background: #f2f2f2;
}

#sidemenu li a strong { 
  display: block;
  margin-top: 5px;
  font-size: 16px;
}

#sidemenu li a.open {
  width: 101%;
  background: #fff;
}

/* extra styles */
/*.bigtxtfield {
  display: block;
  width: 350px;
  color: #555;
  padding: 4px 6px;
  margin-bottom: 15px;
}

.bigtxtarea {
  display: block;
  width: 440px;
  height: 90px;
  padding: 5px 9px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 1.2em;
}

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }*/






/*-------------------  Responsive Style Size ----------------*/

@media only screen and ( max-width: 1200px ) {
	
#content {
	width: 78%;
}
	
}


@media only screen and ( max-width: 1024px ) {
	
#sidemenu {
    width: 99%;
}
#sidemenu li a.open {
    width: 100%;
    background: #fff;
}
#content {
    width: 95.5%;
}
	
}


@media only screen and ( max-width: 768px ) {
	

#w {
    width: 97%;
    margin: 9% auto;
}
#sidemenu {
    width: 99%;
    float: none;
}
#sidemenu li a.open {
    width: 100%;
    background: #9C9C9C;
}
#content{
    width: 99%;
	padding:0px;
}
h1 {
    font-size: 25px;
}

	
	
}




@media only screen and ( max-width: 480px ) {
	

#w {
    width: 97%;
    margin: 12% auto;
}
#sidemenu {
    width: 100%;
    float: none;
}
#sidemenu li a.open {
    width: 100%;
    background: #fff;
}
.zone_width {
    width: 90%;
    float: none;
    margin: 3%;
}
.name_width {
    width: 96%;
    float: none;
    margin: 0%;
    border-left: none;
    border-top: 1px solid #CBE1F3;
    padding: 1% 2%;
}
#content {
    width: 100%;
    padding: 0px;
	    margin: 0% 0%;
}
h1 {
    font-size: 23px;
}

	
	
}

