
/* Boxes Shortcode */

.box {
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	word-wrap: break-word;
}

.box.shadow {
	border: 1px solid #ddd;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
	   -moz-box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
			box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
}

.box.shadow div.box-inner-block {
	padding: 0;
	
}

.box.info {
	background: #d6f6ff;
	border: solid;
	border-color: #BFE3EC;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}


.box.success {
	background: #e2f2cb;
	border: solid;
	border-color: #D1E4B7;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}


.box.warning {
	background: #fffddb;
	border: solid;
	border-color: #E9E59E;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}


.box.error {
	background: #ffe6e2;
	border: solid;
	border-color: #EEBFB8;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}


.box.download {
	background: #e6f2d5;
	border: solid;
	border-color: #D1E4B7;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}

.box.note {
	background: #fffddb;
	border: solid;
	border-color: #E9E59E;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}

.box.note2 {
	background: #e5f3fe;
	border: solid;
	border-radius: 6px;
	border-color: #037bd9;
	border-width: 2px 0 2px 0;
}

.box.sum {
  	background-color: #e5f3fc;
 	border: 5px solid #00abe9;
	border-radius: 6px;
	border-width: 2px 0 2px 0;
 	padding: 25px;
}

.box.note3 {
  	background-color: #e5f3fc;
 	border: 10px solid #245ba1;
	border-radius: 6px;
	border-width: 0 0 0 10px;
 	padding: 25px;
}

.box.eyk {
  	 border: 4px dotted #245ba1;
      border-radius: 16px;
	  background-color: #e5f3fc;
      width: 100%px;
      padding: 20px;
}

.box.quote {
 	border: 5px solid #00abe9;
	border-radius: 6px;
	border-width: 2px 0 2px 0;
 	padding: 25px;
}


/**
 * Post Elements
 * -----------------------------------------------------------------------------
 */
h1 {
  color: #025ba1;
}
h2 {
  color: #025ba1;
}


