body {
  color: #222;
  background:#285E85;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font: normal 100%/1.4 Arial;  
}

@media all and (min-width: 40em) {
    body:after {
    	content: 'desktop';
    	display: none;
    }
}

#main {
  background: url(../img/pattern.png);
  padding: .5em 0;
}
header {

  padding: 0 0 0 0;
  background: #285E85;
  /*box-shadow: inset 0 -1px 5px rgba(0,0,0,.3);*/
  
}
.content h1, h2, h3, h4 {
  margin: 0;
  padding: 0 0 0 0;
  /*margin-bottom: .5em;*/
  line-height: 1;
}
.content h1 {
  font-size: 30px;
}
.content p {
  margin: .5em 0 1em 0;
}
.content ul {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style: none;
}
.content li {
  margin: .5em 0;
  padding-left: 1.5em;
  background: url(../img/bullet.png) 0 2px no-repeat;
}
.content a:link,
.content a:visited {
  color: #2680BF;
  text-decoration: none;
  /*border-bottom: 1px solid #2680BF;*/
  font-weight: bold;
}
.content code {
  font-family: Menlo, Consolas, Courier New, monospaced;
  background: white;
  padding: .2em .5em;
  font-size: 85%;
  border-radius: 3px;
}
footer {
  padding: 40px 0;
  background: #333;
  color: white;
  box-shadow: inset 0 5px 5px rgba(0,0,0,.3);
}
footer a:link,
footer a:visited {
  color: white;
  border-color: white;
}
#fork {
  float: right;
  margin: 0;
}
#copy {
  display: inline-block;
  margin: 0;
}
#title {
  color: white;
  font-size: 18px;
  display: inline-block;
  margin: 0;
  line-height: 35px;
}
#title img {
  vertical-align: middle;
}
#calltoaction {
  float: right;
  margin: 0 2em;
  line-height: 34px;
  color: white;
}
#download {
  float: right;
  background: white;
  padding: .5em 1.6em;
  color: #285E85;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
  border-radius: 3px;
}
#download:active {
  position: relative;
  top: 1px;
  box-shadow: none;
}
.mycol {
  padding-top: 14px;
}
#donate {
  margin-top: 15px;
}

/* Form
 * ------------------------------------------------ */

#my-form {
  border: 1px solid #ccc;
  padding: 1.5em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
}
#comments {
  width: 350px;
  height: 100px;
}

/* Labels on top */
/*.ideal-field { clear: both; margin-top: 1em; }*/
/*.ideal-error { margin-top: 3em; }*/
/*.stack .ideal-field { margin: auto; }*/


/* Responsive forms
 * ------------------------------------------------ 

@media all and (max-device-width: 400px) {
  #main { padding: 30px 0; }
  #my-form { padding: 1.5em; margin-top: 30px; }
  #calltoaction { float: left; margin: 0; }
  #download, #title, #calltoaction { float: left; clear: both; }
  #download { float: left; margin-top: .8em; }
}

*/


/* TAMARA */


.hoverimage a img { display:none; }
.hoverimage a:hover img { display:block; }
 

#slider {
	margin: 0 0 0 0;
	height: 12em;
	overflow: hidden;
	background: url(images/ajax-loader.gif) center center no-repeat;
	padding: 0 1.5em 0 1em;
}
			
#slider .slide {
	position: relative;
	display: none;
	height: 12em;
	float: left;
	background-position: center right;
	cursor: pointer;
	border-left: .5em solid #fff;
}
			
#slider .slide:first-child {
	border: none;
}
			
#slider .slide.active {
	cursor: default;
}
			
#slider .slide-block {
	position: absolute;
	left: 2.5em;
	bottom: 4.6em;
	display: inline-block;
	width: 27em;
	background-color: #fff;
	background-color: rgba(255,255,255, 0.8);	
	padding: 1.2em;
	font-size: .8em;
	color: #134B94;
	border: .05em solid #fff;
	overflow: hidden;
	border-radius: .25em;
}
			
