/*
 Theme Name: 	Nelma Responsive
 Theme URI: 	http://webfixstudio.com
 Description: 	Clean!
 Version: 		1.0
 Author: 		Dragos Stancu
 Author URI: 	http://webfixstudio.com
 Tags: 			webfix,clean, basic
 */


/*
 ===========================
 CONTENTS:
 01 Sensible defaults
 02 Typography
 03 Media queries
 ===========================
 */


/* ----------------------------------------------------------------------------------------------------------
 01 Sensible defaults ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";
@import "fonts/fonts.css";
div, article, section, header, footer, nav, li {
  position: relative;
  /* For absolutely positioning elements within containers (add more to the list if need be) */
}
.group:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
  /* For clearing */
}
body {
  background: #fff;
  /* Don't forget to style your body to avoid user overrides */
}
::-moz-selection {
  background: #ff0;
  color: #333;
}
::selection {
  background: #ff0;
  color: #333;
}

/* ----------------------------------------------------------------------------------------------------------
 02 Typography -----------------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */


/*
 14 / 16	= 		0.875em 		(14px equivalent)
 16 / 16	= 		1em 			(16px equivalent)
 18 / 16 = 		1.125em 		(18px equivalent)
 21 / 16 = 		1.3125em 		(21px equivalent)
 24 / 16 = 		1.5em 			(24px equivalent)
 30 / 16 = 		1.875em 		(30px equivalent)
 */

body, input, textarea {
  /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */
}
a {
  color: #369;
}
b, strong {
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
h1 {
  font-size: 2.4em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 600;
}
h2 {
  font-size: 1.8em;
  margin: 1em 0;
}
h3 {
  font-size: 1.4em;
  margin: 1em 0;
}
p {
  margin: 0 0 1em 0;
}
_webfix-style {}
html, body {
  margin: 0;
  padding: 0;
  /*height: 100%;
	 width: 100%;
	 overflow: hidden;*/
}
body, body.login {
  background: #DDC099 url(images/wood.jpg) repeat left top;
  color: #222;
  font-size: 17px;
  line-height: 1.6em;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  background-color: #315671;
  overflow: hidden;
}
td {
  border: solid 1px #666;
  padding: 5px 10px;
}
input[type="text"], input[type="password"], input[type="email"] {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  height: 38px;
  line-height: 38px;
  color: #222;
  border: solid 2px #666;
  background-color: #fff;
  font-size: 17px;
  padding: 0 10px;
  margin: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  vertical-align: middle;
}
input[type="text"].watermark {
  color: #ddd;
}
.floatright {
  float: right;
}
.wrapper {
  overflow: hidden;
  padding-top: 30px;
}
.darkblock {
  background-color: #4F4738;
  color: #f0f0f0;
}
#container {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.container {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  text-align: center;
  z-index: 999;
  top: 0px;
  left: 0px;
  overflow: auto;
}
.cool-link {
  height: 60px;
  line-height: 60px;
  width: 50%;
  margin: 0;
  background: #CE7500 url(images/arrow-righttop.gif) no-repeat right top;
  color: #f0f0f0;
  text-decoration: none;
}
.bottom-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#page-content {
  padding: 50px;
  overflow: hidden;
}
.wrap-page {
  max-width: 980px;
  margin: 0 auto;
}
#top-bar {
  border-top: solid 10px #333;
  background-color: #9AB0C2;
  display: none;
}
.menu-header {
  background-color: #3C7540;
}
#mobile-trigger {
  display: none;
  color: #f0f0f0;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 25px;
  text-align: center;
}
.menu-header {
  -webkit-transition: left 0.2s linear, right 0.2s linear;
  transition: left 0.2s linear, right 0.2s linear;
  overflow: visible;
  text-align: left;
  height: 60px;
}
.menu-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  display: inline-block;
}
.menu-header ul li {
  padding: 0;
  float: left;
  margin: 0;
  border-bottom: none;
  position: relative;
}
.menu-header ul li a {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  display: block;
  padding: 0px 15px;
  line-height: 60px;
  height: 60px;
  font-size: 17px;
  color: #f0f0f0;
  text-decoration: none;
  margin: 0;
}
.menu-header ul ul {
  display: none;
  background-color: #333;
  border: 1px solid #9AB0C2;
  margin: 0 0 1px 0px;
  font-size: 1em;
  position: absolute;
  z-index: 999;
  left: 0px;
  top: 100%;
}
.menu-header ul li:hover ul {
  display: block;
}
.menu-header ul ul li {
  float: none;
  white-space: nowrap;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: none;
  text-align: left;
  line-height: 1em;
}
.menu-header ul ul li:first-child {
  border-top: none;
}
.menu-header ul ul li a {
  padding: 10px 20px;
}
#header {
  position: relative;
  text-align: center;
}
#header-image {
  width: 100%;
  height: auto;
}
#phone {
  position: absolute;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 300;
  left: 10px;
  top: 70px;
  font-size: 2em;
  line-height: 1em;
  color: #315671;
}
#logo-big {
  margin: 50px auto;
  display: inline-block;
}
#header .social {
  position: absolute;
  right: 10px;
  top: 70px;
}
#main {
  -webkit-transition: left 0.2s linear, right 0.2s linear;
  transition: left 0.2s linear, right 0.2s linear;
  font-size: 1em;
  width: 100%;
  height: 100%;
  left: 0;
  margin: 0;
  position: relative;
  padding-top: 0px;
}
#content {
  margin: 0px;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}