#slider .slide-block h5 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .2em 0;
	
	line-height: 1;
}
#slider .slide-block p {
	margin: 0 0 0 1em;
	padding:0 2 0 2
}
	

.sample{margin:30px;border:1px solid #92cdec;background:#d7e7ff;padding:30px 30px 0 30px}
  
dl{font-size:1em;line-height:170%;margin-bottom:20px}
dl,dt,dd{padding:0;margin:0}
.faqs{padding-top:20px}
.faqs dt{font-weight:bold;background:url(../img/q.gif) 0 4px no-repeat;padding:3px 0 15px 30px;position:relative;}
.faqs dt:hover{cursor:pointer}
.faqs dd{background:url(../img/a.gif) 0 2px no-repeat;padding:0 0 5px 30px;position:relative;color:#333}
.faqs .hover{color:#990000;text-decoration:underline}
		
.minimg
{
    width:35%;
    
}		
	
.nopad
{
    padding:0 0 0 0;
}
	
	  
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}





/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
  font-size:medium;
  font-family:Arial Narrow;
  border-style:solid;
  border-color:#285E85;
  border-width: 0 2px 2px 0;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    /*width: 25%; */
    /*width: 24.9%;  IE7 Hack */
    /*_width: 19%;  IE6 Hack */
    width: 14.2%;
    *width: 14%; /* IE7 Hack */
    _width: 10%; /* IE6 Hack */    
    border-width: 0 2px 0 0;
  }
}

@media screen and (min-width: 40em) {
    img[data-small] {
            content: attr(data-small, url);
    }
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  float: left;
  padding: .5em 0em .5em .5em;

}

.nav-collapse a:hover {
    background: #082D4B !important;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    margin: 0;
    float: left;
    text-align: center;
    border-bottom: 0;   
    padding: .5em 0em .5em 0em;

  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}



/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  /*width: 70px;*/
  width: 30px;
  /*height: 55px;*/
  height: 15px;
  float: right;

}

.nav-toggle:before {
  color: #fffff; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  /*line-height: 55px;*/
  line-height: 15px;

  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";

}




.nfooter
{
      width: 20%;  
      background:#333;
}




 

/* IDEAL FORMS OVERRIDES */

form.idealforms label.main {
  width: 200px;
}


.idealsteps-container {
  background: white;
  padding: 1em 1em 1em 1em;
}

form.idealforms inline.main ul {padding-left: 60px;}

  .field.buttons button {
    margin-right: .5em;
  }

#invalid {
display: none;
float: left;
width: 290px;
margin-left: 120px;
margin-top: .5em;
color: #CC2A18;
font-size: 130%;
font-weight: bold;
}

.idealforms.adaptive #invalid {
margin-left: 0 !important;
}

.idealforms.adaptive .field.buttons label {
height: 0;
}



.ui-dialog-osx {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px; border-width: 0 8px 8px 8px;
}

.order_table {
font-size: 13px;
text-align: left;
}

.order_table tr:nth-child(even) {
     background-color: #D8D8D8;
}
.order_table tr:nth-child(odd) {
     background-color: #ffffff;
}


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}





div.sidenav li a 



/*Strip the ul of padding and list styling*/
ul.menu {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
ul.menu li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}


/*Style for menu links*/
ul.menu li a {
	display:block;
	min-width:120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #285E85;
	text-decoration: none;
}

/*Hover state for top level links*/
ul.menu li:hover a {
	background: #585858;
}

/*Style for dropdown links*/
ul.menu li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 10px;
	line-height: 20px;
}

/*Hover state for dropdown links*/
ul.menu li:hover ul a:hover {
	background: #08088A;
	color: #fff;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #0B3861;
	text-align: center;
	padding: 2px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul.menu {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	ul.menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul.menu li, li a {
		width: 100%;
	}
	
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}	
}