#bottom-bar {
  color: #222;
  overflow: hidden;
  padding-bottom: 70px;
}
.centered {
  text-align: center;
}
.distant-top, .distanttop {
  margin-top: 30px;
}
.cool-link a {
  color: inherit;
  text-decoration: none;
}
.linkproduct {
  display: block;
  height: 200px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.linkproduct h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #5e461bd1;
  margin: 0;
  padding: 20px 10px;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
}
.box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.15);
  color: #444;
  display: block;
  padding: 1.25rem;
  overflow: hidden;
}
.scoreitem, .coolitem {
  border: solid 1px #ddd;
  margin: 0 0 5px 10px;
  padding: 0px;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.coolmessage {
  float: right;
  height: 50px;
  padding: 0 20px;
}
.coolitem input[type=text] {
  float: right;
}
.scoreitem .item_status {
  text-transform: uppercase;
}
.scoreitem.pass .item_status:before {
  content: 'pass';
}
.scoreitem.fail .item_status:before {
  content: 'fail';
}
.scoreitem.pass a.review {
  display: none;
}
.scoretitle, .cooltitle {
  float: left;
  padding: 10px 20px;
}
.items li {
  list-style: none;
  padding: 10px;
  line-height: 1em;
}
.items li a {
  text-decoration: none;
}
.itemlabel {
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0 20px;
}
.points, .level, .passed {
  float: right;
  /*width: 100px;*/
}
.tournament {
  float: left;
  margin: 0 20px;
}
.item_status {
  height: 50px;
  line-height: 50px;
  padding: 0;
  float: right;
  width: 100px;
  text-align: center;
}
.review, .coolsubmit {
  display: block;
  text-decoration: none;
  background-color: #369;
  color: #f0f0f0;
  height: 50px;
  padding: 0 20px;
  float: right;
}
.review:before, .coolsubmit:before, .coolmessage:before, .itemlabel:before {
  content: '';
  width: 0px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#inner {
  margin: 20px auto 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
}
#inner, #inner p {
  line-height: 1.8em;
}
.sidebarfooter {
  float: left;
}
.sidebarfooter div.widget {
  margin: 30px 20px;
}
.onethird {
  width: 33.33%;
}
.twothirds {
  width: 66.66%;
}
.sidebarfooter ul li {
  margin: 0px 5px 0px 5px;
  color: #f0f0f0;
  border-top: dotted 1px #ddd;
  font-size: .9em;
}
.widget-title {
  margin: 0 0 20px 0;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.sidebarfooter>ul>li:first-child {
  border-top: none;
}
.sidebarfooter ul li a {
  text-decoration: none;
  display: block;
  line-height: 2em;
  color: #f0f0f0;
}
hr.block {
  border: none;
  display: block;
  clear: both;
  height: 1px;
}
#footer {
  background-color: #537188;
  /*overflow:hidden;*/
}
::game .menu-game {
  overflow: hidden;
  text-align: right;
}
.menu-game>ul.menu {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 1.2em;
  display: inline-block;
  overflow: hidden;
  background-color: #50483B;
  /*float:right;*/
  padding: 0;
}
.menu-game>ul.menu li {
  padding: 0;
  display: inline-block;
  margin: 0;
  border-bottom: none;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
}
.menu-game>ul.menu li a {
  text-decoration: none;
  color: #f0f0f0;
  padding: 15px 20px;
  display: block;
  line-height: 1em;
}
_course {}
.course-intro {
  overflow: hidden;
  margin: 0 0 100px 0px;
}
li.project {
  border: solid 1px #ddd;
  margin: 0 0 3px 10px;
}
li.project a {
  text-decoration: none;
  color: #336699;
  padding: 10px 20px;
  display: block;
  font-size: 1.2em;
}
li.project a:hover {
  color: #3399ff;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.anchor {
  margin: 0 0 30px 0;
  display: block;
  overflow: hidden;
}
.page-quiz {
  overflow: hidden;
  margin: 30px 0 30px 10px;
  border: solid 1px #ccc;
  background-color: #f0f0f0;
  padding: 20px;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.rquestion {
  overflow: hidden;
  margin: 30px 0 30px 10px;
  border: solid 1px #ccc;
  background-color: #f0f0f0;
  padding: 20px;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.page-quiz h2 {
  margin: 0 0 1em 0;
}
.rquestion h2 {
  margin: 0 0 .7em 0;
}
.pagetitle {
  text-transform: uppercase;
}
.page-content {
  overflow: hidden;
  margin: 0 0 10px 10px;
}
.skipped {
  color: #963;
  margin: 10px;
}
.quiz-landing {
  margin: 100px 0 10px 0px;
  font-size: 1.2em;
  border-top: solid 5px #aaa;
  padding-top: 50px;
}
a.page-image {
  float: right;
  margin: 0 0 20px 20px;
  display: block;
}
.page-image img {
  height: 120px;
  width: auto;
}
ul.block {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fixed {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.inline {
  display: inline-block;
}
.score {
  width: 40px;
  display: inline-block;
  text-align: right;
}
.pop-container {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: none;
  background-color: rgba(200, 200, 200, .6);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  text-align: center;
}
.pop-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#quiz {
  background-color: rgb(115, 145, 104);
}
#pop-quiz {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}
.pop-block {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
#slides {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 720px;
  height: 480px;
  margin: 0px;
  padding: 0px;
  /*border: solid 2px #ddd;*/
  /*-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.9);
	 -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.9);
	 box-shadow: 0px 0px 50px rgba(0,0,0,0.9);*/
  display: none;
  background: #f0f0f0;
  font-size: 1.8em;
  line-height: 1.4em;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
#quiz-results {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 0px;
  padding: 20px;
  display: none;
  font-size: 1.8em;
  line-height: 1.4em;
}
.button, .button-next, .button-game {
  text-decoration: none;
  font-size: 15px;
  background-color: rgba(0, 0, 0, .7);
  color: #f0f0f0;
  padding: 10px 40px;
  cursor: pointer;
  font-weight: 500;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 1em;
}
.button-next {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 999;
}
.slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
#start-quiz, #start-quiz-course {
  text-decoration: none;
}
.question, #quiz-results-message {
  padding: 20px 20px 10px 20px;
  color: #222;
  text-align: center;
  /*text-shadow: 0px 0px 5px rgba(0, 0, 0, .3);*/
  min-height: 0px;
  font-size: 21px;
}
#quiz-results-message {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5em;
  padding: 0 0 50px 0;
}
.slide.info .question {
  text-align: justify;
}
.positive {
  padding: 20px 20px 20px 20px;
  background-color: rgba(0, 64, 0, 0.7);
}
.centertext, .centerall {
  text-align: center;
}
.answers-wrap {
  text-align: center;
  width: 100%;
}
.answers {
  cursor: pointer;
  display: inline-block;
  z-index: 9999;
  padding: 0 30px;
  color: #222;
  text-decoration: none;
  /*text-transform: uppercase;*/
  margin: 10px auto 50px auto;
  padding: 0 30px;
  list-style: none;
}
.qanswers {
  overflow: hidden;
  margin: 0 0 20px 0;
}
.answer {
  margin: 0 0 10px 0;
  padding: 0 7px;
  font-size: 15px;
  list-style: none;
  min-height: 40px;
  display: block;
}
#slideslarge .answer {
  min-height: 40px;
  margin: 0 0 10px 0;
}
.answer_image {
  margin: 0 0 25px 0;
  padding: 0 5px;
  list-style: none;
  display: inline-block;
}
.image_answer {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  padding: 2px;
  border: solid 5px #ddd;
  margin: 5px;
}
.answer_image.checked div.image_answer {
  border: solid 5px #336699;
}
.qanswer.correct {
  color: #393;
}
.qanswer.correct:before {
  content: 'Correct answer: ';
}
.qanswer.yours.correct:before {
  content: 'Your correct answer: ';
}
.answer_image_.correct, .image_answer.correct {
  border: solid 5px #339933;
}
.image_answer.correct:before {
  font-size: 13px;
  line-height: 1.4em;
  content: 'correct';
  color: #f0f0f0;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 64, 0, 0.7);
  padding: 5px 9px;
}
.image_answer.yours:before {
  font-size: 13px;
  line-height: 1.4em;
  content: 'yours';
  color: #f0f0f0;
  position: absolute;
  /*right: 0px;
	 bottom: 0px;*/
}
.image_answer.correct.yours:before {
  content: 'your correct pick';
  font-size: 13px;
  line-height: 1.4em;
  color: #f0f0f0;
  position: absolute;
  background-color: rgba(0, 64, 0, 0.7);
  padding: 5px 9px;
}
.filler {
  height: 100%;
  float: left;
  text-indent: -9999;
}
.answer div.answertext {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  height: 50px;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 1.6em;
}
.checkbox.answer div.answertext {
  height: 40px;
  line-height: 1.2em;
  font-size: 15px;
  /* text-transform: uppercase; */
  font-weight: 500;
  padding: 0 0 0 10px;
}
.answer:first-child {
  border-top: none;
}
.iconradio {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  font-size: 50px;
  color: #222;
}
.iconradio:before {
  content: '\47';
}
.radio.checked .iconradio:before, .checkbox.checked .iconradio:before {
  content: '\e738';
}
.centermiddle {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*FLAT UI*/

.checkbox, .radio {
  position: relative;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}
.checkbox input, .radio input {
  outline: none !important;
  display: none;
}
.checkbox .icon, .radio .icons {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  font-size: 40px;
  color: #222;
  cursor: pointer;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fafafa;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.5);
  position: relative;
}
.padded {
  padding: 10px;
}
.checkbox .icon:before {
  content: '';
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #dfdfdf;
}
.checkbox.checked .icon {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.7);
}
.checkbox.checked .icon:before {
  content: '';
  background-color: #393;
  border: solid 2px #fff;
}
.checkbox .icons .first-icon, .radio .icons .first-icon, .checkbox .icons .second-icon, .radio .icons .second-icon {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox .icons .second-icon, .radio .icons .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox:hover, .radio:hover {
  color: #bdc3c7;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox.checked, .radio.checked {
  color: #222;
  /*border-right:solid 3px #336600;*/
  /*background-color: #336600;*/
}
.radio.checked .iconradio {
  /*color: #FFFF00;*/
}
.radio.checked .answertext {
  /*color: #FFFF00;*/
}
.checkbox.checked .first-icon, .radio.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.checked .second-icon, .radio.checked .second-icon {
  color: #16a085;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox.disabled, .radio.disabled {
  cursor: default;
  color: #e6e8ea;
}
.checkbox.disabled .icons, .radio.disabled .icons {
  color: #e6e8ea;
}
.checkbox.disabled .first-icon, .radio.disabled .first-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox.disabled .second-icon, .radio.disabled .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.disabled.checked .icons, .radio.disabled.checked .icons {
  color: #e6e8ea;
}
.checkbox.disabled.checked .first-icon, .radio.disabled.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.disabled.checked .second-icon, .radio.disabled.checked .second-icon {
  color: #e6e8ea;
  opacity: 1;
  filter: alpha(opacity=100);
}
a.button {
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 20px;
  margin: 0;
  color: #fff;
  border: solid 1px #006aaa !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 24px;
  font-size: 14px;
  clear: both;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0px;
  background-color: #1a6491;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3), 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3), 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3), 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
}
a.button, a.button.menubutton, button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 30px;
  margin: 0;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  outline: 0;
  box-shadow: none;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #3C7540;
  text-align: center;
}
.pop-close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
}
.pop-close:after, .pop-close:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  outline: 1px solid transparent;
  left: 0;
  top: 15px;
  background: rgb(130, 144, 165);
}
.pop-close:before {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.pop-close:after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
ul.columns, ul.columns>li, ul.stack {
  list-style: none;
}
ul.columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
ul.columns>li {
  padding: 10px;
}
ul.columns img {
  width: 60%;
  height: auto;
}
ul.columns>li li {
  list-style: disc;
}
ul.columns.x2>li {
  align-self: flex-start;
  flex-basis: 50%;
}
ul.columns.x3>li {
  flex-basis: 33.33%;
}
ul.columns.x4>li {
  flex-basis: 25%;
}
.align-c {
  display: flex;
  justify-content: center;
}
.align-m {
  display: flex;
  align-items: center;
}

/* ----------------------------------------------------------------------------------------------------------
 03 Media queries (using a mobile-first approach) ------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

.fixed-full {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*//tablet portrait*/

@media screen and (max-width: 980px) {
  #admin-login {
    display: none;
  }
  /*#top-bar {
	 border-top: none;
	 }*/
  .menu-header ul {
    font-size: 1em;
  }
  .menu-header ul li {
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  .menu-header ul li:first-child {
    border-left: none;
  }
  .menu-header ul li a {
    padding: 7px 7px;
  }
  .menu-header ul ul li {
    float: none;
    white-space: nowrap;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    text-align: left;
    line-height: 1em;
  }
  .menu-header ul ul li:first-child {
    border-top: none;
  }
  .menu-header ul ul li a {
    padding: 10px 20px;
  }
}
_650 {}
@media screen and (max-width: 650px) {
  html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .onethird, .twothirds {
    width: 100%;
  }
  #container {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
  }
  #phone {
    position: static;
    font-size: 2.4em;
    line-height: 1em;
    margin: 30px 0;
  }
  #logo-big {
    margin: 0px auto;
    display: block;
  }
  #logo-big img {
    max-width: 80%;
    padding: 0 10px;
  }
  #header .social {
    position: static;
    margin: 0 0 30px 0;
  }
  .socialicon {
    font-size: 1.6em;
  }
  .sidebarfooter ul li {
    font-size: 1em;
  }
  #main {
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    z-index: 0;
    /*overflow: auto;*/
    padding-top: 50px;
  }
  .wrap-page {
    max-width: 100%;
    margin: 0 auto;
  }
  #top-bar {
    display: block;
    background-color: #333;
    border-top: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  #mobile-trigger {
    display: block;
  }
  .menu-header {
    text-align: left;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    position: fixed;
    z-index: 999;
    left: -240px;
    width: 240px;
    top: 0;
    background: #333;
    text-transform: capitalize;
    display: block;
  }
  .menu-header ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.2em;
  }
  .menu-header ul li {
    float: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-left: none;
    color: #fff !important;
  }
  .menu-header ul li a {
    display: block;
    padding: 10px 10px;
    line-height: 1.2em;
    color: #f0f0f0;
    text-decoration: none;
  }
  .menu-header ul ul {
    display: block;
    position: static;
    background-color: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 0 0 1px 0px;
    font-size: 1em;
  }
  .menu-header ul ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }
  .menu-header ul ul li:first-child {
    border-top: none;
  }
  .menu-header ul ul li a {
    padding: 10px 10px 10px 15px;
  }
  #content {
    overflow: scroll;
    margin: 0px;
    height: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .sidebarfooter {
    /*float: none;*/
  }
}
@media screen and (max-width: 320px) {}

/* 400 and up */


/*@media screen and (min-width:400px) {
 }
 /* Retina Display */


/*@media screen and (-webkit-min-device-pixel-ratio:2) {
 }*/

.tml .tml-field {
  padding: 10px;
}